[FFmpeg-user] ffmpeg http filter?

Edward Park kumowoon1025 at gmail.com
Tue Sep 8 02:19:09 EEST 2020


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



More information about the ffmpeg-user mailing list