diff options
author | Kevin Wheatley <kevin.j.wheatley@gmail.com> | 2015-02-10 11:37:00 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-10 16:46:12 +0100 |
commit | 7fc33dca395c4b9c089f6a5f9aaba1133a5452a2 (patch) | |
tree | adc8ecbde9043701c347d59c4d120e4bbd799a65 /Changelog | |
parent | c247fc63e4dcf49995f5ba14021d0dfea6737b74 (diff) | |
download | ffmpeg-streaming-7fc33dca395c4b9c089f6a5f9aaba1133a5452a2.zip ffmpeg-streaming-7fc33dca395c4b9c089f6a5f9aaba1133a5452a2.tar.gz |
libavformat: DNxHD in .mov, switch unspecified color_range to mpeg
Avid prefers mpeg range [16-235] by default this change brings
ffmpeg into line with that. To obtain the old behaviour use
'-color_range jpeg' on the command line prior to the ouput
filename.
Signed-off-by: Kevin Wheatley <kevin.j.wheatley@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ version <next>: - Twofish symmetric block cipher - Support DNx100 (960x720@8) - removed libmpcodecs +- Changed default DNxHD colour range in QuickTime .mov derivatives to mpeg range version 2.5: |