Add ffmpeg buddy note
This commit is contained in:
parent
6554e5e02e
commit
2b48505de2
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
Loading…
Reference in a new issue