-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BT.2020 Colorspace Not Maintained #582
Comments
Hi @Ryushin can you run FastFlix will pass through what is in the |
Sure. Here is the complete output:
I did find that it was a new version of Topaz Video AI that added the new line "matrix_coefficients_Original : BT.709", while the older version didn't and Fastflix encoded BT.2020 perfectly fine. So I've reverted backup to the older version so I can get some projects done that I was working on. |
Got ya, is this output from the older version then that is working, or from the newer version? This one looks as expected with:
So I am assuming this one is working? Could I also see the other version? |
That wa the output from the newer version that wasn't working. The old version looks like this:
|
It wouldn't surprise me if it's actually something in the file itself caused by Topaz. Topaz Video AI is upgraded almost every month. Both files look correct that I can tell. |
Looking at my code and that source I am seeing yours has a dash, and in my valid color transfer list I have an underscore. I am adding the dash as well to see if that works in 5.8.0, beta: https://github.com/cdgriffith/FastFlix/releases/tag/5.8.0b0 If the one that had issues before still doesn't work in 5.8.0, please send me a screen shot of the advanced tab with what color options it shows as well as the x265-params inside the ffmpeg command from the raw output tab. |
* Adding #283 support for experimental DTS (dca) audio by adding -strict -2 (thanks to Sub7) * Adding #354 M1 support (thanks to Nhunz and Anton) * Adding #536 Improve Profiles - save advanced options (thanks to CelticTaonga and DCNerds) * Adding #568 center app on startup (thanks to Viet-Duc Le) * Adding #589 support for pydantic 2.x (thanks to dmo marillat) * Adding #592 Add alpha channel for VP9 (thjanks to subof) * Fixing #185 audio channels not being set properly and resetting on encoder change (thanks to Tupsi) * Fixing #522 add file fails - fixed as of 5.7.0 (thanks to pcl5x2008) * Fixing #531 list limitation in readme that FFmpeg must support the software encoders listed (thanks to brunoais) * Fixing #567 Profiles for WebP did not work (nor GIF dither) (thanks to jpert) * Fixing #582 BT.2020-10 Color transfer not maintained (thanks to Ryushin) * Fixing #585 error when trying to return a video from queue that has the video track after audio or subtitiles (thanks to Hankuu) * Fixing #586 audio channels being set incorrectly (thanks to Hankuu) * Fixing #588 audio and subtitle dispositions were not set from source (thanks to GeZorTenPlotZ)
FastFlix Version:
5.7.2
Operating System:
Win 10
Describe the bug
I'm taking content that is BT.709 and converting it to BT.2020 (no HDR) using Handbrake. Then I pull that into Topaz AI and output a Prores file with the following color matrix:
I put the Prores file into Fastflix, and the output color matrix has changed:
Not sure why Fastflix is change the Matrix coefficients back to BT.709.
The text was updated successfully, but these errors were encountered: