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.
Can I use existing / predownloaded files? #9684
Comments
|
With only video and audio component that is not possible. You'll need info JSON as well obtained with |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.06.02. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
Description of your issue, suggested solution and other information
Due to the restrictions where I live, I cannot use youtube-dl to download my videos without receiving an error. I can however use a different method to download the components from youtube in a similar fashion.
My current situation is that I have an mp4 video component and an mp4a audio component.
I would now like to use youtube-dl to merge the two components into a complete video as well as manipulate the naming scheme for the files.
Thus my question is: "How can I use pre-downloaded components in post-processing?
I know that the usual information available on the web-page cannot be used but a "hacky" solution for the merge and basic features might be using any URL and naming the existing components identical to the download results. The download would then be skipped and the existing files would be used instead.
Even if this is the most simple solution, I would still like some guidance on how to do this and what to name the files.
Thank you very much in advance,
-Nicro