Re: [Trisquel-users] converting to ogg in mass

2014-03-22 Thread shiretoko
avconv -i *.flac output.ogg

Re: [Trisquel-users] converting to ogg in mass

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

Re: [Trisquel-users] converting to ogg in mass

2014-03-22 Thread Alexander Stephen Thomas Ross
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-users] converting to ogg in mass

2014-03-21 Thread brigham
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

Re: [Trisquel-users] converting to ogg in mass

2014-03-21 Thread jbar
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.

Re: [Trisquel-users] converting to ogg in mass

2014-03-21 Thread icarolongo
Search SoundKonverter, SoundConverter