Add framerate to note about ffmpeg

This commit is contained in:
Talia 2022-12-15 11:21:11 +01:00
parent 9416108ced
commit f1af2169af
Signed by: darkwiiplayer
GPG Key ID: 7808674088232B3E
1 changed files with 1 additions and 0 deletions

View File

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