Changes between Version 1 and Version 2 of Ticket #3345, comment 7
- Timestamp:
- Dec 24, 2020, 10:01:06 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3345, comment 7
v1 v2 1 Interesting.2 3 Why does4 {{{5 ffmpeg -pixel_format yuv420p10le -s 1280x720 -i testGrad_01.yuv -pix_fmt yuv420p -f rawvideo testGrad_02.yuv6 7 }}}8 9 work correctly and10 {{{11 ffmpeg -pixel_format yuv420p10le -s 1280x720 -i testGrad_01.yuv -pixel_format yuv420p -f rawvideo testGrad_02.yuv12 }}}13 produces bit perfect '''the same''' file? P.S. The answer is here. https://superuser.com/a/1463783/103376114 15 1 >but instead dither 16 2 Maybe your floyd-steinberg dither is wrong in some place?


