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

Main options injected at wrong place #1

Open
oc013 opened this issue Oct 5, 2024 · 0 comments
Open

Main options injected at wrong place #1

oc013 opened this issue Oct 5, 2024 · 0 comments

Comments

@oc013
Copy link

oc013 commented Oct 5, 2024

I'm experiencing the same issue as described here for the Video Encoder H265/HEVC - hevc_nvenc (NVIDIA GPU) plugin: Unmanic/unmanic#491

The example for advanced options shows

ffmpeg \
    -hide_banner \
    -loglevel info \
    <CUSTOM MAIN OPTIONS HERE> \
    -i /library/TEST_FILE.mkv \
    <CUSTOM ADVANCED OPTIONS HERE> \
    -map 0:v:0 \
    -map 0:a:0 \
    -map 0:a:1 \
    -c:v:0 hevc_nvenc \
    <CUSTOM VIDEO OPTIONS HERE> \
    -c:a:0 copy \
    -c:a:1 copy \
    -y /path/to/output/video.mkv 

But CUSTOM MAIN OPTIONS HERE are actually added after the -i and results in a message you are trying to apply an input option to an output file or vice versa. Move this option before the file it belongs to.

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

1 participant