Answers for "ffmpeg video conversion from .mov to mp4 taking alots of time"

5

ffmpeg convert mov to mp4

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language