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.
mp4 recode broken #1027
mp4 recode broken #1027
Comments
|
This is working for me, could you post the output of |
|
My guess is that I'm using a newer ffmpeg. Anyway here's the info: $ ffmpeg -version $ youtube-dl -v --recode-video=mp4 http://www.youtube.com/watch?v=iiFWoXQPOJc |
|
The problem is with |
|
It seems like youtube-dl autodownloads as mp4 now: $ youtube-dl --recode-video=mp4 http://www.youtube.com/watch?v=iiFWoXQPOJc So I guess this can be closed. |
|
No, we have a problem with youtube not serving all the itags (#1578), so now the best quality available is a mp4 file. But the problem is still there, you'll get the same ffmpeg error if you try to recode to mp4 a flv video. |
|
This is still happening:
This is a pretty current Debian testing:
running the recoding step manually with |
|
@DavidS I guess the following command works:
|
|
@yan12125 thanks. The following:
|
|
Closing as the problem is solved with the newly added flag |
|
I wasn't sure how to resolve the error at first. Perhaps, |
|
|
|
For unknown reasons to me, I now get the following error:
I had no problem in the past. How can I circumvent this? If I use |
|
@faxotherapy Upgrade your ffmpeg or use the command in #1027 (comment) |
|
I used
|
Recoding the video to mp4 using ffmpeg doesn't work:
$ youtube-dl --recode-video=mp4 http://www.youtube.com/watch?v=iiFWoXQPOJc
[youtube] Setting language
[youtube] iiFWoXQPOJc: Downloading video webpage
[youtube] iiFWoXQPOJc: Downloading video info webpage
[youtube] iiFWoXQPOJc: Extracting video information
[download] Destination: Work Done by Isothermic Process-iiFWoXQPOJc.flv
[download] 100.0% of 21.94MiB at 864.23KiB/s ETA 00:00
[ffmpeg] Converting video from flv to mp4, Destination: Work Done by Isothermic Process-iiFWoXQPOJc.mp4
ERROR: The encoder 'aac' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it.