Convert mp3 vbr to cbr

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Hillbird
Posts: 3
Joined: 19 Nov 2014, 08:15

Convert mp3 vbr to cbr

Post by Hillbird »

Is it possible to make a filebot script to scan folders with mp3 files that have a variable bitrate and convert them to a constant bitrate and after succes deleting the vbr-files? :?:
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Convert mp3 vbr to cbr

Post by rednoah »

FileBot does not and can not convert video / audio streams.

The ffmpeg cmdline tool can certainly do that. You can call ffmpeg from Groovy scripts, or any other scripting language your choice, e.g. bash if you're on Linux / Mac.
:idea: Please read the FAQ and How to Request Help.
Post Reply