| OLD | NEW | 
|---|
| 1 \input texinfo @c -*- texinfo -*- | 1 \input texinfo @c -*- texinfo -*- | 
| 2 | 2 | 
| 3 @settitle FFprobe Documentation | 3 @settitle FFprobe Documentation | 
| 4 @titlepage | 4 @titlepage | 
| 5 @sp 7 | 5 @sp 7 | 
| 6 @center @titlefont{FFprobe Documentation} | 6 @center @titlefont{FFprobe Documentation} | 
| 7 @sp 3 | 7 @sp 3 | 
| 8 @end titlepage | 8 @end titlepage | 
| 9 | 9 | 
| 10 @chapter Synopsis | 10 @chapter Synopsis | 
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 57 | 57 | 
| 58 @chapter Options | 58 @chapter Options | 
| 59 @c man begin OPTIONS | 59 @c man begin OPTIONS | 
| 60 | 60 | 
| 61 @include fftools-common-opts.texi | 61 @include fftools-common-opts.texi | 
| 62 | 62 | 
| 63 @section Main options | 63 @section Main options | 
| 64 | 64 | 
| 65 @table @option | 65 @table @option | 
| 66 | 66 | 
| 67 @item -convert_tags |  | 
| 68 Convert the tag names in the format container to the generic FFmpeg tag names. |  | 
| 69 |  | 
| 70 @item -f @var{format} | 67 @item -f @var{format} | 
| 71 Force format to use. | 68 Force format to use. | 
| 72 | 69 | 
| 73 @item -unit | 70 @item -unit | 
| 74 Show the unit of the displayed values. | 71 Show the unit of the displayed values. | 
| 75 | 72 | 
| 76 @item -prefix | 73 @item -prefix | 
| 77 Use SI prefixes for the displayed values. | 74 Use SI prefixes for the displayed values. | 
| 78 Unless the "-byte_binary_prefix" option is used all the prefixes | 75 Unless the "-byte_binary_prefix" option is used all the prefixes | 
| 79 are decimal. | 76 are decimal. | 
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 124 ffmpeg(1), ffplay(1), ffserver(1) and the FFmpeg HTML documentation | 121 ffmpeg(1), ffplay(1), ffserver(1) and the FFmpeg HTML documentation | 
| 125 @c man end | 122 @c man end | 
| 126 | 123 | 
| 127 @c man begin AUTHORS | 124 @c man begin AUTHORS | 
| 128 The FFmpeg developers | 125 The FFmpeg developers | 
| 129 @c man end | 126 @c man end | 
| 130 | 127 | 
| 131 @end ignore | 128 @end ignore | 
| 132 | 129 | 
| 133 @bye | 130 @bye | 
| OLD | NEW | 
|---|