VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. I have to scale my cat from yuv to rgb in mencoder, but now my command line is:

    mencoder i:\imx\c0013.mxf -vf crop=720:576:0:32 -ovc vfw -xvfwopts codec=digivcap.dll:compdata=dialog -nosound -o output.avi

    is there a way to convert source in rgb?
    Quote Quote  
  2. is there a way to convert source in rgb?
    yes, replace:
    Code:
    -vf crop=720:576:0:32
    with:
    Code:
    -vf crop=720:576:0:32,scale,format=rgb
    will convert to rgb, but no clue which conversion matrix is used for yuv<>rgb conversions, since sadly mencoder has no colormatrix filter.
    Quote Quote  



Similar Threads

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