Computer Tips - How can I change the size of a video to 720p?

Date: 2016nov4 Product: ffmpeg Q. How can I change the size of a video to 720p? A. Use ffmpeg like this:
ffmpeg -i myvideo_big.mp4 -vf scale=1280:720 myvideo_720p.mp4