Add ffmpeg buddy note

This commit is contained in:
Talia 2022-05-30 15:32:39 +02:00
parent 6554e5e02e
commit 2b48505de2
1 changed files with 4 additions and 1 deletions

View File

@ -6,3 +6,6 @@ Basic commandline: `ffmpeg -i input.mp4 output.mp4`
- Start time: `-ss 3:00` - Start time: `-ss 3:00`
- Duration: `-t 1:00` - Duration: `-t 1:00`
- Duration (absolute): `-to 4:00` - Duration (absolute): `-to 4:00`
## ffmpeg buddy
An [online tool](https://evanhahn.github.io/ffmpeg-buddy/) to interactively set up `ffmpeg` commands.