Skip to content
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

VP9 is unable to use profile 2 or 3 #312

Closed
BuyMyMojo opened this issue Mar 23, 2022 · 1 comment
Closed

VP9 is unable to use profile 2 or 3 #312

BuyMyMojo opened this issue Mar 23, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@BuyMyMojo
Copy link

Because the Bit Depth drop down in VP9 only shows yuv420p you are unable to select Profile 1 or 3.
Need options for for pix_fmt yuv422p and yuv444p

Encode status/ffmpeg output:

[libvpx-vp9 @ 000002cb3873a240] Error encoding frame: Invalid parameter
[libvpx-vp9 @ 000002cb3873a240]   Additional information: 4:2:0 color format requires profile 0 or 2
Video encoding failed
Conversion failed!
@cdgriffith cdgriffith added the bug Something isn't working label Mar 25, 2022
cdgriffith added a commit that referenced this issue Mar 27, 2022
* Adding #313 basic vsync support for hardware encoders (thanks to Wontell)
* Adding #312 additional pixel formats for most encoders (thanks to Owen Quinlan)
* Adding "Auto" profile for VCEncC
* Changing #292 back to PySide2 to be compatible with Windows 7 and 8 (thanks to Causemic)
* Fixing #310 QT was complaining about some PNG formats (thanks to Don Gafford)
* Fixing #315 HDR10 info not parsed from subsequent video tracks than the first (thanks to msaintauret)
* Fixing profile not being passed for AVC with VCEencC and stuck on Baseline
* Fixing that force 10-bit encoding for NVEencC was not set from profiles properly (thanks to wynterca)
@cdgriffith
Copy link
Owner

Thanks for pointing this out. Going through and adding valid options for 422/444 videos for all ffmpeg encoders in https://github.com/cdgriffith/FastFlix/releases/tag/4.8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants