Answers for "ffmpeg convert mov to mp4"

2

ffmpeg convert mov to mp4

ffmpeg -i my-video.mov -vcodec h264 -acodec mp2 my-video.mp4
Posted by: Guest on March-26-2020
0

ffmpeg mkv to mp4

ffmpeg -i "file.mkv" -codec copy -strict -2 "file.mp4"
Posted by: Guest on August-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language