| OLD | NEW |
| 1 \input texinfo @c -*- texinfo -*- | 1 \input texinfo @c -*- texinfo -*- |
| 2 | 2 |
| 3 @settitle FFmpeg Documentation | 3 @settitle FFmpeg Documentation |
| 4 @titlepage | 4 @titlepage |
| 5 @sp 7 | 5 @sp 7 |
| 6 @center @titlefont{FFmpeg Documentation} | 6 @center @titlefont{FFmpeg Documentation} |
| 7 @sp 3 | 7 @sp 3 |
| 8 @end titlepage | 8 @end titlepage |
| 9 | 9 |
| 10 @chapter Synopsis | 10 @chapter Synopsis |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 @table @option | 503 @table @option |
| 504 @item -aframes @var{number} | 504 @item -aframes @var{number} |
| 505 Set the number of audio frames to record. | 505 Set the number of audio frames to record. |
| 506 @item -ar @var{freq} | 506 @item -ar @var{freq} |
| 507 Set the audio sampling frequency (default = 44100 Hz). | 507 Set the audio sampling frequency (default = 44100 Hz). |
| 508 @item -ab @var{bitrate} | 508 @item -ab @var{bitrate} |
| 509 Set the audio bitrate in bit/s (default = 64k). | 509 Set the audio bitrate in bit/s (default = 64k). |
| 510 @item -aq @var{q} | 510 @item -aq @var{q} |
| 511 Set the audio quality (codec-specific, VBR). | 511 Set the audio quality (codec-specific, VBR). |
| 512 @item -ac @var{channels} | 512 @item -ac @var{channels} |
| 513 Set the number of audio channels (default = 1). | 513 Set the number of audio channels. For input streams it is set by |
| 514 default to 1, for output streams it is set by default to the same |
| 515 number of audio channels in input. If the input file has audio streams |
| 516 with different channel count, the behaviour is undefined. |
| 514 @item -an | 517 @item -an |
| 515 Disable audio recording. | 518 Disable audio recording. |
| 516 @item -acodec @var{codec} | 519 @item -acodec @var{codec} |
| 517 Force audio codec to @var{codec}. Use the @code{copy} special value to | 520 Force audio codec to @var{codec}. Use the @code{copy} special value to |
| 518 specify that the raw codec data must be copied as is. | 521 specify that the raw codec data must be copied as is. |
| 519 @item -newaudio | 522 @item -newaudio |
| 520 Add a new audio track to the output file. If you want to specify parameters, | 523 Add a new audio track to the output file. If you want to specify parameters, |
| 521 do so before @code{-newaudio} (@code{-acodec}, @code{-ab}, etc..). | 524 do so before @code{-newaudio} (@code{-acodec}, @code{-ab}, etc..). |
| 522 | 525 |
| 523 Mapping will be done automatically, if the number of output streams is equal to | 526 Mapping will be done automatically, if the number of output streams is equal to |
| (...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 965 ffplay(1), ffprobe(1), ffserver(1) and the FFmpeg HTML documentation | 968 ffplay(1), ffprobe(1), ffserver(1) and the FFmpeg HTML documentation |
| 966 @c man end | 969 @c man end |
| 967 | 970 |
| 968 @c man begin AUTHORS | 971 @c man begin AUTHORS |
| 969 The FFmpeg developers | 972 The FFmpeg developers |
| 970 @c man end | 973 @c man end |
| 971 | 974 |
| 972 @end ignore | 975 @end ignore |
| 973 | 976 |
| 974 @bye | 977 @bye |
| OLD | NEW |