[FFmpeg-devel] [PATCH] ffmpeg: print the codecs names in the stream mapping

Nicolas George nicolas.george at normalesup.org
Sat Aug 20 12:46:14 CEST 2011


Hi.

The attached patch changes the output of ffmpeg from:

Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
  Stream #0.6 -> #0.2

to:

Stream mapping:
  Stream #0.0 -> #0.0: mpeg2video -> mpeg4
  Stream #0.1 -> #0.1: ac3 -> mp2
  Stream #0.6 -> #0.2: copy

This is especially useful when there are several encoders for the same
format, as the format dump does not print the exact encoder used.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ffmpeg-print-the-codecs-names-in-the-stream-mapping.patch
Type: text/x-diff
Size: 1105 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110820/13f10ac8/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110820/13f10ac8/attachment.asc>


More information about the ffmpeg-devel mailing list