Manipulating, Converting and Editing Audio and Video from Command Line using ffmpeg

985

FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It is a very fast video and audio converter and includes libavcodec which is the leading audio/video codec library. It can also grab from a live audio/video source.

The command line interface is very easy to use because the program figures out all the default parameters intelligently. Usually, the input file name with -i option and output file name is all you have to specify. In this tutorial, we will see how to get information about audio or video file, convert from one audio or video format to another, capture audio or video from a device and extracting audio or video from a multimedia file using ffmpeg…

Article Source Linuxgravity
Read More