filter graph
input
input.mov
Scale to 1080 wide
Normalize to 30fps
output
output.mp4
generated command
ffmpeg -i "input.mov" -vf "scale=1080:-2,fps=30" -c:v libx264 -crf 20 -c:a aac -movflags +faststart "output.mp4"
filter graph
input
input.mov
Scale to 1080 wide
Normalize to 30fps
output
output.mp4
generated command
ffmpeg -i "input.mov" -vf "scale=1080:-2,fps=30" -c:v libx264 -crf 20 -c:a aac -movflags +faststart "output.mp4"