We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
# ffmpeg -i test.mp4 -c:a opus -strict -2 -c:v copy opus.mp4
-c:v libx264 -preset veryfast -vb 140k -c:a libopus -b:a 12k -vbr on -compression_level 10 -frame_duration 60 -application audio
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: