VirtualBox

source: vbox/trunk/src/libs/ffmpeg-20060710/doc/ffplay-doc.texi@ 9713

Last change on this file since 9713 was 5776, checked in by vboxsync, 17 years ago

ffmpeg: exported to OSE

File size: 2.0 KB
Line 
1\input texinfo @c -*- texinfo -*-
2
3@settitle FFplay Documentation
4@titlepage
5@sp 7
6@center @titlefont{FFplay Documentation}
7@sp 3
8@end titlepage
9
10
11@chapter Introduction
12
13@c man begin DESCRIPTION
14FFplay is a very simple and portable media player using the FFmpeg
15libraries and the SDL library. It is mostly used as a testbed for the
16various FFmpeg APIs.
17@c man end
18
19@chapter Invocation
20
21@section Syntax
22@example
23@c man begin SYNOPSIS
24ffplay [options] @file{input_file}
25@c man end
26@end example
27
28@c man begin OPTIONS
29@section Main options
30
31@table @option
32@item -h
33show help
34@item -x width
35force displayed width
36@item -y height
37force displayed height
38@item -an
39disable audio
40@item -vn
41disable video
42@item -nodisp
43disable graphical display
44@item -f fmt
45force format
46@item -img img_fmt
47This option is used to force a given image format
48when playing image sequences. Example:
49@example
50ffplay -img pgmyuv tests/vsynth1/%d.pgm
51@end example
52@end table
53
54@section Advanced options
55@table @option
56@item -stats
57Show the stream duration, the codec parameters, the current position in
58the stream and the audio/video synchronisation drift.
59@item -rtp_tcp
60Force RTP/TCP protocol usage instead of RTP/UDP. It is only meaningful
61if you are streaming with the RTSP protocol.
62@item -sync type
63Set the master clock to audio (@code{type=audio}), video
64(@code{type=video}) or external (@code{type=ext}). Default is audio. The
65master clock is used to control audio-video synchronization. Most media
66players use audio as master clock, but in some cases (streaming or high
67quality broadcast) it is necessary to change that. This option is mainly
68used for debugging purposes.
69@end table
70
71@section While playing
72
73@table @key
74@item q, ESC
75quit
76
77@item f
78toggle full screen
79
80@item p, SPC
81pause
82
83@item a
84cycle audio channel
85
86@item v
87cycle video channel
88
89@item w
90show audio waves
91@end table
92
93@c man end
94
95@ignore
96
97@setfilename ffplay
98@settitle FFplay media player
99
100@c man begin SEEALSO
101ffmpeg(1), ffserver(1) and the html documentation of @file{ffmpeg}.
102@c man end
103
104@c man begin AUTHOR
105Fabrice Bellard
106@c man end
107
108@end ignore
109
110@bye
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette