On Sun, 28 Jan 2018 16:56:12 +0100
Wolfgang Pfeiffer <r...@gmx.net> wrote:

> Batch mode encoding all sorts of video and audio files in a folder, no
                                       ^^^^^
should say .. " of many sorts" ...

> matter what sort (avi, wav, mp4, wav, au etc. ) to  mp3, with a single
> command:
> 
> for f in *.*; do ffmpeg -i "$f" -codec:a libmp3lame -qscale:a 0 
> "${f/%.*/.mp3}"; done



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

Reply via email to