Hi! Thank for reply, but no I need next logic:

input.jpg => (ffmpeg decode image/video) => (ffmpeg scale frame to 600x600 pix 
and convert frame format to rgb24) => (ffmpeg send frame to remote address 
localhost:8080 for post processing of image/frame) => (ffmpeg get result image 
from remote server, format + add overlay) => (ffmpeg encode frame/image to 
output format) => out.jpg


--- Original message ---
From: "James Darnley" <[email protected]>
Date: 8 September 2020, 12:44:57

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".
_______________________________________________
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".

Reply via email to