The Following User Says Thank You to superstar For This Useful Post: | ||
|
2008-01-14
, 21:37
|
Posts: 874 |
Thanked: 316 times |
Joined on Jun 2007
@ London UK
|
#102
|
Isn't there a way for these to all be linked together so the movie is one contunous file?
The Following User Says Thank You to Rebski For This Useful Post: | ||
|
2008-01-15
, 00:14
|
|
Posts: 44 |
Thanked: 3 times |
Joined on Jun 2007
@ Italy
|
#103
|
Stitch those VOB files with DVDShrink, save it as an ISO and make sure you resize the compression to 50% or the lowest number it let's you set it, once you finished converting it, drag and drop it to the N800 Video Converter.
By the way, great app!!
|
2008-01-15
, 02:30
|
Posts: 15 |
Thanked: 7 times |
Joined on Dec 2007
@ New York
|
#104
|
|
2008-01-15
, 05:54
|
|
Posts: 202 |
Thanked: 28 times |
Joined on Jan 2008
|
#105
|
|
2008-01-15
, 18:22
|
Posts: 15 |
Thanked: 7 times |
Joined on Dec 2007
@ New York
|
#106
|
Note: It is not necessary to use pgc.net to combine the vobs. Selecting the first vob in avi.net will combine the rest automatically.
|
2008-01-15
, 18:50
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#107
|
|
2008-01-15
, 21:49
|
Posts: 47 |
Thanked: 8 times |
Joined on Dec 2007
|
#108
|
Currently, I backup my purchased DVDs with DVD Decrypter and DVD Shrink and burn as new DVD copies. Use them around the house in the set top DVD player, and keep the original DVDs as backup.
I was hoping to use Paolo's software next to convert the decrypted VOBs for use in the N800. Was hoping to avoid another step with additional software to join the VOBS together first.
Thanks.
CG
The Following 2 Users Say Thank You to sirhunter2010 For This Useful Post: | ||
|
2008-01-25
, 23:06
|
Posts: 7 |
Thanked: 0 times |
Joined on Nov 2007
|
#109
|
#!/bin/sh INPUT=$1 OUTPUT=$2 mplayer "$INPUT" -ao pcm:fast:file=audio.wav -vc null -vo null mencoder "$INPUT" \ -ffourcc divx \ -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate=400 \ -audiofile audio.wav \ -oac mp3lame -lameopts vbr=3 \ -slang eng \ -o "$OUTPUT" rm -f audio.wav
|
2008-01-25
, 23:56
|
Posts: 874 |
Thanked: 316 times |
Joined on Jun 2007
@ London UK
|
#110
|
Was hoping to avoid another step with additional software to join the VOBS together first.
The Following User Says Thank You to Rebski For This Useful Post: | ||
By the way, great app!!