You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
* 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
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
P.S. For some reason some BluRay Remuxes that have metadata Scan type: Progressive are detected as Interlaced
The text was updated successfully, but these errors were encountered: