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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
