Ffmpeg Notes
Ffmpeg Notes
What is FFmpeg?
FFmpeg is a command-line tool to convert multimedia files (audio, video) between formats.
Basic Syntax
-i = input file
Without any other options, FFmpeg will try to convert to another format automatically.
Common Commands
Resize Video:
Compress Video:
Create list.txt:
file 'video1.mp4'
file 'video2.mp4'
Then run:
Useful Flags
-t : duration
Advanced Examples
Add a Watermark:
Installation
Linux:
macOS: