diff --git a/notebook/Linux/Tools/ffmpeg.md b/notebook/Linux/Tools/ffmpeg.md index 660bb00..7f37acb 100644 --- a/notebook/Linux/Tools/ffmpeg.md +++ b/notebook/Linux/Tools/ffmpeg.md @@ -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. \ No newline at end of file