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.
Post-processing failure #10328
Post-processing failure #10328
Comments
|
Please post the command you use and the outputs. |
|
Add extension to |
|
@dstftw, does the line |
|
No since you manage postprocessors by yourself. |
|
yeah thought so. anyway thanks! |
|
|
@WojtekReu Don't use avconv. Install ffmpeg > 3.0 instead. |
I am using youtube-dl with python.
$ youtube-dl --version2016.08.12Python code for downloading a video from youtube and then converting it to mp3 format is as follows:
But sometimes the post-processing faces the following error:
I am not able to figure out whether I have made some mistake in the code or if this is a bug? But since this does not happens every time, I am guessing this is a bug. Also, I think everyone can notice that the file parameter is missing from the avconv command, so maybe this bug is present in the post-processing part of the youtube-dl module.
Also please suggest any other changes I should make to my code so that the file being downloaded always gets converted to the mp3 format.