[FFmpeg-user] ffmpeg http filter?

James Darnley james.darnley at gmail.com
Tue Sep 8 12:37:34 EEST 2020


On 08/09/2020, Alex <3.14pi at ukr.net> wrote:
> 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

If I understand correctly: use two outputs.  One for the rawvideo
which goes over some network protocol to your server and one for that
jpeg output.


More information about the ffmpeg-user mailing list