help with hb.dll

Archive of historical development discussions
Discussions / Development has moved to GitHub
Forum rules
*******************************
Please be aware we are now using GitHub for issue tracking and feature requests.
- This section of the forum is now closed to new topics.

*******************************
Post Reply
frontnoir
Posts: 1
Joined: Mon Nov 28, 2011 12:13 pm

help with hb.dll

Post by frontnoir »

Hello,

I want to develop software that uses the dll "HB.DLL"
I would need a guide or examples in order to launch the command line.

I develop in SharpDevelopp and I do not understand anything in VidCoder.

Someone please help me some.
User avatar
s55
HandBrake Team
Posts: 10360
Joined: Sun Dec 24, 2006 1:05 pm

Re: help with hb.dll

Post by s55 »

HB.dll does not launch the command line. It's a self contained C library with the HandBrake core along with all the decoing/encoding libraries.

https://trac.handbrake.fr/browser/trunk ... ke.Interop is a C# library that wraps hb.dll for use with .NET
Development resources, including doxygen are at https://trac.handbrake.fr/#ForDevelopersandContributors

Finally, if you want to use the CLI, then just call the CLI in code and pass the parameters you want to it. http://msdn.microsoft.com/en-us/library/e8zac0ca.aspx
Post Reply