diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-28 10:04:10 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-03-28 10:04:10 +0000 |
commit | 4bfe67da24a4e0e5c0d106d05cc26a2a202d5523 (patch) | |
tree | 1d694336a62bc931117918458e6a515017f4d3b6 /doc/ffprobe-doc.texi | |
parent | f990f6e3f786924e8350a647882c1f8dc48da547 (diff) | |
download | ffmpeg-4bfe67da24a4e0e5c0d106d05cc26a2a202d5523.tar.gz |
Implement -convert_tags option, which converts showed tag names to the
FFmpeg generic tag names.
Originally committed as revision 22708 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffprobe-doc.texi')
-rw-r--r-- | doc/ffprobe-doc.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ffprobe-doc.texi b/doc/ffprobe-doc.texi index 6ae829878e..8eb3ed9a2b 100644 --- a/doc/ffprobe-doc.texi +++ b/doc/ffprobe-doc.texi @@ -66,6 +66,9 @@ ffprobe [options] [@file{input_file}] @table @option +@item -convert_tags +Convert the tag names in the format container to the generic FFmpeg tag names. + @item -f @var{format} Force format to use. |