Greetings,
hope all active member of this community are fine.
in my project i need to convert several image to video file.
Currently i have to first save the images to PC then use ffmpeg to read that images from the pc and convert it to movie.

But rather than save image to pc, i want to send image directly to ffmepg using StandardInput call. Ffmped does support that. but i don't know how to use that.

i have search internet a lot and all i found is getting output/response from ffmpeg using standarderror as ffmepg write to standerror instead of standardouput.

below link something similar to what i look for that that code don't work and also that use mp3 file instead of image/graphics.

Code:
http://tiku.io/questions/3075356/convert-wma-stream-to-mp3-stream-with-c-sharp-and-ffmpeg
can any one help me out, how to send image from picturebox/graphics object to ffmpeg one by one?

thanks in advance

best regards