History | View | Annotate | Download (2.82 KB)
Rename the ff* tools @chapters "Invocation" to "Synopsis", and placethem at the beginning of the file, for consistency with the finalordering of the corresponding man pages.
Also create a separate @chapter for the "Options" section, as it isdone for the man pages, rather than merge it in the same section of...
Replace "Fabrice Bellard" with "The FFmpeg developers" as the authorsof the ff* tools man pages.
Originally committed as revision 23492 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rename ffprobe-doc.texi @chapter "Introduction" to "Description", forconsistency with the corresponding man section.
Originally committed as revision 23453 to svn://svn.ffmpeg.org/ffmpeg/trunk
Make consistent the various SEE ALSO sections in the FFmpeg man pages.
Also replace "the HTML documentation of @file{ffmpeg}" with "the FFmpegHTML documentation", which is more generic.
Originally committed as revision 23444 to svn://svn.ffmpeg.org/ffmpeg/trunk
Implement -convert_tags option, which converts showed tag names to theFFmpeg generic tag names.
Originally committed as revision 22708 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add support to an option -f which forces the format to use for openingthe probed multimedia resource.
Originally committed as revision 21944 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add FFprobe tool.
This is a simplified / cleaned-up version of the SourceForge program:http://sourceforge.net/projects/ffprobe/
Syntax / features may be different, in particular the options-show_packets and -show_frames are not yet supported in this version....