How to install ffmpeg ?

Card Puncher Data Processing

About

You can download it or install it via your package manager.

Example

Linux

on linux ubuntu with apt

sudo apt install ffmpeg

Windows

You can download it in the release





Discover More
Card Puncher Data Processing
How to convert a video format with ffmpeg (mp4 to avi, move to mp4, ..) ?

This article shows you how to convert a video from one format to an another with ffmpeg Once, you have installed it, you can run the following command. The command is pretty simple The command...
Card Puncher Data Processing
How to crop a video with ffmpeg

This article shows you how to crop a video with ffmpeg. once you have installed it, you can use the crop filter to crop your video. the crop is a filter that accepts the parameters such as the following...
Card Puncher Data Processing
How to extract the images of a video (ie frame) with ffmpeg ?

This article shows you how to extract the frame (picture) of a video Once you have installed ffmpeg, you can execute the following command. To encode a movie to frame (single pictures) sampled...
Card Puncher Data Processing
How to get video/image information with ffmpeg ?

To get information your video with ffmpeg, you would use the ffrpobe utility (installed with ffmpeg) Example of output where you can see the aspect ratio of 1920×1080
Card Puncher Data Processing
How to reduce the size of a video dramatically with ffmpeg ?

This article shows you how to reduce the size of video with ffmpeg. The following parameters have an important on the size: * the codec: the codec is the algorithm that encodes the picture into the...
Card Puncher Data Processing
How to resize your video at the command line with ffmpeg

In this how-to, we show you how to resize video with the ffmpeg command line utility and the scale filter ffmpeg permits to set the dimension of a video to -1 in order to preserve aspect ratio ...
Card Puncher Data Processing
What is ffmpeg ?

What is ffmpeg ? ffmpeg is a command line to record, convert and stream audio and video. This is the simple tool to manipulate and convert any video. * * * * * * FFmpeg...



Share this page:
Follow us:
Task Runner