[FFmpeg-user] ffmpeg http filter?

Alex 3.14pi at ukr.net
Tue Sep 8 01:49:46 EEST 2020


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


More information about the ffmpeg-user mailing list