On 01.01.2013 18:28, Claude Jones wrote: > On 01/01/2013 11:54 AM, Reindl Harald wrote: >> yum install soundconverter >> >> some days ago it converted 75 minutes of FLAC in 8 seonds to VBR MP3 > > perfect! thanks > Or you can use loop in bash and any tool that converts single files. Here is a very simple example for all ogg files in some directory: for in_file in *.ogg do .... convert_single_file $in_file $out_file .... done You can also pipe more than one converter to accomplish fancy effects. Sometimes shell is faster and easier than all-in-one make everyone happy GUI tool. Mateusz Marzantowicz -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org