Hishiro64 / av1an-win-script

A Batch script that sets up Av1an with all it's dependencies in a portable workspace
GNU General Public License v3.0
33 stars 4 forks source link

Script Not Working, used just the defaults. #3

Closed SHREYAN-NANISETTI closed 1 year ago

SHREYAN-NANISETTI commented 1 year ago

Av1 Encode ­ƒÉª 04-08-2023 09_54_18

Hishiro64 commented 1 year ago

Are you sure the params.txt file has not been modified? The error seems to be pointing to a stray hyphen character in params.txt. Double check the file, you can find a unmodified copy of params.txt here. Try replacing the file and see if it resolves it. That is probably the issue here as I wasn't able to reproduce it any other way.

I have tested the script as of today and the defaults do work. screen

I don't see any stray hyphen characters in params.txt the under the current commit. The last thing you can try is to clear the contents params.txt, as it should also default to working parameters.

Otherwise, I would need more information.

SHREYAN-NANISETTI commented 1 year ago

i got it working by adding " to both sides of output path like this in encode.bat : av1an.exe -i "%%f" -o "./output/output-%%~nf_!queue!.mkv" %args%