diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-12-04 03:22:13 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-12-04 03:22:13 +0100 |
commit | 7323b39c5e11a9ab6811cc5f637c94e95846bab9 (patch) | |
tree | 2024751af02ada0c0cd64e1cd68d66f067b9e95c | |
parent | 5aa7be1b4a9a6c5cfdd5752dd37937db4db13373 (diff) |
Add ffmpeg tip
-rw-r--r-- | ffmpeg.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |