This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, February 21, 2008 5:20:33 AM(UTC)
Groups: Registered
Posts: 1
I was wondering if anyone could provide an example of code that authors a DVD for every video file in a specified folder. So basically it creates a title and chapter for every video in the folder and then authors the DVD automatically. I am looking at the UI Code and its a little bit confusing. If someone could help me out maybe with just the code to create a title/chapter list based on a file found in a folder, even that would help.
Thankyou,
Dan
#2
Posted
:
Friday, February 22, 2008 9:16:26 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
I've attached a simple C# example which uses the LEADTOOLS Multimedia v15 DVD Module to create a DVD image from a directory of files. The DVD image will have one title for each video.
I added code for creating a video title menu and a still image title menu as well. Just set the bStillTitleMenuBackground property to true if you want the still image and false for a video. The code I used for the still image background came from the GenAVI demo which ships with the toolkit. For the sake of simplicity, I used the first of the input videos as the video title menu.
This isn't bullet-proof, so you'll probably need to do some extra checking and/or resizing for videos of different sizes and formats. For my testing I just used a few copies the video DaDa_DVD_MPEG2.mpg which ships with the toolkit and placed them into the input subdirectory of this project.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.