We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
for f in .avi; do ffmpeg -c:v hevc -i "$f" -map 0 -c copy -y "${f%.}.mp4" done