Log in

View Full Version : DVD2AVI_Nic 0.2 Alpha


Pages : 1 [2]

niamh
4th May 2005, 16:29
I explained it to you in another thread (the picture>=500 one), 2 days ago.
I was under the impression you didn't really want to rewrite the code for corrupted streams...and I have 4 or 5 DVD at the very least that don't decrypt properly and come out with probably orphaned fields .
I'm perfectly happy doing it this way, and didn't want to trouble you further :)

Guest
4th May 2005, 17:57
I'm just very surprised that the Nic version would be able to work with such streams!

Nic, are you doing anything different for error recovery?

Trahald
4th May 2005, 20:51
Originally posted by Davidf57
...
fprintf(jobfile, "VirtualDub.audio.SetSource(\"%s\");\n", "tmp.ac3");

you could streamline that to this btw
fprintf(jobfile, "VirtualDub.audio.SetSource(\"tmp.ac3\");\n"); ;)

Davidf57
4th May 2005, 23:48
Originally posted by Trahald
you could streamline that to this btw
fprintf(jobfile, "VirtualDub.audio.SetSource(\"tmp.ac3\");\n"); ;)

Thanks for that...( A thousand more tips and I could become a C++ coder :) )

This small change to the code is great as it allows me to set 2 pass xvid and reduce ac3 sample rate in 1 hit. I haven't found anything else out there that works as well as this program.

Davidf57
4th May 2005, 23:54
Originally posted by Nic
Hmmm, that might be a Intel Compiler error. You can try ignoring the lib(s) (Project->Settings->Link Category:Input then add it to the ignore list). Or try downloading the Intel Compiler (it has a free 30 day trial).

There is no need to use the Intel Compiler so I'm not sure entirely why that is popping up.

Cheers,
-Nic

With the intel compiler all is well, thanks...

Does the intel compiler have an effect on the performance of the exe ?

Nic
5th May 2005, 23:34
...For being so diligent and trying my app.

http://nic.dnsalias.com/DVD2AVI.exe

Just a new executable, overwrite the one from the installer with this one. Should have better AC3 support. Not perfect, just thru it together, but should make things a little better. (Or it might crash :) )

Cheers,
-Nic

Davidf57
7th May 2005, 10:58
Originally posted by Nic
...For being so diligent and trying my app.

http://nic.dnsalias.com/DVD2AVI.exe

Just a new executable, overwrite the one from the installer with this one. Should have better AC3 support. Not perfect, just thru it together, but should make things a little better. (Or it might crash :) )

Cheers,
-Nic

Almost makes things perfect, one little problem is when there are multiple vobs it only transcodes the first one.

Nic
15th May 2005, 20:22
Updated the exec again. http://nic.dnsalias.com/DVD2AVI.exe
Override the executable from the installation with this one. That should fix the problem. I hope.

-Nic