
ffmpeg -sample_fmts: show available audio sample formats Some ExamplesĬonverting an existing video file from avi to mp4 format: $ ffmpeg -i infile.avi outfile.mp4Ĭreating a video from many images: $ ffmpeg -f image2 -framerate 12 -i foo-%03d.jpeg -s WxH foo.aviĮxtracting images from a video: $ ffmpeg -i foo.avi -r 1 -s WxH -f image2 foo-%03d.jpeg. ffmpeg -layouts: show standard channel layouts. ffmpeg -pix_fmts: show available pixel formats. ffmpeg -filters: show available filters. ffmpeg -protocols: show available protocols. ffmpeg -bsfs: show available bitstream filters. ffmpeg -encoders: show available encoders. ffmpeg -decoders: show available decoders. ffmpeg -formats: show available formats.
You can list the capabilities of FFmpeg by running any one of these commands in your terminal: With an output that looks like this: ffmpeg version 4.2.4-1ubuntu0.1 Copyright (c) 2000-2020 the FFmpeg developersīuilt with gcc 9 (Ubuntu 9.3.0-10ubuntu2) We can simply execute the following commands: $ sudo apt install ffmpegĬonfirm the FFmpeg installed on your system by checking the version on your system using: $ ffmpeg -version
It so happens that Ubuntu 20.04 LTS contains the FFmpeg apt packages in the default repositories. How to Increase File Upload Size In Apache Web Server We can now Install FFmpeg on Ubuntu 20.04 or Debian 10