I need to send raw frame/image to server for post processing and server returned new image that I need to complete with ffmpeg. Do any one know how to do this? Somethink like that: ffmpeg -i test.jpg -vf format=rgb24,http=localhost:8080 -y out.jpg