A
A
Arthur A.2014-05-02 13:02:39
Audio
Arthur A., 2014-05-02 13:02:39

How to sort mp3 collection by their bitrate?

I want to bang/cut all files from the existing audio library and leave in the collection only those mp3s in which the bit rate is at least 256 kbps.
How can this be done?
Ps.
In windows 7 via type :)
upd: issue resolved

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
afiskon, 2014-05-06
@dokxpi

Take care of Perl, write a script using MP3::Info.

A
Andrew, 2014-05-02
@OLS

Two batch files:
1st) receives the name of an MP3 file as a parameter,
requests its bitrate (for example, via ExifTool),
cuts the bitrate from the output
if there is no subdirectory with a name equal to the bitrate - creates it
moves the file to a subdirectory with this named
2nd) runs the command file "1" from all files in the directory via for each

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question