Skip to content

Help, I kept the same container for avi

austinsr1 edited this page May 29, 2022 · 1 revision

for f in .avi; do ffmpeg -c:v hevc -i "$f" -map 0 -c copy -y "${f%.}.mp4" done