View Single Post
Old 25th April 2010, 01:33   #5  |  Link
RandomEngy
VidCoder Author
 
RandomEngy's Avatar
 
Join Date: Sep 2003
Posts: 702
I use IntPtr.Add (as a convenience) and there's a bug about data binding to radio buttons that's fixed in 4. There's also the nice stuff like named parameters and more useful overloads on stuff like Path.Combine(). Also I figured I'd just go with 4 out the gate so I don't have to worry about a framework upgrade for a while.

Quote:
Originally Posted by Inspector.Gadget View Post
Looking pretty good. I haven't used Handbrake recently, but if the HB devs have implemented the x264 tune/preset system in their GUI (e.g., a selectable Tune "Film" option rather than just deblock etc. sliders) you should consider doing it here. Otherwise, perhaps you could further improve on Handbrake's default GUI by doing so. Thanks!
All the advanced options are the same as what you'd see in the HandBrake GUI. I'll look into the --tune option.

Last edited by RandomEngy; 25th April 2010 at 02:03.
RandomEngy is offline   Reply With Quote