eladg / ffmpeg-by-example

Creative Commons Attribution 4.0 International
8 stars 5 forks source link

Generate smptebars with test text on top - FFmpeg By Example #54

Open eladg opened 2 years ago

eladg commented 2 years ago

https://www.ffmpegbyexample.com/examples/7kdj5j4m/generate_smptebars_with_test_text_on_top/

Use the smptebars video filter generator to generate an SMPTE test source. With the simple video input in place, use the drawtext filter to render the text '16x9' and place it in the middle of the frame.

For more info, see smptebars and drawtext on the official ffmpeg documentation.