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.
Audio file not playable in VLC (2.0.8) when using --extract-audio #2288
Comments
|
Ok, the problem is in de3ef3e, we now download the file that only contains the audio (to save time) and use the m4a extension for it, that's why ffmpeg is not run. The problem is that most players don't play the DASH audio/video only files (at least mplayer plays them fine). In the meantime you can force to convert to other format using |
|
If you can setup youtube-dl to run ffmpeg on "file that only contains the audio" to make it playable in most players (i.e. replace Thx for your work, btw, yt-dl is excellent tool! |
|
I can reproduce that the file is playable in mplayer, but not vlc. I'd like to find out where the fault lies (vlc or is the DASH format incompatible?), but as a workaround, how about specifying the ext |
|
I would say that it is definitely VLC's fault (at least in version I use, 2.0.8)---I could play MPEG-DASH |
|
May I suggest that Although new |
|
Noticed that NOT passing |
|
Hey guys, someone(
This makes the downloaded .m4a files work on foobar2000 (v1.3.1), while previously they were not working(they did work in media player classic home cinema and in vlc though, before this command, but not in foobar2000), they were showing this when not working: Is there any way to actually make youtube-dl execute something like this? (the key here is not transcoding the downloaded .m4a file) PS: if anyone's wondering |
|
youtube-dl 2015.01.23.4 and newer will automatically correct the header of the m4a file if ffmpeg is present on the system. I am therefore closing this issue. See our FAQ if you need help updating. Thank you for the report! |
|
Thanks, it is working like a charm! |
Hi!
After I did upgrade:
I run this command:
Hint: pay attention to the last word in the last line above: skipping
And guess what? Audio file do not want to play in
VLC media player 2.0.8 Twoflower (revision 2.0.8a-0-g68cf50b)@ Ubuntu 12.04.3 LTS.Can somebody please try to reproduce this issue?
Thx!