History | View | Annotate | Download (12.4 KB)
Add support to input devices in ffprobe.
See the thread:Subject: [FFmpeg-devel] [PATCH] Add support to input device to ffprobeDate: Sun, 21 Feb 2010 14:57:44 +0100
Originally committed as revision 22231 to svn://svn.ffmpeg.org/ffmpeg/trunk
Cosmetics: use consistent spacing in the ffprobe.c options table.
Originally committed as revision 22212 to svn://svn.ffmpeg.org/ffmpeg/trunk
Clarify the error message issued by ffprobe in case of more than onefile provided as input.
Originally committed as revision 22138 to svn://svn.ffmpeg.org/ffmpeg/trunk
10l: add prefix "TAG:" to the metadata tags key showed for each stream.
This is consistent with the metadata displaying in show_format() andwith the documentation.
Originally committed as revision 22046 to svn://svn.ffmpeg.org/ffmpeg/trunk
Cosmetics: replace "filename" to "arg" for the name of the argument ofopt_input_file(). More consistent and more clear, as "filename" can beeasily confused with the global "input_filename".
Originally committed as revision 22045 to svn://svn.ffmpeg.org/ffmpeg/trunk
FFprobe: take only one input file.
Originally committed as revision 22014 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
Avoid using log2, it is not available everywhere.Should fix compilation on FreeBSD.
Originally committed as revision 21942 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....