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.
Play audio and video files together without creating muxed files #14907
Comments
|
Out of scope. |
It could be argued that strictly speaking this is not an issue of youtube-dl.
However it is deeply related and many people might encounter this issue with youtube-dl first.
It makes a lot of sense to separate the audio from the video and store it in separate files for example for audio only players.
However, to my surprise I wasn't able to find any players that could play directories with those files as a muxed video stream. The general solution for this problem seems to created a muxed file first, which has the disadvantage of doubling the data.
I am wondering if any solution for playing those files without merged / muxed files already exists.