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

nvencc 7.20 pgs_frame_merge error #471

Closed
rharmonson opened this issue Mar 12, 2023 · 3 comments
Closed

nvencc 7.20 pgs_frame_merge error #471

rharmonson opened this issue Mar 12, 2023 · 3 comments

Comments

@rharmonson
Copy link

Version 7.20 results with the following error when encoding blueray subtitles:

query to find an object was unsuccessful.
avout: failed to find pgs_frame_merge.
failed to initialize file reader(s).
Failed to open output file: "/data/fastflix/testmovie-fastflix-23cd.mkv"

Disabling subtitles, the encode completes without errors. Tested seven 1080 and 4k movies with consistent results.

I walked the nvencc version backwards and the error is produced starting with 7.15. No error when testing versions 7.14, 7.10, and 7.05.

Using bash, executing the command as generated from FastFlix:

"/usr/bin/nvencc" --log nvencc.log -i "/data/makemkv/testvideo/testmovie.mkv" --crop 2,2,0,0 --video-metadata clear --metadata clear --video-metadata title="The Searchers" --chapter-copy -c hevc --vbr 5000 --bref-mode disabled --preset quality --tier high --no-aq --level auto --colormatrix auto --transfer auto --colorprim auto --output-depth 8 --multipass 2pass-full --mv-precision Auto --chromaloc auto --colorrange auto --avsync cfr  --audio-copy 1,2 --audio-metadata 1?language=eng --audio-metadata 1?title="Mono" --audio-metadata 1?handler="Mono"  --audio-metadata 2?language=eng --audio-metadata 2?title="Mono" --audio-metadata 2?handler="Mono"   --sub-copy 1,2 --sub-disposition 1?unset --sub-metadata  1?language='eng' --sub-disposition 2?unset --sub-metadata  2?language='eng' -m default_mode:infer_no_subs -o "/data/fastflix/testmovie-fastflix-23cd.mkv"

Complete nvencc log file:
nvencc.log

System info:
inxi.txt

@rigaya
Copy link
Owner

rigaya commented Mar 13, 2023

Thank you reporting the issue and also providing detailed explanation and the log.

Looks like error from NVEnc 7.15 on Linux systems. I'll have it fixed in the next release.

@rigaya
Copy link
Owner

rigaya commented Mar 13, 2023

Thank you, I think it should be fixed by NVEnc 7.21.

@rharmonson
Copy link
Author

I tested 7.21 against FastFlix 7.3.0 and it completed without errors.

Awesome and thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants