-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

ffplay


> A simple and portable media player using the FFmpeg libraries and the SDL library.

More information.


Play a media file:

ffplay {path/to/file}

Play a video and show motion vectors in real time:

ffplay -flags2 +export_mvs -vf codecview=mv=pf+bf+bb {path/to/file}

Show only video keyframes:

ffplay -vf select="{eq(pict_type\,PICT_TYPE_I)}" {path/to/file}


> 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 Fri May 17 00:53:14 2024