VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Banned
    Join Date
    May 2021
    Location
    turkey
    Search PM
    Hi,

    I'm using below command to save images from an ip camera. It saves jpeg files in yuv format. Can ffmpeg convert them to rgb ? Thanks

    ffmpeg -f MJPEG
    -y
    -i http://ip-address/cgi-bin/mjpg/video.cgi?channel=1&subtype=1
    -vcodec copy frame%d.jpg
    Quote Quote  
  2. iirc.
    Code:
    ffmpeg -y  -f MJPEG -i http://ip-address/cgi-bin/mjpg/video.cgi?channel=1&subtype=1 -vf "format=pix_fmts=rgb48" directoryname/outputframename%d.png
    should output 16bit png rgb files (adjust the rgb48 to rgb24 if you want 8bit png)

    Cu Selur
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!