m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/ffmpeg.md
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2023-12-04 03:22:13 +0100
committerMarcin Chrzanowski <m@m-chrzan.xyz>2023-12-04 03:22:13 +0100
commit7323b39c5e11a9ab6811cc5f637c94e95846bab9 (patch)
tree2024751af02ada0c0cd64e1cd68d66f067b9e95c /ffmpeg.md
parent5aa7be1b4a9a6c5cfdd5752dd37937db4db13373 (diff)
Add ffmpeg tip
Diffstat (limited to 'ffmpeg.md')
-rw-r--r--ffmpeg.md8
1 files changed, 8 insertions, 0 deletions
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)