FFMPEG: Convert & Edit Video via Command Line

FFMPEG is a free software that lets you create/edit/convert videos via command line. You can download and install FFMPEG for Linux, Windows, and Mac Operating System. FFMPEG provides a lot of features that you can apply to an video like: – get detailed information of the video – record video – convert video to audio … Read more

Linux: Convert Video to Audio using FFmpeg

You can convert any video file to audio format (extract audio from video) with the help of FFmpeg tool. FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec – the leading audio/video codec library. Installing FFmpeg on Ubuntu Linux sudo apt-get install ffmpeg libavcodec-extra-53 Note that you … Read more