Basic FFmpeg command lines
want to convert a avi file to flv? extract the sound from a flv file and save it as mp3? see below: 1. Getting info from a video file ffmpeg -i video.avi 2. Turn a sequence of images into video ffmpeg -f image2 -i image%d.jpg video.mpg 3. Turn a video into a sequence of images…