[FFmpeg-user] Command Line Input - Read from Memory

Peter White peter.white at posteo.net
Tue Aug 9 20:33:12 EEST 2016


Hi!

09.08.2016 17:31 William van Gelder:
 > I am looking for a way to read the input of the command line from
 > memory instead of ingesting a file or URL.

I am not certain I understand, what you want to achieve. Maybe
elaborate a bit more?
Do you want to avoid intermediary files or have you got some data
somewhere in memory that you want to feed into ffmpeg? In the first
case pipelining to stdin comes to mind:

$ command_that_writes_to_stdout | ffmpeg -i - output


Best,
Peter


More information about the ffmpeg-user mailing list