PDA

View Full Version : Programming languages ?


JonRead
17th March 2003, 03:32
What sort of software do programmers for software such as DVD2One use ? I am amazed by how small the file size is. Does anyone know what programming software most shareware/freeware (DVD software related) programmers use ?

jdobbs
17th March 2003, 04:04
I think it's mostly "C" or "C++" and some VB for the simpler stuff.

2COOL
17th March 2003, 04:22
The author of DVD2One did it in Assembly language. That's why it's so small in size.

jdobbs
17th March 2003, 04:34
If I remember the comments correctly I thought there were "sections optimized in assembly"... could be though... You can actually get a lot of C code in a small space too.

2COOL
17th March 2003, 05:13
@jdobbs

Here's what I read in DVD2One's FAQ

Q: What's the secret beyond the speed of the encoder?
A: We use our own assembly based compression engine!

and here's what DVD2One's Moderator ReneB posted

We do not give a way the exact secret to the speed of our compression engine.

Why should we?

The only thing i can tell you it's completely based on the official ISO specs and the core stuff is done in hardcore assembly.