|
DVD Copy Express
DVD Copy Express easily copies DVD to VCD, SVCD, and AVI. It supports for converting between PAL and NTSC standards and saves DVD to VCD/SVCD, MPEG, and AVI. DVD Copy Express intelligently searches for CPU types and picks the most effective algorithm. To convert a specific session of a DVD movie DVD Copy Express provides options by specifying time frame or chapter . Plus are its detailed user tutorials, simple but powerful functions, user-friendly interface, and excellent video and audio quality.
Related Discussions - HOW TO GREP CHARACTERS IN DELPHI 3 (2001-01-03 01:29:32)Var
Grep : String;
Begin
Grep := Copy('2000-46',6,2);
End;
The first parameter is a string or a dynamic array, the second is the index of...
- RUNNING A DATABASE APPLICATION ON ANOTHER COMPUTER (2001-01-07 05:36:33)In the BDE on the other PC (the one without the database), you must add an alias to point to the location of the database in the format of:...
- NEED HELP WITH DELPHI DLL'S (2001-01-05 06:17:19)Thanks for the replay, but I need a handle to the calling program not the DLL. Instance in DLLMain(...) is to the calling program. Thanks...
- TELEPHONE BASED APPLICATION (2001-01-08 10:29:39)I did something like this. I wrote a fully operative phone-
based banking applciation in two days using VisualVoice and
Dialogic cards. However,...
- HOW TO COPY A STRING INTO A PCHAR??????? (2001-01-05 23:10:36)ShellExecute(Application.MainForm.Handle, nil, 'mailto:' + PChar(EmailAddress), '', '', SW_SHOW);
Actually, that bit of code won't work correctly....
- HOW TO COPY A COMPLETE STRINGLIST TO THE CLIPBOARD? (2001-01-08 08:51:56)Where do you want to paste your items ?? In Notepad, or in your application ? If you want to copy it between your applications, I've exactly what...
- CAN NOT RUN DELPHI 5 ENTERPRISE ON WINDOWS 2000 (2001-01-07 22:12:43)brother you are not alone as in my knowledge many other developers are also facing the same problem especially while updating control's position or...
- WAYS TO SHRINK DELPHI EXECUTABLE SIZE (2001-01-08 17:23:49)You have a couple of options:
1) Get an EXE shrinker - basically compressing the file and then decompress as it runs.
See:...
- MESSAGE DIALOGS... (2001-01-10 12:21:18)Here goes a trick from Borland
http://www.borland.com/devsupport/delphi/downloads/index.html
To translate the Delphi 3.0 VCL messages, you need...
- BDE INSTALLATION KIT (2001-01-11 03:04:48)Yes, you can install BDE without the use of InstallShield.
(Even thu it's easy'er to do it with InstallShield Express)
First you need all of...
|