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, 

With the command below ffmpeg will probably try to encode *all*
files in a folder ... careful ... :)

> no 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