Open ghost opened 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.
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!
Please checkout audio bitrate measurement error.
When I'm checking audio bitrate on youtube links.
abr
returns in kilo128
.But vube
abr
value is96000
. I think96
is safe.Please checkout this measurement error.
Thank you.