On 01/28/18 03:03, Antonio M wrote:
> Now I can convert using Vlc, Soundconverter and ffmpeg.
>
> I have not clear how to convert many files at same time by ffmpeg or Vlc...
>

It is only 03:20 here....  But something like

for f in *.m4a; do ffmpeg -i "$f" "$f.mp3"; done

could be done.

-- 
A motto of mine is: When in doubt, try it out

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to