I'm confused where to ask. I want to ask, please give the encode script to convert the video I made from 720p to 1080 60fps. when I check the video I can't reach 60fps if I use the script below
ffmpeg -i input.mp4 -vf scale=1920:-2 \
-c:v libx264 -preset slow -crf 22 \
-c:a copy \
output.mp4
Please help me. i am using ffmpeg in ubuntu 16.04
0 Answers