Changes between Version 1 and Version 2 of Ticket #4614, comment 7
- Timestamp:
- Jun 12, 2015, 4:25:29 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4614, comment 7
v1 v2 1 1 I'm looking to be able to specify the dithering algorithm used on the 10-bit to 8-bit conversion. I tried: 2 ./ffmpeg -v debug -sws_flags +accurate_rnd+full_chroma_inp+full_chroma_int -y -i /mnt/storage/ProRes_10bit_422.mov -sws_dither a_dither -t 30 -pix_fmt yuv420p -an -threads 36 -vf scale=1920:-1:sws_dither='''a_dither''' mnt/storage/raw_8bit_420_adither.yuv2 ./ffmpeg -v debug -sws_flags +accurate_rnd+full_chroma_inp+full_chroma_int -y -i /mnt/storage/ProRes_10bit_422.mov -sws_dither a_dither -t 30 -pix_fmt yuv420p -an -threads 36 -vf scale=1920:-1:sws_dither='''a_dither''' /mnt/storage/raw_8bit_420_adither.yuv 3 3 4 ./ffmpeg -v debug -sws_flags +accurate_rnd+full_chroma_inp+full_chroma_int -y -i /mnt/storage/ProRes_10bit_422.mov -sws_dither bayer -t 30 -pix_fmt yuv420p -an -threads 36 -vf scale=1920:-1:sws_dither='''bayer''' mnt/storage/raw_8bit_420_bayer.yuv4 ./ffmpeg -v debug -sws_flags +accurate_rnd+full_chroma_inp+full_chroma_int -y -i /mnt/storage/ProRes_10bit_422.mov -sws_dither bayer -t 30 -pix_fmt yuv420p -an -threads 36 -vf scale=1920:-1:sws_dither='''bayer''' /mnt/storage/raw_8bit_420_bayer.yuv 5 5 6 6 Both output files are still equal to each other, have the same md5 value.


