| OLD | NEW |
| 1 \input texinfo @c -*- texinfo -*- | 1 \input texinfo @c -*- texinfo -*- |
| 2 | 2 |
| 3 @settitle FFplay Documentation | 3 @settitle FFplay Documentation |
| 4 @titlepage | 4 @titlepage |
| 5 @sp 7 | 5 @sp 7 |
| 6 @center @titlefont{FFplay Documentation} | 6 @center @titlefont{FFplay Documentation} |
| 7 @sp 3 | 7 @sp 3 |
| 8 @end titlepage | 8 @end titlepage |
| 9 | 9 |
| 10 | 10 |
| 11 @chapter Introduction | 11 @chapter Introduction |
| 12 | 12 |
| 13 @c man begin DESCRIPTION | 13 @c man begin DESCRIPTION |
| 14 FFplay is a very simple and portable media player using the FFmpeg | 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 testbed for the | 15 libraries and the SDL library. It is mostly used as a testbed for the |
| 16 various FFmpeg APIs. | 16 various FFmpeg APIs. |
| 17 @c man end | 17 @c man end |
| 18 | 18 |
| 19 @chapter Invocation | 19 @chapter Invocation |
| 20 | 20 |
| 21 @section Syntax | 21 @section Syntax |
| 22 @example | 22 @example |
| 23 @c man begin SYNOPSIS | 23 @c man begin SYNOPSIS |
| 24 ffplay [options] @file{input_file} | 24 ffplay [options] @file{input_file} |
| 25 @c man end | 25 @c man end |
| 26 @end example | 26 @end example |
| 27 | 27 |
| 28 @c man begin OPTIONS | 28 @c man begin OPTIONS |
| 29 |
| 30 @include fftools-common-opts.texi |
| 31 |
| 29 @section Main options | 32 @section Main options |
| 30 | 33 |
| 31 @table @option | 34 @table @option |
| 32 @include fftools-common-opts.texi | |
| 33 @item -x @var{width} | 35 @item -x @var{width} |
| 34 Force displayed width. | 36 Force displayed width. |
| 35 @item -y @var{height} | 37 @item -y @var{height} |
| 36 Force displayed height. | 38 Force displayed height. |
| 37 @item -s @var{size} | 39 @item -s @var{size} |
| 38 Set frame size (WxH or abbreviation), needed for videos which don't | 40 Set frame size (WxH or abbreviation), needed for videos which don't |
| 39 contain a header with the frame size like raw YUV. | 41 contain a header with the frame size like raw YUV. |
| 40 @item -an | 42 @item -an |
| 41 Disable audio. | 43 Disable audio. |
| 42 @item -vn | 44 @item -vn |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 ffmpeg(1), ffserver(1) and the HTML documentation of @file{ffmpeg}. | 145 ffmpeg(1), ffserver(1) and the HTML documentation of @file{ffmpeg}. |
| 144 @c man end | 146 @c man end |
| 145 | 147 |
| 146 @c man begin AUTHOR | 148 @c man begin AUTHOR |
| 147 Fabrice Bellard | 149 Fabrice Bellard |
| 148 @c man end | 150 @c man end |
| 149 | 151 |
| 150 @end ignore | 152 @end ignore |
| 151 | 153 |
| 152 @bye | 154 @bye |
| OLD | NEW |