[FFmpeg-user] Detecting frames on Raw video stream

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Jul 14 13:12:32 EEST 2016


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



More information about the ffmpeg-user mailing list