[FFmpeg-user] ffmpeg http filter?

Alex 3.14pi at ukr.net
Tue Sep 8 13:13:30 EEST 2020


Server just do post processing of raw rgb image/frame and return it as response for request.Something like so: POST http://localhost:8080


--- Original message ---
From: "Edward Park" <kumowoon1025 at gmail.com>
Date: 8 September 2020, 02:19:21

Hi,

> ffmpeg -i test.jpg -vf format=rgb24,http=localhost:8080 -y out.jpg


I don't think it's possible using filters, or with a single invocation like that. (The 'http' filter is hypothetical and just meant for illustration right?)

Depending on how you're connected to the server, I think pipes or sockets would be a better place to start. And also separate commands for outputting frames for the server to consume, and another that takes the returned images.


Regards,
Ted Park

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list