-
Notifications
You must be signed in to change notification settings - Fork 1
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
can't use SVT-AV1-PSY #5
Comments
just tried it and I still got this error: I then used your advice and input the same command in cmd_with_path.bat |
You didn't setup Av1an correctly. Download ffmpeg with the libraries and place it in the same Av1an folder. Your Av1an folder should look like this (but with a newer ffmpeg version, my Av1an version is outdated so it uses an older ffmpeg) And it shld be in this location |
ok reinstalled Av1an and ran the code yet it still hung for bit after the opusenc ran and I still got that error: so I ran the script in cmd_with_path and it turns out that svt-av1 doesn't support YUV422P |
AVS scripts from StaxRip doesn't get passed over to the wrapper script. But you can set the bit-depth by using the So it should be: |
Also just wondering, why do you want to use SVT-AV1 with Av1an? Doesn't SVT-AV1 already saturate all cores. |
apparently it runs faster with Av1an |
every time I try to use SVT-AV1-PSY with this program, I get this error instead
What the heck is going wrong?
update:
input a fixed version of the code
"%startup_dir%\Apps\Encoders\Av1anStaxRipWrapper\VapourSynth\python.exe" "%startup_dir%\Apps\Encoders\Av1anStaxRipWrapper\Av1anStaxRipWrapper.py" -s "%startup_dir%" -i "%source_file%" -o "%encoder_out_file%" -t "%temp_dir%av1an_temp" -e svt-av1-psy -v "--preset 4 --crf 20 --tune 3 --scd 0 --scm 0 --film-grain 0 --keyint -1 --frame-luma-bias 25 --max-32-tx-size 1"
and everything was going smoothly for me until after opusenc finished and the two windows hung for a bit
until giving me this error
Again, what the heck is going wrong?
The text was updated successfully, but these errors were encountered: