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

How to create a hidden track at the beginning of audio CD - Part 2

by Yavor N. 14. November 2010 14:00
PrimoBurnerSDK v3.5.6 introduced a new way for writing hidden tracks in audio CDs. Until now there would always be a digital silence of 2 seconds at the start of the pregap on the first track. [More]

Tags: , , ,

PrimoBurner

A sample DVDBuilder project that uses elementary streams

by Valentin K. 21. September 2010 07:13
The following example shows a DVD that has one title made of a video object using audio/video elementary streams. [More]

Tags: ,

DVDBuilder

Minimum OS and Runtime Requirements for PrimoBurner 3.5.x for .NET

by Valentin K. 21. September 2010 06:50
PrimoBurner on CLR4 requires Windows XP SP3 and .NET Framework 4.0
PrimoBurner on CLR2 requires Windows XP SP2 and .NET Framework 2.0 [More]

Tags: ,

PrimoBurner

DVDBuilder 2.1.1 has been released

by Valentin K. 1. September 2010 20:14
There is a new SubpictureEncoder interface for producing DVD subtitle streams from STL subtitle format. [More]

Tags: , , ,

DVDBuilder

PrimoBurner 3.5.5 has been released

by Valentin K. 16. August 2010 01:02
This is a minor bug fix release. [More]

Tags: ,

PrimoBurner

PrimoBurner 3.5.4 has been released

by Valentin K. 28. July 2010 00:52
We added three GUI samples to the Ubuntu distribution. [More]

Tags: , , , , ,

PrimoBurner

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

The procedure entry point EncodePointer could not be located in the dynamic link library KERNEL32.dll

by Valentin K. 2. July 2010 18:05
When using PrimoBurner 3.5.3 on Windows XP with SP1 or lower you may receive the following error:

"The procedure entry point EncodePointer could not be located in the dynamic link library KERNEL32.dll" [More]

Tags:

PrimoBurner

How to create a hidden track at the beginning of audio CD

by Yavor N. 25. June 2010 07:33
Since PrimoBurner 3.0.8 we support hidden tracks with length more than 2-3 seconds. If you look at the documentation of ICDTrack::SetPregapStart method there is the following paragraph: While PrimoBurner guarantees the minimum pre-gap of 2 sec. at the beginning of the session it does not restric... [More]

Tags: ,

PrimoBurner