OS X convert MOV files
First install ffmpeg
and run command
brew install ffmpeg
and run command
ffmpeg -i filename_source.mov -vcodec h264 -acodec aac -strict -2 filename_out.mp4

Comentarii
Trimiteți un comentariu