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

remux to webm or mkv #11980

Closed
chpio opened this issue Feb 5, 2017 · 5 comments
Closed

remux to webm or mkv #11980

chpio opened this issue Feb 5, 2017 · 5 comments

Comments

@chpio
Copy link

@chpio chpio commented Feb 5, 2017

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

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-format allows only one option.
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 5, 2017

This is the default behavior, it outputs original container if possible or uses mkv otherwise.

@dstftw dstftw closed this Feb 5, 2017
@chpio
Copy link
Author

@chpio chpio commented Feb 5, 2017

it outputs original container

Yes, that's why im asking for this feature.

@joetex72
Copy link

@joetex72 joetex72 commented Feb 7, 2017

You can try setting the output container to mkv or manually copying to mkv with ffmpeg.

@chpio
Copy link
Author

@chpio chpio commented Feb 7, 2017

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.

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Feb 7, 2017

@chpio could you paste an example video for what's your expectation and the actual results?

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

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.