Closed astronom84 closed 10 years ago
Try ffplay
If you use '-F url' you will notice that it is listed as (DASH Video). Google's new way for youtube. You must merge both Dash Video and Dash Audio using ffmpeg to get a workable mp4 file.
As already said, you also have to download the DASH audio format, (for example youtube-dl -v -f 141 s3XW_NOYrTY
will download a m4a
file), then you'll need to join them with ffmpeg: ffmpeg -i VIDEO_FILE.mp4 -i AUDIO_FILE.m4a -c copy final.mp4
. We're planning to do all of this automatically (see #1612).
mencoder -oac copy -ovc copy -fafmttag 0x706d -of lavf -lavfopts format=mp4 "VIDEO_youtube.mp4" -audiofile "AUDIO_youtube.m4a" -o VIDEO_FULL.mp4
Brasil! :dancer:
@duduindo With the last version of youtube-dl, you can run youtube-dl -f bestvideo+bestaudio URL
and it will use ffmpeg or avconv to merge the two files.
Obrigado Jaime. Daqui uns dias vou testar com a nova versão. Obrigado! (Thanks!)
Hi all When i try to download this video: http://www.youtube.com/watch?v=s3XW_NOYrTY with quality 1080p (-f 137), file cannot be played with any video player.
console output:
File size must be equal to 38 Mb