by Svilen S.
12. July 2010 15:58
Here is one way to set the video capture format in the VideoRecorder sample (part of DVDBuilder.NET). The following piece of code sets the format of the capture device to colorspace I420, frame size 640x480 and frame rate of 25 fps.
[More]
by Svilen S.
9. December 2009 21:35
If you want to create a DVD project that switches between video files as if they were chapters, the following snippet should work in DVDBuilder:
[More]
by Svilen S.
1. December 2009 10:08
As it was stated in a previous post the .NET versions of PrimoBurner, DVDBuilder and PrimoMpeg require the presence of a specific VC runtime. Each .NET assembly that we provide (PrimoBurner.NET.dll, DVDBuilder.NET.dll, PrimoMpeg.NET.dll) contains a manifest in which the required CRT i...
[More]