Skip to content

Tips: Most used ffmpeg options

suntong edited this page Sep 18, 2021 · 6 revisions

Tutorials

A FFmpeg Tutorial For Beginners
http://keycorner.org/pub/text/doc/ffmpeg-tutorial.htm

Check this out, and you will understand how easy media conversion becomes with FFmpeg.

A quick guide to using FFmpeg to convert media files
https://opensource.com/article/17/6/ffmpeg-convert-media-file-formats

05 Jun 2017 Tim Nugent

FFmpeg is a great tool for quickly changing an AV file's format or quality, extracting audio, creating GIFs, and more.

19 ffmpeg commands for all needs
https://www.catswhocode.com/blog/19-ffmpeg-commands-for-all-needs

Posted on Sep 22, 2008

ffmpeg is a multiplatform, open-source library for video and audio files. I have compiled 19 useful and amazing commands covering almost all needs: video conversion, sound extraction, encoding file for iPod or PSP, and more.

FFMPEG commands
https://www.bugcodemaster.com/article/ffmpeg-commands

Submitted by VicSanches on Thu, 11/24/2016

Here I come with a compilation of some of the most used commands of ffmpeg. Some of you could refer to this as some of the most used ffmpeg options. You can use this page as a quick reference guide for your ffmpeg operations.

20 FFmpeg Commands For Beginners
https://www.ostechnix.com/20-ffmpeg-commands-beginners/

BY SK · PUBLISHED MAY 10, 2017 · UPDATED MAY 12, 2018

In this guide, I will be explaining how to use FFmpeg multimedia framework to do various audio and video transcoding, conversion operations with examples.

THE MOST USEFUL FFMPEG COMMANDS FOR AUDIO AND VIDEO CONVERSION
https://hands-on.cloud/the-most-useful-ffmpeg-commands-for-audio-and-video-conversion/

Andrei Maksimov June 29, 2021

This article covers FFmpeg installation and most commonly used commands examples for getting video information, cutting and splitting video files, converting videos to various formats including images, managing audio, subtitles and so much more.

Extract/Cut by time

This section has been moved here.