User User name Password  
   
Monday 4.8.2025 / 06:27
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > digital video > convert dvd to another format > dvd decryptor issues
Show topics
 
Forums
Forums
DVD Decryptor Issues
  Jump to:
 
Posted Message
ComtriS
Newbie
_
12. July 2007 @ 22:43 _ Link to this message    Send private message to this user   
I've ripped many DVDs already, and 95%+ turn out fine. However, a few times the following has happened to me:

1) Rip IFO,BUP,VOB files using DVD Decryptor.
2) It finishes with no errors, warnings or anything of the sort.
3) Burn to a blank disc (similarly no errors).
4) Test it to make sure it's okay, but it isn't.

Most of the DVD plays/seems fine. However, some scenes seem to 'jump' or 'stick' and appear a bit blocky while doing so. I figured this was probably because of the burning process, so I'd try a reburn and get the 'jump'/'stick' again in the SAME location. Thus, I can only conclude that it must be the original rip that caused this (and perhaps because of a slightly scratched/smudged DVD).

My question is: Has anybody else experienced the same problem? And/or does anybody have any good solutions?

Thanks for any help.
Advertisement
_
__
onya
Suspended permanently
_
13. July 2007 @ 02:12 _ Link to this message    Send private message to this user   
Quote:
(and perhaps because of a slightly scratched/smudged DVD).
This can of course have an adverse effect on the final quality of what you want. Slow down your burn speed, and use only good quality media.

Quote:
Most of the DVD plays/seems fine. However, some scenes seem to 'jump' or 'stick' and appear a bit blocky while doing so
Symptoms are the same as above. They are indicative of poor media.

As mentioned previouse, Re-think the media you are currently using, and the speed at which you burn. Please don't forget to clean the surface of the disc before you start.
ComtriS
Newbie
_
13. July 2007 @ 17:15 _ Link to this message    Send private message to this user   
Originally posted by onya:
Quote:
(and perhaps because of a slightly scratched/smudged DVD).
This can of course have an adverse effect on the final quality of what you want. Slow down your burn speed, and use only good quality media.
Do you mean read speed? Also, I try to clean the DVD as much as I can before ripping from it, but I seem to get the same results.

Quote:
Quote:
Most of the DVD plays/seems fine. However, some scenes seem to 'jump' or 'stick' and appear a bit blocky while doing so
Symptoms are the same as above. They are indicative of poor media.

As mentioned previouse, Re-think the media you are currently using, and the speed at which you burn. Please don't forget to clean the surface of the disc before you start.
I read somewhere that the best speed to burn at is the max speed allowable by the DVD media you're using. Is that not correct? Also, as I said before, most (95%+) burns are perfect (using the same media). So I'm not sure that it is a media problem.
onya
Suspended permanently
_
14. July 2007 @ 02:23 _ Link to this message    Send private message to this user   
ComtriS

Quote:
I read somewhere that the best speed to burn at is the max speed allowable by the DVD media you're using. Is that not correct? Also, as I said before, most (95%+) burns are perfect (using the same media). So I'm not sure that it is a media problem.

Quote:
Is that not correct?
[/b] This is not correct.[/b]

Burn at half the rated speed of the selected media, and all should be well.
BradleyB
Newbie
_
8. September 2007 @ 06:22 _ Link to this message    Send private message to this user   
I have tried the burn engine in decrypter myself and had same probs////try ripping with decrypter to file on desktop///then (for myself) use nero ...recode..in pro mode and recode entire movie to a seperate file on desktop///make sure "extra analysis" and "slow mode" are checked....the options are right on the recode screen....this takes longer but gives quality results...then burn the new files with nero...rom
ptolomea
Newbie
_
11. September 2007 @ 17:24 _ Link to this message    Send private message to this user   
I just downloaded dvd decrypter and having some issues with the command line interface.

What i am getting is that no matter what drive i tell it that the Destination is i get not enough space when one hard drive has 20g free and another has 100g free, if i remove the /close on the end i can see that under the destination there is a box for the space remaining and total and both say Unknown

Picture
http://property.fileburst.com/problem.jpg

and here is the command line i'm running
dvddecrypter.exe /mode ISOREAD /SRC F: /DEST 'D:\[DISC_LABEL].iso' /START /CLOSE"
BradleyB
Newbie
_
12. September 2007 @ 13:50 _ Link to this message    Send private message to this user   
Your going about this slightly incorrect..first ..no need to rujn command line...open decrypter like normal program...have dvd to rip out of the drive...with gui showing pick the correct source drive....now make a folder on desktop for our "deposit" of ripped files...now on destination choose the folder you made on desktop......now is the time to change some settings..under mode at the top...change to file....now your destination should show free space somewhat == to hard drive....under "tools",settings, css...change to brute force..now insert the victim into rom and click the disc picture to start...if working post back with results and will tell you a simple trick to max movie quality and fit onto disc properly during burn
ptolomea
Newbie
_
12. September 2007 @ 15:06 _ Link to this message    Send private message to this user   
Thanks for the reply.

The program works fine if I was to run it under the gui but the reason i was running under command line is i am building a script to auto rip dvd's when they are put into the drive.

What i have done already. I have created a new autoplay option for my system and set the dvd drive to automatically do this new option anytime a dvd is in the drive

BTW this is for a HTPC so the files will not be re burned to a CD

it runs this script.

Set wshshell = wscript.createobject("wscript.shell")


Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objDrive = objFSO.GetDrive("F:")

volname = objDrive.VolumeName

outfile = "D:\" & volname

wscript.sleep 1000
wshshell.run "C:\ISOStuff\dvddecrypter.exe /START /CLOSE"

now i have removed /dest from the previous post and it has seemed to solve the first issue. but now i have 2 new issues. 1st is that i get a message about encryption, now i don't know if the changing to brute force will change this but i will try it.
http://property.fileburst.com/problem2.jpg
(its full size didn't feel like croping)

2nd is when i set the system to auto run dvd decrypter starts up but does not start using the /START and esentally does not /CLOSE. Any help with this issue would help but I'm looking into alternative ways to automate the process.

And I'm very interested in increasing the quality of the film, I do professional home theater installs in custom houses so I like quality.

-Thanks
Advertisement
_
__
 
_
ptolomea
Newbie
_
13. September 2007 @ 19:29 _ Link to this message    Send private message to this user   
Quote:
2nd is when i set the system to auto run dvd decrypter starts up but does not start using the /START and esentally does not /CLOSE. Any help with this issue would help but I'm looking into alternative ways to automate the process.
wow that makes me mad, turns out that my autoplay feature for my script the first key was removed from the registry and the autoplay was now setup to just open DVD Decryptor, which explains why it would open but not start.
afterdawn.com > forums > digital video > convert dvd to another format > dvd decryptor issues
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2025 by AfterDawn Ltd.

  IDG TechNetwork