Как узнать битрейт mp3-файла?
Как вариант, получить размер файла в байтах, умножить на 8 и разделить на длительность композиции. Но тогда другой вопрос, как узнать длительность mp3?
поиск по интернету, lame и file в этом деле мне помогли.
Буду благодарен.
[bash] mp3 bitrate or length (как узнать?)
Модераторы: /dev/random, Модераторы разделов
-
- Сообщения: 2629
- Статус: Ленивец
- ОС: Arch/Debian.
Re: [bash] mp3 bitrate or length
mp3info?
MP3Info has an interactive mode (using curses) and a command line mode.
MP3Info can display ID3 tag information as well as various technical aspects
of an MP3 file including playing time, bit-rate, sampling frequency and other
attributes in a pre-defined or user-specifiable output format.
В дисгармонии со вселенной.
-
- Сообщения: 30
Re: [bash] mp3 bitrate or length
ого, спасибо!eduard_pustobaev писал(а): ↑22.06.2008 21:49mp3info?
MP3Info has an interactive mode (using curses) and a command line mode.
MP3Info can display ID3 tag information as well as various technical aspects
of an MP3 file including playing time, bit-rate, sampling frequency and other
attributes in a pre-defined or user-specifiable output format.
Что-то я не заметил, что есть прикреплённая тема, там надо было спросить)
если кому интересно, уж по этой теме определение размера файла http://www.linuxquestions.org/questions/pr...-script-410766/