OK I’ve done a ton of research, and have found tantalizing hints, but can’t really work out if this is possible.
Currently I use ffmpeg to pick up a sequence of PNG files from the disk render them into a video. Works great - no problems. My goal is for ffmpeg to be running and listening on a network port, then from another machine to send the PNG sequence over the network directly into ffmpeg, and have the resulting video file saved. So I need to work out how to configure ffmpeg to listen on the network for a sequence of PNG files, and I need to work out how to, from another machine, connect to ffmpeg, tell it what the output filename should be, and then transmit the PNG files. Is there any way to do this? Despite many hours research I can’t see if this is actually possible or not. thanks! Andrew _______________________________________________ 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".
