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.
no VBR Header in extracted audio #512
Comments
|
Hm...I'd say it's more of an issue with ffmpeg, as it's the one making the actual conversion. Here's what I get when I run the same series of command:
I'm not getting any error message in that instance, and the MP3 file is encoded with a variable bitrate. I'm using ffmpeg 0.10.5, which may explain it: maybe older versions of ffmpeg don't write any header while newer versions do. It's just a supposition though, but that seems plausible. |
|
Closing as a Ffmpeg issue. Please try to convert manually a video to mp3 to confirm |
|
I tested the ffmpeg command and got the same problem, so definitely an ffmpeg issue. Thanks, |
youtube-dl --version --> 2012.10.09
FFmpeg version 0.6.6-4:0.6.6-0ubuntu0.11.04.1
FFprobe version 0.6.6-4:0.6.6-0ubuntu0.11.04.1
python --version --> Python 2.7.1+
OS: Ubuntu 11.04
I run the command:
youtube-dl -tci --extract-audio --audio-format mp3 OyeafzF4WOk
analyzing the mp3 file that is produced using mp3val give the following error message:
VBR detected, but no VBR header is present. Seeking may not work properly.