2017-10-25 17:57 GMT+02:00 kamal shadi <[email protected]>: > 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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
