Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

Matrix: Revolutions Rip problems

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


ahbanks at gmail

Sep 30, 2006, 10:03 PM

Post #1 of 13 (8468 views)
Permalink
Matrix: Revolutions Rip problems

So, I'm attempting to rip Matrix:Revolutions.

Rip works fine, except no matter what audio selections I make, I get
the dialogue in French.

Has anyone had a problem selecting language before?

Thanks!
-Al

--
ahbanks [at] gmail
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


jonr at destar

Sep 30, 2006, 11:00 PM

Post #2 of 13 (8371 views)
Permalink
Re: Matrix: Revolutions Rip problems [In reply to]

Quoting Al Banks <ahbanks [at] gmail>:

> So, I'm attempting to rip Matrix:Revolutions.
>
> Rip works fine, except no matter what audio selections I make, I get
> the dialogue in French.
>
> Has anyone had a problem selecting language before?

Try playing it using xine and see if your rip is still in French.

Jon

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


ahbanks at gmail

Oct 1, 2006, 6:17 AM

Post #3 of 13 (8376 views)
Permalink
Re: Matrix: Revolutions Rip problems [In reply to]

played with mplayer, but, yes, it's in french. On my "normal" DVD,
it's english.

Thanks!
-Al

On 10/1/06, jonr [at] destar <jonr [at] destar> wrote:
> Quoting Al Banks <ahbanks [at] gmail>:
>
> > So, I'm attempting to rip Matrix:Revolutions.
> >
> > Rip works fine, except no matter what audio selections I make, I get
> > the dialogue in French.
> >
> > Has anyone had a problem selecting language before?
>
> Try playing it using xine and see if your rip is still in French.
>
> Jon
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


--
ahbanks [at] gmail
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


ahbanks at gmail

Oct 1, 2006, 6:23 AM

Post #4 of 13 (8363 views)
Permalink
Re: Matrix: Revolutions Rip problems [In reply to]

Just tried with ogle - English.

Now I'm really confused! :-)

-Al

On 10/1/06, Al Banks <ahbanks [at] gmail> wrote:
> played with mplayer, but, yes, it's in french. On my "normal" DVD,
> it's english.
>
> Thanks!
> -Al
>
> On 10/1/06, jonr [at] destar <jonr [at] destar> wrote:
> > Quoting Al Banks <ahbanks [at] gmail>:
> >
> > > So, I'm attempting to rip Matrix:Revolutions.
> > >
> > > Rip works fine, except no matter what audio selections I make, I get
> > > the dialogue in French.
> > >
> > > Has anyone had a problem selecting language before?
> >
> > Try playing it using xine and see if your rip is still in French.
> >
> > Jon
> >
> > _______________________________________________
> > mythtv-users mailing list
> > mythtv-users [at] mythtv
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
>
>
> --
> ahbanks [at] gmail
>


--
ahbanks [at] gmail
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


dsnider at thesniderpad

Oct 1, 2006, 6:47 AM

Post #5 of 13 (8395 views)
Permalink
Re: Matrix: Revolutions Rip problems [In reply to]

On Oct 1, 2006, at 7:23 AM, Al Banks wrote:

> Just tried with ogle - English.
>
> Now I'm really confused! :-)
>
> -Al

Have you tried mplayer with the -aid flag? Generally, this works for
me... I've had this problem before and usually, it's easier to find
the exact audio stream you want (usually 128, I think) and strip
everything else out.

Here is the procedure that usually works for me, you'll wind up with
a VOB file with just one audio track...

Step 1. Dump the Audio
You will want to make sure you have the correct audio
track. To do
this, run mplayer with -v and grep for "Found Audio Track".
Then try
mplayer with the correct -aid flag. For example:

mplayer Shrek_2_US_16x9.vob -dumpaudio -dumpfile audio.ac3
-benchmark -vo null -aid 128

Step 2. Dump the Video
mplayer -ao null Shrek_2_US_16x9.vob -dumpvideo -dumpfile
shrek2.mp2 -benchmark

Step 3. Combine the two
mplex -f8 -o shrek.vob /mnt/c/Temp/shrek2.mp2 /mnt/c/Temp/
lang-en.ac3

_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


ahbanks at gmail

Oct 1, 2006, 7:15 AM

Post #6 of 13 (8362 views)
Permalink
Re: Matrix: Revolutions Rip problems [In reply to]

The two commands for pulling the audio out - is that done against the
ripped .vob or the DVD itself?

On 10/1/06, David Snider <dsnider [at] thesniderpad> wrote:
>
> On Oct 1, 2006, at 7:23 AM, Al Banks wrote:
>
> > Just tried with ogle - English.
> >
> > Now I'm really confused! :-)
> >
> > -Al
>
> Have you tried mplayer with the -aid flag? Generally, this works for
> me... I've had this problem before and usually, it's easier to find
> the exact audio stream you want (usually 128, I think) and strip
> everything else out.
>
> Here is the procedure that usually works for me, you'll wind up with
> a VOB file with just one audio track...
>
> Step 1. Dump the Audio
> You will want to make sure you have the correct audio
> track. To do
> this, run mplayer with -v and grep for "Found Audio Track".
> Then try
> mplayer with the correct -aid flag. For example:
>
> mplayer Shrek_2_US_16x9.vob -dumpaudio -dumpfile audio.ac3
> -benchmark -vo null -aid 128
>
> Step 2. Dump the Video
> mplayer -ao null Shrek_2_US_16x9.vob -dumpvideo -dumpfile
> shrek2.mp2 -benchmark
>
> Step 3. Combine the two
> mplex -f8 -o shrek.vob /mnt/c/Temp/shrek2.mp2 /mnt/c/Temp/
> lang-en.ac3
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


--
ahbanks [at] gmail
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


dsnider at thesniderpad

