[FFmpeg-devel] [PATCH] Lowercase the FRWU codec name

ami_stuff ami_stuff at o2.pl
Sat Apr 30 15:40:30 CEST 2011


the patch changes this

[...]
 D A    8svx_exp        8SVX exponential
 D A    8svx_fib        8SVX fibonacci
 D V D  FRWU            Forward Uncompressed
  EV    a64multi        Multicolor charset for Commodore 64
  EV    a64multi5       Multicolor charset for Commodore 64, extended with 5th color (colram)
[...]

to

[...]
 DEVSD  flv             Flash Video (FLV) / Sorenson Spark / Sorenson H.263
 D V D  fraps           Fraps
 D V D  frwu            Forward Uncompressed
 DEA    g722            G.722 ADPCM
 DEA    g726            G.726 ADPCM
[...]


and


[...]
    Stream #0.0: Video: FRWU, uyvy422, 192x144, 23.97 tbr, 23.97 tbn, 23.97 tbc
[...]

to

[...]
    Stream #0.0: Video: frwu, uyvy422, 192x144, 23.97 tbr, 23.97 tbn, 23.97 tbc
[...]


I think it's better, bacause with

ffmpeg -i file.avi

when you get a uppercase codec name, it is mostly an unsupported one by ffmpeg.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: frwu.diff
Type: text/x-diff
Size: 618 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110430/a475d68e/attachment.bin>


More information about the ffmpeg-devel mailing list