Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
remux to webm or mkv #11980
remux to webm or mkv #11980
Comments
|
This is the default behavior, it outputs original container if possible or uses mkv otherwise. |
Yes, that's why im asking for this feature. |
|
You can try setting the output container to mkv or manually copying to mkv with ffmpeg. |
that's what im doing right now (using mkvtoolnix gui to convert it to mkv). that's kind of a workaround, but it's working. i just wondered if there is a more convenient way to do that. |
|
@chpio could you paste an example video for what's your expectation and the actual results? |
What is the purpose of your issue?
Description of your issue, suggested solution and other information
Is it possible to convert the output file to webm if possible (vp9/vp8+opus/vorbis) or else to mkv? Not working "alternatives":
-f "webm/mkv"is just a filter for the input streams and--merge-output-formatallows only one option.