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.
youtube-dl causes"Unable to find a suitable output format for 'file:xyz/.mkv.temp'" #9886
Comments
|
Use:
|
|
Thanks! Didn't think about simply changing the actual filename it writes the files to... |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.06.23.1. 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?
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Description of your issue, suggested solution and other information
youtube-dl does not tell ffmpeg the output format and ffmpeg can't tell by itself due to the ".temp" extension, running the ffmpeg command myself with -f mp4 works just fine, however I could not find any documentation on a command argument for youtube-dl anywhere, that tells it to "append" "-f XXX" to the output.
PS: If this is a dublicate then I couldn't find the first occurance, I've went through the issues and searched them for similliar ones, i found one but thats about mp4 and the ""solutions"" mentioned there, didn't fix my issue.