Hi!Can any one write simple "http" filter for ffmpeg and I'm paying for this 
job 100$.
Filter must accept server address, port, path, query as options. This filter, 
just send post request with attached raw image/frame data to the server and 
server will respond with new post-processed image/frame then this frame must be 
injected to next filter in ffmpeg filter complex. 
In other word I need to do post-processing of image/frame on remote server.
 
Filter must be used like so:
ffmpeg -i video.mp4 -vf 
scale=1920:-1,format=rgb24,http=http//127.0.0.1:8080/image-post-processing?param1=abc&param2=123,format=yuv420p
  -c:v h264 -an -y out.mp4

Is it possible to use libcurl for post requests in ffmpeg filter?
 https://curl.haxx.se/libcurl/c/postinmemory.html
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to