From 2b48505de2ae9876c49433dc15a2c46a66cdd506 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 30 May 2022 15:32:39 +0200 Subject: [PATCH] Add ffmpeg buddy note --- notebook/Linux/Tools/ffmpeg.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/notebook/Linux/Tools/ffmpeg.md b/notebook/Linux/Tools/ffmpeg.md index 8d554f3..660bb00 100644 --- a/notebook/Linux/Tools/ffmpeg.md +++ b/notebook/Linux/Tools/ffmpeg.md @@ -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` \ No newline at end of file +- Duration (absolute): `-to 4:00` + +## ffmpeg buddy +An [online tool](https://evanhahn.github.io/ffmpeg-buddy/) to interactively set up `ffmpeg` commands. \ No newline at end of file