Reply
Thread Tools
superstar's Avatar
Posts: 202 | Thanked: 28 times | Joined on Jan 2008
#101
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!!
 

The Following User Says Thank You to superstar For This Useful Post:
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?
PGC.NET http://www.clonead.co.uk/ to combine the vobs.
You can also use the sister app avi.NET to encode to 480 x *** and this plays perfectly on N800 with MPlayer.

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.
 

The Following User Says Thank You to Rebski For This Useful Post:
pmaxx69's Avatar
Posts: 44 | Thanked: 3 times | Joined on Jun 2007 @ Italy
#103
Originally Posted by superstar View Post
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!!
Thanks to all for your appreciations.
The new version is nearly ready (i am debugging, but i can work only on week ends).
The new functions (that i am testing/adding) are:
- drag and drop multiple files (or via open button), not just one and one
- possibility to set a preset for every file in the queue
- the queue is now saved when you exit from the program
- multiple audio stream support
- dvd support

Paolo
 
Posts: 15 | Thanked: 7 times | Joined on Dec 2007 @ New York
#104
Thank you. Will this resolve my problem (stitch together all VOB files from a DVD)?
 
superstar's Avatar
Posts: 202 | Thanked: 28 times | Joined on Jan 2008
#105
Originally Posted by cueguy2000 View Post
Thank you. Will this resolve my problem (stitch together all VOB files from a DVD)?
Yes it will. On DVDShrink, select Re-author and resize it to 50% or the lowest setting you can, you will save a lot of space without sacrificing quality.
 
Posts: 15 | Thanked: 7 times | Joined on Dec 2007 @ New York
#106
Thank you Superstar. I gathered that from your earlier post.

My comment was actually directed toward Paolo.
(Wondering if his updated video converter software would now automatically link my VOB files).
Something like this...

Originally Posted by Rebski View Post
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.
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
 
Posts: 1,038 | Thanked: 737 times | Joined on Nov 2005 @ Helsinki
#107
Does the media converter have the plugin support? If so, perhaps someone could make the dvd conversion happen in some nice and legal way.
 
Posts: 47 | Thanked: 8 times | Joined on Dec 2007
#108
Originally Posted by cueguy2000 View Post
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
I also use DVD Decrypter to backup my extensive DVD collection and for use on my PSP and my N800. I use DVD Decrypter in IFO mode to create one large VOB unencrypted file per movie. Just make sure on your DVD Decrypter Settings IFO Tab you select "File Splitting" to NONE. Also, when you are ready to decrypt, make sure that you have enable "Stream Processing" on the right hand side of DVD Decrypter's main interface window PRIOR to starting the job. In the Stream Processing window you can select what video and audio stream you want included in your destination VOB file. I do it all the time to great success.

Crouching Hamster
 

The Following 2 Users Say Thank You to sirhunter2010 For This Useful Post:
Posts: 7 | Thanked: 0 times | Joined on Nov 2007
#109
It seems that someone else was having issues converting from Vorbis audio in a .mkv container with MEncoder but wrote a script. It appears that the script extracts and decompresses the Vorbis stream to WAV and then points MEncoder to use the WAV stream during the main conversion. Here's what they're code basically looks like.

Code:
#!/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
It doesn't appear too complex. However, when I tried to run the audio extraction script, it took a rather long time. With Audacity, I could convert a demuxed Vorbis stream in about 20 seconds. Yet with MPlayer, it looked like it was extracting and decompressing in real time, that is a minute of running will only result in a minute of audio. And I'm fairly sure that I put the options in correctly. Maybe it's because this was written for MPlayer in Linux rather than MPlayer in Windows.
 
Posts: 874 | Thanked: 316 times | Joined on Jun 2007 @ London UK
#110
cueguy2000
Was hoping to avoid another step with additional software to join the VOBS together first.
Please read my post again, if you want to join them all up into 1 then fine you can do that, but it is not necessary. Simply select VTS_0*_1.VOB in avi.net and that is all you need do. i.e. one step.

My solution: -
Rip with DVDDecrypter
Step 1: Encode with avi.net - 480 wide - force bitrate to 500 – mp3 audio
Playable on N800 using MPlayer but not Nokia Media Player.

There are other 1 step solutions such as Handbrake (from memory - playable on Nokia Media Player but possibly not on MPlayer) and AviDeMux (which I haven’t yet used but which looks very interesting).
 

The Following User Says Thank You to Rebski For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 17:38.