On Sat, Oct 20, 2018 at 23:26:29 +0200, Moritz Barsnick wrote:
> $ mkdir flac
> $ for infile in *.mkv; do outfile=flac/${infile%.mkv}'(flac)'.mkv; echo 
> ffmpeg -i "$infile" -c:v copy -c:s copy -c:a flac "$outfile"; done

I failed to mention: This is bash syntax. zsh may or may not be
different. Other shells may need other "magic" for converting the file
names.

Moritz
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to