On 08/09/2020, Alex <[email protected]> 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. _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
