Print a text file to STDOUT using ffmpeg

4
55
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 -f data pipe:1

2 comments
Anonymous
Markdown is supported
@eladg
eladgcommentedabout 3 years ago

This is one of my favorite little hacks!

@eladg
eladgcommented5 months ago

Seems like this is broken on newer ffmpeg versions (ref: https://news.ycombinator.com/item?id=42708152)