Convert avi to mp4 without re-encoding (ffmpeg)

ffmpeg -i input.avi -c:v copy -c:a copy -y output.mp4
Retour en haut