I want to convert multiple files in bulk with ffmpeg

Asked 2 years ago, Updated 2 years ago, 115 views

I would like to convert multiple files with extensions wav and m4a to mp4 in bulk.

ffmpeg

2022-09-30 21:14

1 Answers

for fin*.wmv; doffmpeg-i$f$f.mp4; done

I think I can write like this with one liner.


2022-09-30 21:14

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.