How to change the subtitles color using DVDBuilder

by Svilen S. 24. November 2010 08:27
In order to change the subtitles color it is necessary to know the color indices that are used in the subpicture stream and then to define those colors in the subpicture palette. Details: The DVD subtitles are placed in a subpicture stream in the MPEG-2 file. The subpicture stream contains a serie... [More]

Tags: ,

DVDBuilder

Setting the video capture format in DirectShow.NET

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]

Tags: , , ,

DVDBuilder

DVDBuilder project that switches between video files as if they were chapters

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]

Tags: , ,

DVDBuilder

PrimoBurner, DVDBuilder and PrimoMpeg runtime requirements - Part 2

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]

Tags: , ,

DVDBuilder | PrimoBurner | PrimoMpeg