Charl Wentzel <charl.wentzel <at> vodamail.co.za> writes: > Now I'm trying to push those same frames to a TCP socket and > have FFmpeg process them directly with something like: > $ ffmpeg -f rawvideo -pixel_format gray -video_size > 2592x1944 -framerate 10 -i tcp://192.168.1.40:5556
You need to use the pipe format (-f image2pipe -vcodec rawvideo) together with the -frame_size option. 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".
