converting to ogg in mass

5 respostas [Última entrada]
BrighamKeys

I am a member!

Desconectado
Joined: 02/05/2014

Is there an application out there that will allow me to convert flac files to ogg (I do not have enough to effectively compute and have flac on my laptop) but to convert them in mass as my library is a bit vast? I certainly do not want to covert it all by hand, so if anyone would post a tool that would help with this issue it would be great!

"All war is, but class struggle"

jbar
Desconectado
Joined: 01/22/2011

I like dir2ogg. It's a CLI application, good for large collections. For example, to convert all supported audio files in your music folder, to ogg with quality 8:

$ dir2ogg -q 8 -n -r --convert-all /path/to/music_folder

This preserves the original file.

$ man dir2ogg

to see all options.

Alexander Stephen Thomas Ross
Desconectado
Joined: 09/18/2012

flac2all
pacpl
fastoggenc

A script I made for flac into opus and copys all metadata! Including
embedded artwork!
no --help. modify to your needs.
todo:
* add --help/-h
* only encode new files

can be modified to do vorbis. With Opus you get more music on your
laptop for same quarlty :) but Trisquel isn't up-to-date enough to
support opus :(.

http://software.aross.me/multimedia_processing_scripts/flacs2opus.sh

icarolongo
Desconectado
Joined: 03/26/2011

Search SoundKonverter, SoundConverter

quantumgravity
Desconectado
Joined: 04/22/2013

avconv -i *.flac output.ogg

aloniv

I am a translator!

Desconectado
Joined: 01/11/2011

Install vorbis-tools package.
$sudo aptitude install vorbis-tools
To run simply do
$oggenc -q 5 *.flac
(replace quality 5 by preferred quality).