From 7323b39c5e11a9ab6811cc5f637c94e95846bab9 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Mon, 4 Dec 2023 03:22:13 +0100 Subject: Add ffmpeg tip --- ffmpeg.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ffmpeg.md b/ffmpeg.md index b53621d..b87ab63 100644 --- a/ffmpeg.md +++ b/ffmpeg.md @@ -67,3 +67,11 @@ For the transpose parameter you can pass: [in1] ... [ink] filter_name=option1=val1:...:optionn=valn [out1] ... [outm] * Use `-filter_complex` if more than one input or output stream. + +## Video file info + +Just running + + ffmpeg -i video.mp4 + +will fail, but give a bunch of info about the file (including resolution, fps, etc) -- cgit v1.2.3