richardssam / ffmpeg-tests

This site is focused on testing ffmpeg encoding standards for VFX review.
https://richardssam.github.io/ffmpeg-tests
MIT License
28 stars 1 forks source link

This forces the vmaf comparison colorspace, otherwise its assume the … #24

Open richardssam opened 1 year ago

richardssam commented 1 year ago

…source colorspace is rec601 (I think).

I'm not 100% sure we want to do it this way, but I'm pretty sure this is wrong since otherwise ffmpeg will treat any sourceimages as having the wrong colorspace.

apetrynet commented 1 year ago

I've been assuming that since both source's color spaces should match, that the vmaf would be able to compare properly, but haven't spent much time looking into this. It makes sense to provide the color space though.