Oct 1, 2006, 8:02 AM

Post #7 of 13 (8366 views)
Permalink
Re: Matrix: Revolutions Rip problems [In reply to]

On Oct 1, 2006, at 8:15 AM, Al Banks wrote:

> The two commands for pulling the audio out - is that done against the
> ripped .vob or the DVD itself?
>

Either will work.... I find that the ripped VOB is faster though...
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


fearthepenguin at jasonandjessi

Oct 1, 2006, 8:44 AM

Post #8 of 13 (8363 views)
Permalink
Re: Matrix: Revolutions Rip problems [In reply to]

in addition to -aid, you can usually use -alang en to get the same results

Jason
The place where you made your stand never mattered,
only that you were there... and still on your feet



David Snider wrote:
> On Oct 1, 2006, at 7:23 AM, Al Banks wrote:
>
>
>> Just tried with ogle - English.
>>
>> Now I'm really confused! :-)
>>
>> -Al
>>
>
> Have you tried mplayer with the -aid flag? Generally, this works for
> me... I've had this problem before and usually, it's easier to find
> the exact audio stream you want (usually 128, I think) and strip
> everything else out.
>
> Here is the procedure that usually works for me, you'll wind up with
> a VOB file with just one audio track...
>
> Step 1. Dump the Audio
> You will want to make sure you have the correct audio
> track. To do
> this, run mplayer with -v and grep for "Found Audio Track".
> Then try
> mplayer with the correct -aid flag. For example:
>
> mplayer Shrek_2_US_16x9.vob -dumpaudio -dumpfile audio.ac3
> -benchmark -vo null -aid 128
>
> Step 2. Dump the Video
> mplayer -ao null Shrek_2_US_16x9.vob -dumpvideo -dumpfile
> shrek2.mp2 -benchmark
>
> Step 3. Combine the two
> mplex -f8 -o shrek.vob /mnt/c/Temp/shrek2.mp2 /mnt/c/Temp/
> lang-en.ac3
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>
>
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


dsnider at thesniderpad

Oct 1, 2006, 8:57 AM

Post #9 of 13 (8381 views)
Permalink
Re: Matrix: Revolutions Rip problems [In reply to]

On Oct 1, 2006, at 9:44 AM, Jason wrote:

> in addition to -aid, you can usually use -alang en to get the
> same results
>
> Jason

Good point, that would work, I prefer to strip out the audio tracks,
just because there might be 3 or 4 tracks that are english, DTS, AC3,
Stereo and since I only usually listen to one track, I can save the
600MB or so that each audio track takes up...
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


jedi at mishnet

Oct 3, 2006, 6:08 AM

Post #10 of 13 (8344 views)
Permalink
Re: Matrix: Revolutions Rip problems [In reply to]

On Sun, Oct 01, 2006 at 12:03:50AM -0500, Al Banks wrote:
> So, I'm attempting to rip Matrix:Revolutions.
>
> Rip works fine, except no matter what audio selections I make, I get
> the dialogue in French.
>
> Has anyone had a problem selecting language before?

I have had similar problems transcoding files manually using mencoder.

I try to use the proper commandline language options but some stuff
comes out mangled. I've seen this with SpongeBob season 2 & 3 and Revenge of
the Sith.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


jedi at mishnet

Oct 3, 2006, 6:12 AM

Post #11 of 13 (8357 views)
Permalink
Re: Matrix: Revolutions Rip problems [In reply to]

On Sun, Oct 01, 2006 at 09:57:45AM -0600, David Snider wrote:
>
> On Oct 1, 2006, at 9:44 AM, Jason wrote:
>
> > in addition to -aid, you can usually use -alang en to get the
> > same results
> >
> > Jason
>
> Good point, that would work, I prefer to strip out the audio tracks,
> just because there might be 3 or 4 tracks that are english, DTS, AC3,
> Stereo and since I only usually listen to one track, I can save the
> 600MB or so that each audio track takes up...

I would like to do right the opposite. I would like to keep
my VOBs otherwise intact but convert the mpeg2 to mpeg4. Can anyone
give me any suggestions on how to do that?

I would prefer not to use an alternate container but that's
still an option. I would also prefer not to do the whole split into
seperate streams and remultiplex routine if at all possible.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


dsnider at thesniderpad

Oct 3, 2006, 8:11 AM

Post #12 of 13 (8321 views)
Permalink
Re: Matrix: Revolutions Rip problems [In reply to]

>
> I would like to do right the opposite. I would like to keep
> my VOBs otherwise intact but convert the mpeg2 to mpeg4. Can anyone
> give me any suggestions on how to do that?
>
> I would prefer not to use an alternate container but that's
> still an option. I would also prefer not to do the whole split into
> seperate streams and remultiplex routine if at all possible.
The mencoder page has a pretty good if not verbose tutorial... It's
here: http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-dvd-mpeg4.html
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


jedi at mishnet

Oct 3, 2006, 1:26 PM

Post #13 of 13 (8431 views)
Permalink
Re: Matrix: Revolutions Rip problems [In reply to]

On Tue, Oct 03, 2006 at 09:11:00AM -0600, David Snider wrote:
> >
> > I would like to do right the opposite. I would like to keep
> > my VOBs otherwise intact but convert the mpeg2 to mpeg4. Can anyone
> > give me any suggestions on how to do that?
> >
> > I would prefer not to use an alternate container but that's
> > still an option. I would also prefer not to do the whole split into
> > seperate streams and remultiplex routine if at all possible.
> The mencoder page has a pretty good if not verbose tutorial... It's
> here: http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-dvd-mpeg4.html

This isn't quite what I'm after. I would like to preserve
ALL the streams from the VOB in the resulting file. This includes
the subtitles. I get the impression that the current tools won't
quite do that.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.