Changes between Version 1 and Version 2 of Ticket #3345, comment 7


Ignore:
Timestamp:
Dec 24, 2020, 10:01:06 PM (6 years ago)
Author:
Balling

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3345, comment 7

    v1 v2  
    1 Interesting.
    2 
    3 Why does
    4 {{{
    5 ffmpeg -pixel_format yuv420p10le -s 1280x720 -i testGrad_01.yuv -pix_fmt yuv420p -f rawvideo testGrad_02.yuv
    6 
    7 }}}
    8 
    9 work correctly and
    10 {{{
    11 ffmpeg -pixel_format yuv420p10le -s 1280x720 -i testGrad_01.yuv -pixel_format yuv420p -f rawvideo testGrad_02.yuv
    12 }}}
    13 produces bit perfect '''the same''' file? P.S. The answer is here. https://superuser.com/a/1463783/1033761
    14 
    151>but instead dither
    162Maybe your floyd-steinberg dither is wrong in some place?