»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 03-28-2004, 06:19 PM   #1 (permalink)
Registered User
 
samwichse's Avatar
 
Join Date: Oct 2001
Location: Sewanee, TN
Posts: 2,897
samwichse is on a distinguished road
Help! DVD encoding

Hello all, I'm in need of a bit of help. I've been doing a backup of all my DVDs to CD (mpeg4). So when a friend, who was impressed by the idea asked me to back her favorite DVDs up (tv episodes), I said: "sure, no problemo, it's a piece of cake."

Wrongo.

I don't know what they've done to these dang disks, but they will not synch up right in mplayer (and hence in mencoder), just trying to play the dvds (same thing happens when encoding). Funny thing is, xine, which uses the same dang libdvdread as mplayer does for playback synchs up perfectly!

This is what I'm using right now to encode:

Code:
mencoder dvd://1 -dvd-device /dev/cdrom -chapter 1 -vop pp=16,scale=320:240 -oac mp3lame -ovc lavc -lavcopts vcodec=mpeg4:vhq:vratetol=350000 -o movie.avi
Any ideas?

To recap:
mplayer = no out of sync in playback and recording
xine = perfect playback
xine don't do recording

Sam

samwichse is offline   Reply With Quote
Old 03-29-2004, 02:38 AM   #2 (permalink)
Registered User
 
SpookyEddy's Avatar
 
Join Date: Oct 2001
Location: UK
Posts: 3,125
SpookyEddy is on a distinguished road
I use dvd::rip (GUI frontend for transcode), could be worth a shot.

Regards

ed
SpookyEddy is offline   Reply With Quote
Old 03-29-2004, 03:02 AM   #3 (permalink)
Guest
Guest
 
Posts: n/a
I am away from my Linux box right now, but does not mplayer support multiple synch methods that can be forced manually? Autodetection sync routines do not always work correctly for all movies.

I definitely know Xine has several sync modes, but that doesn't do you much good with mencoder. :/

I am with Ed, parse the movie through transcode and see what happens.

Robert Richmond
  Reply With Quote
Old 04-27-2004, 01:38 PM   #4 (permalink)
Registered User
 
samwichse's Avatar
 
Join Date: Oct 2001
Location: Sewanee, TN
Posts: 2,897
samwichse is on a distinguished road
Hey, sorry I just disappeared on this one, but I couldn't ever get dvd::rip to compile right, and the friend just said it wasn't worth it. However, I just got a wild hair when I realized that 2 pass encoding is supposed to be way better quality than 1 pass. Can this be done with mencoder?

Sam
samwichse is offline   Reply With Quote
Old 04-27-2004, 01:52 PM   #5 (permalink)
Registered User
 
SpookyEddy's Avatar
 
Join Date: Oct 2001
Location: UK
Posts: 3,125
SpookyEddy is on a distinguished road
linkage
Quote:
2-pass encoding: the name comes from the fact that this method encodes the file twice. The first encoding (dubbed pass) creates some temporary files (*.log) with a size of few megabytes, do not delete them yet (you can delete the AVI). In the second pass, the 2-pass output file is created, using the bitrate data from the temporary files. The resulting file will have much better image quality. If this is the first time you heard about this, you should consult some guides available on the Net.

This example shows how to encode a DVD to a 2-pass MPEG-4 ("DIVX") AVI. Just two commands are needed:
rm frameno.avi - remove this file, which can come from a previous 3-pass encoding (it interferes with current one)
mencoder -dvd 2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 -oac copy -o movie.avi
mencoder -dvd 2 -ovc lavc -lavcopts vcodec=mpeg4:vpass=2 -oac copy -o movie.avi
Regards

ed
SpookyEddy is offline   Reply With Quote
Old 04-28-2004, 10:52 AM   #6 (permalink)
Registered User
 
samwichse's Avatar
 
Join Date: Oct 2001
Location: Sewanee, TN
Posts: 2,897
samwichse is on a distinguished road
Hey, thanks for the quick reply, perhaps I'm just googl-ly challenged?

Sam
samwichse is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 02:15 PM.