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

Can you allow .mp4 + OPUS? #199

Open
ETERNALBLUEbullrun opened this issue Sep 27, 2023 · 0 comments
Open

Can you allow .mp4 + OPUS? #199

ETERNALBLUEbullrun opened this issue Sep 27, 2023 · 0 comments

Comments

@ETERNALBLUEbullrun
Copy link

Solution for H265 but allows H264
https://superuser.com/questions/995590/h-265-and-opus-in-mp4-container-is-it-possible
# ffmpeg -i test.mp4 -c:a opus -strict -2 -c:v copy opus.mp4
or
-c:v libx264 -preset veryfast -vb 140k -c:a libopus -b:a 12k -vbr on -compression_level 10 -frame_duration 60 -application audio

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