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.
Download audio and video without merging / muxing #14901
Comments
|
Don't use |
|
I left out the |
works fine, separate video and audio without merging, if it's not actually working you should post the verbose output of you're command. |
|
Here is what I tried. I don't even see the separate audio and video files and obtain different results on the order of bestaudio, bestvideo.
|
|
as both formats have the same ext, you should add
|
|
Thank you, that seems to work. However, it would be nice if a simple switch would exist to do this or at least if it would be documented somewhere that explicitly, since others have had the same question before: |
it's not a common use case, and it's impossible to document evey use case.
the question you're referring to is different, currently downloading with |
I would like to download and save audio and video streams separately for audio only players as requested in #5964.
I can use the
-koption to prevent the deletion of the audio and video only files, but I didn't find a way to prevent the post-processing or merging of the files. The--fixup neveroption didn't work.How can I disable post-processing?
If there is no option to stop it, could it be implemented?