Print a text file to STDOUT using ffmpeg
4
55
ffmpeg -v quiet -f data -i input.txt -map 0:0 -f data pipe:1
This is one of my favorite little hacks!
Seems like this is broken on newer ffmpeg versions (ref: https://news.ycombinator.com/item?id=42708152)