📄 ffplay-doc.texi
字号:
\input texinfo @c -*- texinfo -*-@settitle FFplay Documentation@titlepage@sp 7@center @titlefont{FFplay Documentation}@sp 3@end titlepage@chapter Introduction@c man begin DESCRIPTIONFFplay is a very simple and portable media player using the FFmpeglibraries and the SDL library. It is mostly used as a testbed for thevarious FFmpeg APIs.@c man end@chapter Invocation@section Syntax@example@c man begin SYNOPSISffplay [options] @file{input_file}@c man end@end example@c man begin OPTIONS@section Main options@table @option@item -hshow help@item -x widthforce displayed width@item -y heightforce displayed height@item -andisable audio@item -vndisable video@item -nodispdisable graphical display@item -f fmtforce format@item -img img_fmtThis option is used to force a given image formatwhen playing image sequences. Example:@exampleffplay -img pgmyuv tests/vsynth1/%d.pgm@end example@end table@section Advanced options@table @option@item -statsShow the stream duration, the codec parameters, the current position inthe stream and the audio/video synchronisation drift.@item -rtp_tcpForce RTP/TCP protocol usage instead of RTP/UDP. It is only meaningfulif you are streaming with the RTSP protocol.@item -sync typeSet the master clock to audio (@code{type=audio}), video(@code{type=video}) or external (@code{type=ext}). Default is audio. Themaster clock is used to control audio-video synchronization. Most mediaplayers use audio as master clock, but in some cases (streaming or highquality broadcast) it is necessary to change that. This option is mainlyused for debugging purposes.@end table@section While playing@table @key@item q, ESCquit@item ftoggle full screen@item p, SPCpause@item acycle audio channel@item vcycle video channel@item wshow audio waves@end table@c man end@ignore@setfilename ffplay@settitle FFplay media player@c man begin SEEALSOffmpeg(1), ffserver(1) and the html documentation of @file{ffmpeg}.@c man end@c man begin AUTHORFabrice Bellard@c man end@end ignore@bye
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -