This is the commmand I am using:
ffmpeg -i ./input.avi -threads 2 -c:v libx264 -preset slow -profile:v high -c:a aac -strict -2 -vf scale=-1:720 ./new_video.mp4
Modify it to suite your needs if necessary.
Cheers.
Andrzej
This is the commmand I am using:
ffmpeg -i ./input.avi -threads 2 -c:v libx264 -preset slow -profile:v high -c:a aac -strict -2 -vf scale=-1:720 ./new_video.mp4
Modify it to suite your needs if necessary.
Cheers.
Andrzej