Add ffmpeg buddy note
This commit is contained in:
parent
6554e5e02e
commit
2b48505de2
1 changed files with 4 additions and 1 deletions
|
@ -5,4 +5,7 @@ Basic commandline: `ffmpeg -i input.mp4 output.mp4`
|
|||
- Video Bitrate: `-b:v 32M`
|
||||
- Start time: `-ss 3: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