-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

ffprobe


> Multimedia stream analyzer.

More information.


Display all available stream info for a media file:

ffprobe -v error -show_entries {input.mp4}

Display media duration:

ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 {input.mp4}

Display the frame rate of a video:

ffprobe -v error -select_streams v:0 -show_entries stream=avg_frame_rate -of default=noprint_wrappers=1:nokey=1 {input.mp4}

Display the width or height of a video:

ffprobe -v error -select_streams v:0 -show_entries stream={width|height} -of default=noprint_wrappers=1:nokey=1 {input.mp4}

Display the average bit rate of a video:

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).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 03:22:24 2024