💾 Archived View for freeshell.de › tldr › ffprobe.gmi captured on 2023-11-04 at 12:26:27. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Multimedia stream analyzer.
ffprobe -v error -show_entries {input.mp4}
ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 {input.mp4}
ffprobe -v error -select_streams v:0 -show_entries stream=avg_frame_rate -of default=noprint_wrappers=1:nokey=1 {input.mp4}
ffprobe -v error -select_streams v:0 -show_entries stream={width|height} -of default=noprint_wrappers=1:nokey=1 {input.mp4}
ffprobe -v error -select_streams v:0 -show_entries stream=bit_rate -of default=noprint_wrappers=1:nokey=1 {input.mp4}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).