Hi cats, please I have this camera :
[Attachment 39220 - Click to enlarge]
that have the white balance too "color" referring to a second camera: this
[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
+ Reply to Thread
Results 1 to 4 of 4
-
-
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()
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)
Last edited by hello_hello; 3rd Nov 2016 at 05:13.
-
yessss thanks cat
it works perfectly
[Attachment 39226 - Click to enlarge]
Similar Threads
-
Avisynth timelapse script only "converts" a part of the video
By ricardouk in forum EditingReplies: 1Last Post: 18th Sep 2016, 16:27 -
[SOLVED] "--ipratio" "--pbratio"+"--scenecut" "--minkeyint" / "--keyint
By Kdmeizk in forum Video ConversionReplies: 14Last Post: 21st Jun 2015, 07:21 -
How to convert "Still Image" to "AVC file" (like as Godzilla Blu ray Menu)
By ningnong132 in forum Video ConversionReplies: 2Last Post: 8th Sep 2014, 04:23 -
Using "Blargg's NTSC libraries" in Avisynth script?
By AVCHDfreak in forum Newbie / General discussionsReplies: 0Last Post: 13th May 2014, 19:31 -
Tmpgenc Author Works 4 - Menu "Still Image" Just Shows Green??
By sonicdeth in forum Authoring (DVD)Replies: 1Last Post: 15th Feb 2013, 12:30