Skip to content

Instantly share code, notes, and snippets.

View brianvarskonst's full-sized avatar

Brian Schäffner brianvarskonst

View GitHub Profile
@frank-dspeed
frank-dspeed / Cheatsheet-CONTENT_STREAM_PRODUCTION.md
Last active August 30, 2023 23:39
Cheatsheet Conten Production Streaming Linux Virtual Desktop Webcam

Linux Video

ffmpeg - is the default standard for video operations of all kind

drawtext filter

If you just want to update some text on the screen the easiest method is to use the drawtext filter with the textfile and reload options.

ffmpeg -i input -vf "drawtext=textfile=songs.txt:reload=1" output songs.txt will be reloaded once per frame. Be sure to update it atomically, or it may be read partially, or even fail.

overlay filter