Alkl58 / NotEnoughAV1Encodes

GUI for AV1 (aomenc, rav1e & svt-av1)
MIT License
543 stars 24 forks source link

[BUG] \temp_mux.mkv' could not be opened for reading: open file error. #138

Closed gabrielrdrguez closed 1 year ago

gabrielrdrguez commented 1 year ago

Describe the bug Queue says no output and to refer to the log file

To Reproduce I tried AOM av1 and NVENC AV1 codecs and both raised the same error

Expected behavior A clear and concise description of what you expected to happen.

Log File logfile.log

Desktop (please complete the following information):

Alkl58 commented 1 year ago

Could you try manually executing the command?: C:\Users\User\Downloads\neav1e-portable-2.1.2\Apps\ffmpeg\ffmpeg.exe -y -i "C:\Users\User\AppData\Local\Temp\NEAV1E\sTUGJAKNvOzgYCa\Chunks\split000001.mkv" -an -sn -map_metadata -1 -pix_fmt yuv420p -f yuv4mpegpipe - | "C:\Users\User\Downloads\neav1e-portable-2.1.2\Apps\nvenc\NVEncC64.exe" --y4m -i - --codec av1 --cqp 24 --quality default --output-depth 8 -o "C:\Users\User\AppData\Local\Temp\NEAV1E\sTUGJAKNvOzgYCa\Video\000001.webm"

gabrielrdrguez commented 1 year ago

Could you try manually executing the command?: C:\Users\User\Downloads\neav1e-portable-2.1.2\Apps\ffmpeg\ffmpeg.exe -y -i "C:\Users\User\AppData\Local\Temp\NEAV1E\sTUGJAKNvOzgYCa\Chunks\split000001.mkv" -an -sn -map_metadata -1 -pix_fmt yuv420p -f yuv4mpegpipe - | "C:\Users\User\Downloads\neav1e-portable-2.1.2\Apps\nvenc\NVEncC64.exe" --y4m -i - --codec av1 --cqp 24 --quality default --output-depth 8 -o "C:\Users\User\AppData\Local\Temp\NEAV1E\sTUGJAKNvOzgYCa\Video\000001.webm"

Sure, but it failed: failed log.txt

It seems to work by removing the --quality default argument, successful log.txt

I had to change the cmd paths though, because I had deleted the temporary files

Alkl58 commented 1 year ago

Just to confirm, can you try to replace --quality default with --preset default?

gabrielrdrguez commented 1 year ago

Just to confirm, can you try to replace --quality default with --preset default?

Seems to work fine with --preset default sucess with preset.txt

Alkl58 commented 1 year ago

Already fixed, closing issue.