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

NVEncC wrong Interlace Value set by FastFlix #324

Closed
Wontell opened this issue Apr 9, 2022 · 1 comment
Closed

NVEncC wrong Interlace Value set by FastFlix #324

Wontell opened this issue Apr 9, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Wontell
Copy link

Wontell commented Apr 9, 2022

Hi,
For some reason it wrongly detects already encoded HEVC HDR files as interlaced, happened twice already.
But the issue is that I cant re-encode the file, the encoding stops with this error, which i managed to fix by closing FastFlix and re-opening and it stopped detecting this file as interlaced and it worked.

Looks like for NVEncC you need to set Interlace value to Auto instead False, let the encoder deal with it
and other options will be nice to have as drop down menu: Progressive, tff, bff

Error: Invalid value "False" for "--interlace"

  Option value should be one of below...
    progressive, tff, bff, auto

P.S. For some reason some BluRay Remuxes that have metadata Scan type: Progressive are detected as Interlaced

@cdgriffith cdgriffith added the bug Something isn't working label Apr 10, 2022
cdgriffith added a commit that referenced this issue Apr 24, 2022
* Adding #109 Support for AVC and HEVC QSV encoding with rigaya's QSVEncC (thanks to msaintauret)
* Adding #196 Support for AVC and HEVC Apple Videotoolbox encoder (thanks to Kay Singh)
* Adding #323 ignore errors options options for queue (thanks to Don Gafford)
* Adding #331 NVEncC API v10 Quality presets: P1 to P7 (thanks to Wontell)
* Fixing #321 dhdr10_opt not added for x265 commands (thanks to GizmoDudex)
* Fixing #327 FastFlix Duplicates encoding task and encodes same movie to infinity (thanks to Wontell)
* Fixing #324 NVEncC wrong Interlace Value set by FastFlix (thanks to Wontell)
* Fixing #278 FastFlix occasionally getting stuck on a single video in a queue (thanks to kamild1996)
* Fixing #330 "Remove Metadata" only removes video metadata for Rigaya's hardware encoders (thanks to wynterca)
* Fixing level was not being passed to hardware encoders
@cdgriffith
Copy link
Owner

cdgriffith commented Apr 24, 2022

for some reason a boolean was being cast to a string, hence seeing the "False" there. (And it detected "oh there is a string, so it's true!")

Fixed in https://github.com/cdgriffith/FastFlix/releases/tag/4.9.0 thank you for opening the issue!

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