Main Menu

search

You are here

Linux command: ffmpeg

[last updated: 2025-06-25]
ffmpeg.org
--------------------------

  • This is an open-source command-line tool (Fast Forward Moving Picture Experts Group), a software suite that does a bunch of things related to audio and video files.
    It allows recording, streaming, filtering, editing, and converting different file formats, which is mainly what I'm going to be using it for...

  • Install:
      $ sudo apt install ffmpeg

  • Converting file formats:
      $ ffmpeg -i input.mp4 output.avi


.


.

eof