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

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

Closed
gabrielrdrguez opened this issue Mar 4, 2023 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@gabrielrdrguez
Copy link

gabrielrdrguez commented Mar 4, 2023

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):

  • OS: W11 latest
  • NEAV1E Version: 2.1.2 and 2.1.3
  • Ryzen 5800X3D
  • RTX 4090
@gabrielrdrguez gabrielrdrguez added the bug Something isn't working label Mar 4, 2023
@gabrielrdrguez gabrielrdrguez changed the title [BUG] [BUG] \temp_mux.mkv' could not be opened for reading: open file error. Mar 4, 2023
@Alkl58
Copy link
Owner

Alkl58 commented Mar 4, 2023

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
Copy link
Author

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
Copy link
Owner

Alkl58 commented Mar 4, 2023

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

@gabrielrdrguez
Copy link
Author

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 added a commit that referenced this issue Mar 4, 2023
@Alkl58
Copy link
Owner

Alkl58 commented Sep 21, 2023

Already fixed, closing issue.

@Alkl58 Alkl58 closed this as completed Sep 21, 2023
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

2 participants