<div dir="ltr"><div dir="ltr"><div>The following is the filter I am trying to  code in FFMpeg libraries, </div><div><br></div><div>ffmpeg -y  -i rtsp://xyz -c copy -map 0 -f segment \</div><div>-segment_time T -segment_format mp4 -strftime 1 /tmp/%d/%s.mp4 \</div><div>-c:v h264 -vsync 1 -vf scale=w:h -r R -f image2pipe  -pix_fmt bgr24 \</div><div>-vcodec rawvideo pipe:1 > /tmp/fifo1</div><div><br></div><div>I  had done some simpler filters before in  FFmpeg libraries, but the above looks definitely daunting.  Any hint or recommendation will be appreciated . </div><div><br></div><div><br></div><div><br></div><div><br></div></div></div>