ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
132.41k stars 10.04k forks source link

Audio bitrate measurement error #3671

Open ghost opened 10 years ago

ghost commented 10 years ago

Please checkout audio bitrate measurement error.

When I'm checking audio bitrate on youtube links. abr returns in kilo 128.

But vube abr value is 96000. I think 96 is safe.

Please checkout this measurement error.

Thank you.

jaimeMF commented 10 years ago

Please explain how to reproduce the problem.

ghost commented 10 years ago

I don't know python. I'm PHP developer.

You can use command line for checking abr value difference.

For youtube:

./youtube-dl --dump-json http://www.youtube.com/watch?v=nfWlot6h_JM

For vube:

./youtube-dl --dump-json http://vube.com/s/RxkEB

Please check the abr value measurement deference.

phihag commented 10 years ago

You don't need to know Python, we just need a way to reproduce it. youtube-dl -j http://vube.com/s/RxkEB says abr is 96000, but it should be 96 is sufficient. Thanks for the report!