~ubuntu-branches/ubuntu/jaunty/xvidcap/jaunty-proposed

« back to all changes in this revision

Viewing changes to ffmpeg/doc/ffplay-doc.texi

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-25 15:47:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080225154712-qvr11ekcea4c9ry8
Tags: 1.1.6-0.1ubuntu1
* Merge from debian-multimedia (LP: #120003), Ubuntu Changes:
 - For ffmpeg-related build-deps, remove cvs from package names.
 - Standards-Version 3.7.3
 - Maintainer Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
@c man begin DESCRIPTION
14
14
FFplay is a very simple and portable media player using the FFmpeg
15
 
libraries and the SDL library. It is mostly used as a test bench for the
16
 
various APIs of FFmpeg.
 
15
libraries and the SDL library. It is mostly used as a testbed for the
 
16
various FFmpeg APIs.
17
17
@c man end
18
18
 
19
19
@chapter Invocation
20
20
 
21
21
@section Syntax
22
 
@example 
 
22
@example
23
23
@c man begin SYNOPSIS
24
24
ffplay [options] @file{input_file}
25
25
@c man end
43
43
disable graphical display
44
44
@item -f fmt
45
45
force format
46
 
@item -img img_fmt
47
 
this option is used to force a given image format
48
 
when playing image sequences. Example:
49
 
@example
50
 
ffplay -img pgmyuv tests/vsynth1/%d.pgm
51
 
@end example
52
46
@end table
53
47
 
54
48
@section Advanced options
55
49
@table @option
56
50
@item -stats
57
 
show the stream duration, the codec parameters, the current position in
58
 
the stream, and the audio/video synchronisation drift.
 
51
Show the stream duration, the codec parameters, the current position in
 
52
the stream and the audio/video synchronisation drift.
59
53
@item -rtp_tcp
60
 
force RTP/TCP protocol usage instead of RTP/UDP. It is only meaningful
61
 
if you are doing stream with the RTSP protocol.
 
54
Force RTP/TCP protocol usage instead of RTP/UDP. It is only meaningful
 
55
if you are streaming with the RTSP protocol.
62
56
@item -sync type
63
 
set the master clock to audio (@code{type=audio}), video
 
57
Set the master clock to audio (@code{type=audio}), video
64
58
(@code{type=video}) or external (@code{type=ext}). Default is audio. The
65
59
master clock is used to control audio-video synchronization. Most media
66
60
players use audio as master clock, but in some cases (streaming or high