~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): Lionel Le Folgoc, Andrew Starr-Bochicchio, Lionel Le Folgoc
  • Date: 2008-12-26 00:10:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081226001006-2040ls9680bd1blt
Tags: 1.1.7-0.2ubuntu1
[ Andrew Starr-Bochicchio ]
* Merge from debian-multimedia (LP: #298547), Ubuntu Changes:
 - For ffmpeg-related build-deps, fix versionized dependencies
   as the ubuntu versioning is different than debian-multimedia's.

[ Lionel Le Folgoc ]
* LP: #311412 is fixed since the 1.1.7~rc1-0.1 revision.
* debian/patches/03_ffmpeg.diff: updated to fix FTBFS due to libswscale API
  change (cherry-pick from Gentoo #234383).

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
@table @option
32
32
@item -h
33
33
show help
34
 
@item -x width
 
34
@item -x @var{width}
35
35
force displayed width
36
 
@item -y height
 
36
@item -y @var{height}
37
37
force displayed height
 
38
@item -s @var{size}
 
39
Set frame size (WxH or abbreviation), needed for videos which don't
 
40
contain a header with the framesize like raw YUV.
38
41
@item -an
39
42
disable audio
40
43
@item -vn
41
44
disable video
 
45
@item -ss @var{pos}
 
46
seek to a given position in seconds
 
47
@item -bytes
 
48
seek by bytes
42
49
@item -nodisp
43
50
disable graphical display
44
 
@item -f fmt
 
51
@item -f @var{fmt}
45
52
force format
46
53
@end table
47
54
 
48
55
@section Advanced options
49
56
@table @option
 
57
@item -pix_fmt @var{format}
 
58
set pixel format
50
59
@item -stats
51
60
Show the stream duration, the codec parameters, the current position in
52
61
the stream and the audio/video synchronisation drift.
 
62
@item -debug
 
63
print specific debug info
 
64
@item -bug
 
65
work around bugs
 
66
@item -vismv
 
67
visualize motion vectors
 
68
@item -fast
 
69
non-spec-compliant optimizations
 
70
@item -genpts
 
71
generate pts
53
72
@item -rtp_tcp
54
73
Force RTP/TCP protocol usage instead of RTP/UDP. It is only meaningful
55
74
if you are streaming with the RTSP protocol.
56
 
@item -sync type
 
75
@item -sync @var{type}
57
76
Set the master clock to audio (@code{type=audio}), video
58
77
(@code{type=video}) or external (@code{type=ext}). Default is audio. The
59
78
master clock is used to control audio-video synchronization. Most media
60
79
players use audio as master clock, but in some cases (streaming or high
61
80
quality broadcast) it is necessary to change that. This option is mainly
62
81
used for debugging purposes.
 
82
@item -threads @var{count}
 
83
thread count
63
84
@end table
64
85
 
65
86
@section While playing
82
103
 
83
104
@item w
84
105
show audio waves
 
106
 
 
107
@item left/right
 
108
seek backward/forward 10 seconds
 
109
 
 
110
@item down/up
 
111
seek backward/forward 1 minute
 
112
 
 
113
@item mouse click
 
114
seek to percentage in file corresponding to fraction of width
 
115
 
85
116
@end table
86
117
 
87
118
@c man end