VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Hi cats, please I have this camera :

    Image
    [Attachment 39220 - Click to enlarge]


    that have the white balance too "color" referring to a second camera: this

    Image
    [Attachment 39221 - Click to enlarge]


    I wonder how I can change the avisynth script to "warm up" the first (gopro) camera so that is seems more resembling to the second camera. How can I do? thanks
    Quote Quote  
  2. The pictures called camera1 and camera2 seem to be the opposite of what you referred to when you wrote "first camera" and "second camera", so I'm not sure if I did this the right way around. I had to crop a couple of pixels to make the pic mod4 so it'd display properly using MPC-HC, but maybe something like this.

    ImageSource("D:\camera2.jpg")
    Spline36Resize(1236, 694, 1, 0, -1, 0)
    ConvertToRGB()
    RGBAdjust(1.0, 0.9, 0.75)
    ConvertToYV12()

    Click image for larger version

Name:	camera0.jpg
Views:	687
Size:	224.8 KB
ID:	39223

    You might want to reduce the gamma a little.

    ImageSource("D:\camera2.jpg")
    Spline36Resize(1236, 694, 1, 0, -1, 0)
    ConvertToRGB()
    RGBAdjust(1.0, 0.9, 0.75)
    ConvertToYV12()
    YLevels(0, 0.93, 255, 0, 255)

    Take 2 (uploaded the wrong image the first time)

    Click image for larger version

Name:	camera01.jpg
Views:	617
Size:	223.5 KB
ID:	39225
    Last edited by hello_hello; 3rd Nov 2016 at 05:13.
    Quote Quote  
  3. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    avisynth: how to "warm up" image?
    This way?

    Quote Quote  
  4. Originally Posted by hello_hello View Post
    the pictures called camera1 and camera2 seem to be the opposite of what you referred to when you wrote "first camera" and "second camera", so i'm not sure if i did this the right way around. I had to crop a couple of pixels to make the pic mod4 so it'd display properly using mpc-hc, but maybe something like this.

    Imagesource("d:\camera2.jpg")
    spline36resize(1236, 694, 1, 0, -1, 0)
    converttorgb()
    rgbadjust(1.0, 0.9, 0.75)
    converttoyv12()

    Image
    [Attachment 39223 - Click to enlarge]


    you might want to reduce the gamma a little.

    Imagesource("d:\camera2.jpg")
    spline36resize(1236, 694, 1, 0, -1, 0)
    converttorgb()
    rgbadjust(1.0, 0.9, 0.75)
    converttoyv12()
    ylevels(0, 0.93, 255, 0, 255)

    take 2 (uploaded the wrong image the first time)

    Image
    [Attachment 39225 - Click to enlarge]
    yessss thanks cat

    it works perfectly

    Image
    [Attachment 39226 - Click to enlarge]
    Quote Quote  



Similar Threads

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