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.
audio and video metadata #16195
audio and video metadata #16195
Comments
|
|
|
Solved. Thanks. |
I would like to download a Youtube video into one muxed video file (audio+video), and one audio file, both with metadata. It seems to me that youtube-dl is only able to write metadata to one output file.
If I use the -k option, the muxed output file gets metadata, but the component streams get none.
If I use the -x option, I get an output audio file with metadata, but no muxed video file
I've read through the documentation, and searched the issues to no avail.
version 2018.04.16