FFmpeg By Example is a documentation website to showcase all the unique and different ways to use FFmpeg.
Got a cool idea to share with the community? Send your contribution here!

Print a text file to STDOUT using ffmpeg

No Preview.

If you feel like this example could be improved, you may edit this example here.

ffmpeg -v quiet -f data -i input.txt -map 0:0 -c text -f data -