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

Test Terminated with Error Code: 1414549496 - Invalid settings? #162

Closed
RimasRaV1 opened this issue Apr 18, 2024 · 3 comments
Closed

Test Terminated with Error Code: 1414549496 - Invalid settings? #162

RimasRaV1 opened this issue Apr 18, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@RimasRaV1
Copy link

When testing Advanced settings on svt-av1 (AV1 FFmpeg) encoder, I get an error "Test Terminated with Error Code: 1414549496 - Invalid settings?" even with default Advanced settings. If I try to encode a video, it does not produce webm video file, see the log attached.
Therefore I cannot encode a video with the Advanced options turned on. If I turn off Advanced settings, Everything encodes noramlly.

To Reproduce
Steps to reproduce the behavior:

  1. Load video file
  2. Save Destination of a file
  3. Go to 'Video' tab
  4. Select 'Encoder': 'svt-av1 (AV1 FFmpeg)'
  5. Click on 'Advanced settings'
  6. Go to 'Advanced' tab
  7. Click on 'Test settings'
  8. See error

Expected behavior
Test should be successful/I should be able to encode a file with Advanced settings.

Screenshots
image

Log File
DSC_0803test.mkv.log

Desktop (please complete the following information):

  • OS: Windows 11 Pro 23H2
  • NEAV1E Version: 2.1.6
  • FFmpeg version 2024.04.18
  • SVT-AV1 version 2024.02.01

Additional context
Tested different inputs on 2 Win 11 PC's. It doesn't work.

@RimasRaV1 RimasRaV1 added the bug Something isn't working label Apr 18, 2024
@Alkl58
Copy link
Owner

Alkl58 commented Apr 18, 2024

Apparently ffmpeg changed the option list for svt-av1, according to the docs the options you have are supported (tile_rows/tile_columns/la_depth).

However when calling ffmpeg directly (ffmpeg -help encoder=libsvtav1):

libsvtav1 AVOptions:
  -preset            <int>        E..V....... Encoding preset (from -2 to 13) (default -2)
  -crf               <int>        E..V....... Constant Rate Factor value (from 0 to 63) (default 0)
  -qp                <int>        E..V....... Initial Quantizer level value (from 0 to 63) (default 0)
  -svtav1-params     <dictionary> E..V....... Set the SVT-AV1 configuration using a :-separated list of key=value parameters

Basically their documentation is now wrong. I will shorty fix this, as those options can be put under svtav1-params.

@NoUserNameForYou
Copy link

While the developer fixes the problem, you may use this in the meantime https://github.com/GyanD/codexffmpeg/releases/tag/6.1.1
Put in apps/ffmpeg folder.

@Alkl58
Copy link
Owner

Alkl58 commented Apr 26, 2024

Fixed in the new v2.1.7 release.

@Alkl58 Alkl58 closed this as completed Apr 26, 2024
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

3 participants