Hi there, we are developing video editing software to do basic changes and enhancements to videos. Does anyone know where I can find algorithms to change the color balance of a video, and to remove flicker in videos? Or can anyone maby suggest such an algorithm, cause we are really lost.
Thanks
+ Reply to Thread
Results 1 to 4 of 4
-
-
What programming language are you using? For what platform are you writing this for?
It's just an idea, but maybe you can make this a bit easier on yourself and figure out how to utilize the many free plugins that work for either AVISynth or VirtualDub. Then you don't have to write anything yourself, and you make your application that much more expandable, and give people the choice of what they want to use with it. -
We are coding in c++, to run on windows and linux.
We would have used free plugins if we could, but we need to develop the various functions ourselves, otherwise it would have been much easier. Therefore I am looking just for algorithms to do color balance and flicker removal to get and idea of how to go to work.
Thanks -
"Flicker Removal"? Perhaps you mean deinterlacing? Or framerate doubling?
Regarding color balance, once you have the access to the individual frames of a video in an uncompressed format, you can do whatever you like to the color. But I'm not sure what "do color balance" means.
Maybe the algorithms you are after would become more apparent if the requirements/specifications for what it is you want to do were spelled out better. This is a common problem in software development, you can't really know HOW to do something until you are sure WHAT it is you want to do.
Similar Threads
-
Mobile Video Web Development
By jfharper in forum Video Streaming DownloadingReplies: 0Last Post: 19th Jul 2011, 15:36 -
Is ffmpegX still in development?
By reviltihco in forum ffmpegX general discussionReplies: 5Last Post: 13th Aug 2010, 10:54 -
Hardware or Software codecs for Starnet Development ad insertion system
By cybertheque in forum Capturing and VCRReplies: 3Last Post: 9th Mar 2009, 11:48 -
My gratitude for development
By plasmacutter in forum ffmpegX general discussionReplies: 0Last Post: 1st Jan 2008, 06:30 -
Still under development?
By honest_geezer in forum SVCD2DVD & VOB2MPGReplies: 75Last Post: 26th May 2007, 02:34