Log in

View Full Version : SmartRipper


ddepuemd
13th February 2002, 14:49
Does anyone know how to get in touch with the author of SmartRipper? I have some requests for changes in the product.

Here's what I do:

Rip a DVD into separate streams, creating two files, .m2v and .ac3. I load these two files into SpruceUp, create menus, etc., and then use PrimoDVD to burn to DVD-R.

My problem is with a movie that is longer than about 135 mins. If I choose to split the output files into 4GB sections, the ac3 file is not split as well. This would be a very usefull feature for me at least. When the m2v file is split, the sc3 should be at the same time to create four files.

Any help?

Thanks,
Dean

manono
15th February 2002, 14:46
Hi-If I understand the question correctly, can't you decrypt by chapters? That is-decrypt half the chapters along with the AC3 stream first, and then go back and rip the rest of the chapters.

LIGHTNING UK!
15th February 2002, 20:14
Why would you want to split the file into 4gb sections?
An operating system limitation perhaps? Maybe you should consider moving over to Windows 2000 / XP.

I personally cannot see any reason why someone would want to merge vob files when they are limited to 4 gb anyway. Surely that defeats the purpose of the merge in the first place?

As for contacting tron, i seem to rememeber Doom9 saying is email is 100% private. You'd be better off looking for him on one of the german dvd forums. I believe he hangs out on one of them but I cant rememeber the exact url - sorry.

Doom9
15th February 2002, 21:32
that's the board lightning_uk is refering to: http://www.ultimateboard.de/

ddepuemd
20th February 2002, 11:30
Hey guys! Here is what I do:

SmartRipper -> rip the complete movie to the HD.

DVD2AVI -> load the VOB's, save as project file.

TEMPenc -> encode to mpg2 file.

SpruceUp -> author with menus and such, make DVD image file.

PrimoDVD -> burn to disk.

This works like a charm!

Thanks,
Dean

LambdaFox
2nd April 2003, 18:38
Originally posted by Doom9
that's the board lightning_uk is refering to: http://www.ultimateboard.de/


I just went to the above link and just get a placeholder page on www.ultimatelinks.de ...

LIGHTNING UK!
2nd April 2003, 20:26
lol, this thread is over a year old! Things do change!

LambdaFox
3rd April 2003, 00:10
oops, found it through search, didn't notice the '02 at the end...

so where does one go these days to provide feedback suggestions on smartripper???

LIGHTNING UK!
3rd April 2003, 07:47
I think the project is dead?!

LambdaFox
3rd April 2003, 15:29
okay, in that case, I'll put out my questions here and see what I get back...

Questions about SmartRipper 2.41:

1) Does anyone know if there are undocumented codes to specify a specific "Program Chain" and/or "Angle" when using the commandline?

2) When running SmartRipper 2.41, if you set it to separate by chapter and select the audio stream and set it to demux, you get a single ac3 file for the whole movie anyway. I've gotten around this, by manually selecting the chapters and demuxing the AC3 for each one. Is there anyway to automate the AC3 demux for each chapter as it does for the vob's?

LIGHTNING UK!
3rd April 2003, 18:12
1) Did you check the txt file that comes with it?

2) Dont think its possible.

BTW, both of these CAN be done with DVD Decrypter.

LambdaFox
3rd April 2003, 21:32
Originally posted by LIGHTNING UK!
1) Did you check the txt file that comes with it?

Yes, that's why I said "undocumented", because they are not options listed in the text file.

2) Dont think its possible.

too bad.


I had suspected that "no" would be the answer to both... That was why I was hoping Tron was still around and working on the prog.

BTW, both of these CAN be done with DVD Decrypter.

I'm still fairly new to this, and found the interface for SmartRipper to be much more intuitive, but now that I'm getting to understand the process a little better, I may take another look at DVD Decrypter.

LIGHTNING UK!
3rd April 2003, 22:36
more intuitive?! They are virtually the same!


As for the undocumented features...sorry, I just assumed they would be in the text file and perhaps it wasnt included with the version you downloaded. I'd have thought they were the most basic of cli commands needed - oh well!

TheWEF
4th April 2003, 00:38
Originally posted by LambdaFox
1) Does anyone know if there are undocumented codes to specify a specific "Program Chain" and/or "Angle" when using the commandline?

are you aware of the fact that you can do that with DVDDecrypter?


---------------------------
DVD Decrypter
---------------------------
DVD Decrypter Command Line Switches:

/MODE <IFO | FILE | ISO>
/SRC <Drive Letter | SCSI Address> (e.g. J: | 1:0:0)
/DEST "<Folder | File Name>" (e.g. "C:\DVD 1\VIDEO_TS\" | "C:\MY DVD.ISO")
/VTS <VTS Number> (Required when /PGC is specified)
/PGC <PGC Number> (Required when /VTS is specified)
/ANGLE <Angle Number>
/DIRECT <Stream Number> <...> (e.g. 0xE0 0x80)
/DEMUX <Stream Number> <...> (e.g. 0xE0 0x80)
/RAW <Stream Number> <...> (e.g. 0xE0 0x80)
/START (Start automatically)
/CLOSE (Close the program when finished)
/OVERWRITE <YES | NO> (Overwrite existing files)
/SPLIT <NONE | AUTO | CELL | VOBID | CHAPTER>

Examples:

DVDDecrypter.exe /MODE IFO /SRC J: /DEST "C:\DVD 1\VIDEO_TS\" /VTS 1 /PGC 1 /DEMUX 0xE0 0x80 /RAW 0x20
DVDDecrypter.exe /MODE IFO /SRC 1:0:0 /START /CLOSE
DVDDecrypter.exe /MODE IFO /START
---------------------------
OK
---------------------------

LambdaFox
7th April 2003, 02:48
yes, it was mentioned above, but thanks for the additional details