Saturday, February 01, 2025
ffmpeg
Convert from .mov to .mp4:
ffmpeg -i source.MOV -vcodec h264 -acodec aac target.mp4
Remove audio:
ffmpeg -i source.MOV -vcodec h264 -an target.mp4
Subscribe to Comments [Atom]
Convert from .mov to .mp4:
ffmpeg -i source.MOV -vcodec h264 -acodec aac target.mp4
Remove audio:
ffmpeg -i source.MOV -vcodec h264 -an target.mp4
Subscribe to Comments [Atom]