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.
Ffmpeg extract audio duration #1572
Comments
|
Closing as duplicate of #1022. The code of youtube-dl that calls ffmpeg is in PostProcessor.py. |
|
Okay, i started to work on it, btw do you got any way to pass "video_duration" variable from youtube.py to PostProcessor.py file ? Thanks. |
|
For people still trying to fix this => apt-get install vbrfix syntax: this will correct mp3 headers and set a correct duration and bitrate without remuxe it. thanks. |
Hello, everyone knows that ffmpeg returns wrong duration when we extract mp3 file using youtube-dl.
I wonder if someone already solved this problem and if not, if someone can tell me where i can find ffmpeg instruction in the code.
Thanks.