[FFmpeg-user] Feeding raw video frames to ffmpeg

Carl Eugen Hoyos ceffmpeg at gmail.com
Thu Oct 26 00:54:30 EEST 2017


2017-10-25 17:57 GMT+02:00 kamal shadi <kamal.shadi85 at gmail.com>:
> Hi all,
>
> I create raw video frame(bitmap) in a python program. I would like to feed
> these raw frames to ffmpeg for encoding and streaming. Basically, I do not
> even know how to attack this problem. What solutions do I have?

$ ffmpeg -f rawvideo -pix_fmt yuv422p -s hd1080 -i - -vcodec h264
udp://127.0.0.1/5000
(You did not provide enough information, sorry.)

Carl Eugen


More information about the ffmpeg-user mailing list