Re: Converting DVD copy to AVI

2010-07-11 Thread Bill Davidsen
Chris Kloiber wrote:
> On 07/08/2010 03:08 PM, Patrick O'Callaghan wrote:
>> On Thu, 2010-07-08 at 12:01 -0700, jack craig wrote:
>>>
>>> On 07/08/2010 11:16 AM, Patrick O'Callaghan wrote:
 On Thu, 2010-07-08 at 11:02 -0700, jack craig wrote:

> On 07/08/2010 10:21 AM, Patrick O'Callaghan wrote:
>
>> I have a DVD structure (VIDEO_TS etc. etc.) on my hard disk and would
>> like to convert the main feature to an AVI file, i.e. basically what
>> rippers do but without the physical DVD. I know I can use ffmpeg or
>> transcode to convert individual VOB files, but this seems error prone
>> (e.g. how do I know I got all of the main feature?). Does anyone 
>> have a
>> script for this sort of thing? Unfortunately K3B is no good as it
>> insists on there being a physical DVD to rip from.
>>
>> poc
>>
>>
>>
> you might look at mencoder, it takes .mov, it might take the dvd 
> format too.
>
 Good idea. The manpage says it can read DVD structures, VOB files etc.
 Guess I'll have to invest some time in understanding the gazillion
 options.

 poc


>>> I recently ripped a DVD we got from a manta ray night dive event and
>>> found .vob files.
>>> I was surprised that vlc played the .vob out of the box!
>>
>> mplayer will do that too.
>>
>>> Its great to see multimedia blossoming in Linux land.
>>
>> Indeed.
>>
>>> Also, i got a blurb about a new Fluenda DVD play program for Linux, just
>>> fyi...
>>
>> Yes, I got that. $20 or so, no thanks.
>>
>> poc
>>
> 
> $20? Try $39 EUROS. Ridiculous. You could buy a dedicated DVD player for 
> that.
> 
What's the connection? Are you saying there's a DVD player which would convert 
to AVI for him, or just telling him a solution which would be handy if he was 
trying to do something else?

Or is this an in joke referring to that British web comedy show where the guy 
is 
always giving directions to somewhere else? I have a friend sending me kinks, 
but I miss half the stuff because much of it uses Cockney slang.
   Q: can you tell me how to get to the Tower of London on foot?
   A: No, but if you want to take the tube, I can tell you how to get to the
  palace.
   Q: No, I want to walk to the Tower of London, how do I do that?
   A: Right foot, left foot, same as walking to the palace.
  {pause} or the tube station, if you want to walk to the tube station
  I can tell you how to get to the palace.

-- 
Bill Davidsen 
   "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI

2010-07-11 Thread Chris Kloiber

On 07/08/2010 03:08 PM, Patrick O'Callaghan wrote:

On Thu, 2010-07-08 at 12:01 -0700, jack craig wrote:


On 07/08/2010 11:16 AM, Patrick O'Callaghan wrote:

On Thu, 2010-07-08 at 11:02 -0700, jack craig wrote:


On 07/08/2010 10:21 AM, Patrick O'Callaghan wrote:


I have a DVD structure (VIDEO_TS etc. etc.) on my hard disk and would
like to convert the main feature to an AVI file, i.e. basically what
rippers do but without the physical DVD. I know I can use ffmpeg or
transcode to convert individual VOB files, but this seems error prone
(e.g. how do I know I got all of the main feature?). Does anyone have a
script for this sort of thing? Unfortunately K3B is no good as it
insists on there being a physical DVD to rip from.

poc




you might look at mencoder, it takes .mov, it might take the dvd format too.


Good idea. The manpage says it can read DVD structures, VOB files etc.
Guess I'll have to invest some time in understanding the gazillion
options.

poc



I recently ripped a DVD we got from a manta ray night dive event and
found .vob files.
I was surprised that vlc played the .vob out of the box!


mplayer will do that too.


Its great to see multimedia blossoming in Linux land.


Indeed.


Also, i got a blurb about a new Fluenda DVD play program for Linux, just
fyi...


Yes, I got that. $20 or so, no thanks.

poc



$20? Try $39 EUROS. Ridiculous. You could buy a dedicated DVD player for 
that.




smime.p7s
Description: S/MIME Cryptographic Signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI

2010-07-09 Thread Patrick O'Callaghan
On Fri, 2010-07-09 at 15:03 -0700, Michael Miles wrote:
> OGMRip does work great but it takes forever.
> I have a Phenom 2 965 @ 3.6 and so far from an iso image to avi has 
> taken 3.5 hours and is still not completed.

All the work is being done by mencode. Do a "pgrep -fl mencode" while
ogmrip is running to see the large number of options it applies. Many of
these can be tuned (e.g. number of passes in video conversion) and would
make a difference in speed. In fact you could just capture the mencode
command line as a Shell script and play with it that way.

I converted a 4GB VOB set to 1.2GB avi. It did take a while but not as
much as 3.5 hours on my Core 2 Dual @ 3.2 (and I still used 2 passes).

> I was reading about handbrake and apparently if I can change the codec
> from ffmpeg to another codec (not sure what one yet) it will handle
> avi files as output.

ffmpeg can certainly produce avi, so maybe you don't need to change it.
I did try handbrake a while back but it didn't really do what I wanted
at the time (converting flv to avi).

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI

2010-07-09 Thread Michael Miles
On 07/09/2010 02:46 PM, Patrick O'Callaghan wrote:
> On Fri, 2010-07-09 at 12:22 -0700, Michael Miles wrote:
>
>>> I didn't know about that one but I'm trying it now. Looks quite
>>>
>> decent.
>>  
>>> I'll also try dvd::rip, which I should have thought of in the first
>>> place.
>>>
>>> Thanks to all for the advice.
>>>
>>> poc
>>>
>>>
>>>
>> I have tried DVD::Rip on a few occasions and it always gets stuck at
>> around 75% completed.
>>  
> I actually couldn't figure out how to get dvd::rip to read an on-disk
> structure, so I declare OGMrip the winner :-)
>
> poc
>
>
Just by reading the disk you will see your storage folders with DVD::Rip 
have a vob folder and a avi folder So when the disk is read the vob goes 
into the project vob folder and that is the disk to read from for the 
DVD FOLDER

Anyway it has never actually completed,  will jam up at around 75% and 
when I stop the process and look in the folder that the data gets saved 
to is does complete as the full data is there.

Very weird.

OGMRip does work great but it takes forever.
I have a Phenom 2 965 @ 3.6 and so far from an iso image to avi has 
taken 3.5 hours and is still not completed.

I was reading about handbrake and apparently if I can change the codec 
from ffmpeg to another codec (not sure what one yet) it will handle avi 
files as output.

The reason I use it so often is it is fast and I output to H.264 mkv so 
it's perfect for me. Converting for standalone players is another matter 
altogether.
I have got the knack for avidemux and it works fast as well.

I would like to see a one shoe fits all type of program like DVD FAB for 
a linux based machine.
DVD decrypter  works for linux but it is limited and is there just to 
break copy protection and gives you a dvd folder or iso image.

See if you have the same problem with DVD::Rip?

I will post if I find out how to get Handbrake to work with avi output 
as I think it's just about the fastest for conversion.

Cheers
Michael

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI

2010-07-09 Thread Patrick O'Callaghan
On Fri, 2010-07-09 at 12:22 -0700, Michael Miles wrote:
> > I didn't know about that one but I'm trying it now. Looks quite
> decent.
> > I'll also try dvd::rip, which I should have thought of in the first
> > place.
> >
> > Thanks to all for the advice.
> >
> > poc
> >
> >
> I have tried DVD::Rip on a few occasions and it always gets stuck at 
> around 75% completed.

I actually couldn't figure out how to get dvd::rip to read an on-disk
structure, so I declare OGMrip the winner :-)

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI

2010-07-09 Thread Michael Miles
On 07/09/2010 06:39 AM, Patrick O'Callaghan wrote:
> On Thu, 2010-07-08 at 23:41 -0300, Germán A. Racca wrote:
>
>>> There are several DVD rippers, but I do not know if any
>>> of them can rip on a DVD structured dir on disk into an AVI
>>> or WMV file.
>>>
>> You can install ogmrip from rpmfusion, it handles a structured DVD
>> directory.
>>  
> I didn't know about that one but I'm trying it now. Looks quite decent.
> I'll also try dvd::rip, which I should have thought of in the first
> place.
>
> Thanks to all for the advice.
>
> poc
>
>
I have tried DVD::Rip on a few occasions and it always gets stuck at 
around 75% completed.
Is anyone else having this problem?

OgmRip does work quite well and I forgot about as well
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI

2010-07-09 Thread Patrick O'Callaghan
On Thu, 2010-07-08 at 23:41 -0300, Germán A. Racca wrote:
> > There are several DVD rippers, but I do not know if any
> > of them can rip on a DVD structured dir on disk into an AVI
> > or WMV file.
> 
> You can install ogmrip from rpmfusion, it handles a structured DVD
> directory.

I didn't know about that one but I'm trying it now. Looks quite decent.
I'll also try dvd::rip, which I should have thought of in the first
place.

Thanks to all for the advice.

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI

2010-07-08 Thread A. Racca
On Thu, 2010-07-08 at 14:40 -0700, JD wrote:
> On 07/08/2010 10:21 AM, Patrick O'Callaghan wrote:
> > I have a DVD structure (VIDEO_TS etc. etc.) on my hard disk and would
> > like to convert the main feature to an AVI file, i.e. basically what
> > rippers do but without the physical DVD. I know I can use ffmpeg or
> > transcode to convert individual VOB files, but this seems error prone
> > (e.g. how do I know I got all of the main feature?). Does anyone have a
> > script for this sort of thing? Unfortunately K3B is no good as it
> > insists on there being a physical DVD to rip from.
> >
> > poc
> >
> There are several DVD rippers, but I do not know if any
> of them can rip on a DVD structured dir on disk into an AVI
> or WMV file.

You can install ogmrip from rpmfusion, it handles a structured DVD
directory.

> How about creating an iso image of it (mkiso), burn it onto DVD
> and then rip the DVD into an AVI file?
> 
> It is kludgy to be sure :)

-- 
Germán A. Racca
National Institute for Space Research (INPE)
São José dos Campos - SP - Brasil
http://skytux.fedorapeople.org

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI [SOLVED]

2010-07-08 Thread Michael Miles
On 07/08/2010 03:06 PM, Patrick O'Callaghan wrote:
> On Thu, 2010-07-08 at 12:43 -0700, Michael Miles wrote:
>
>> The support for avi files is WINFF as it is the front end for mencoder
>> that I use and works very well
>>
>> If you need to play these an a Stanalone DVD player then yes you need
>> avi files Kdenlive is another media type program that does more than
>> just conversion but the one I use is Avidemux. It is a bit complex but
>> extremely powerful.
>>  
> I have winff, kdenlive and avidemux. AFAIK none of them can handle an
> existing on-disk DVD structure. I guess there's not much demand for
> this.
>
>
>> The easiest to use is Handbrake but avi support is nil even though it
>> says it handles them
>>
>> The need for standalone players to support MKV x264 is needed and they
>> are out there but expensive h264 in the mkv container is the best
>> format yet
>>  
> Most of the current standalone players with USB inputs seem to handle
> this. My player is a few years old so it doesn't.
>
> poc
>
>
I just did a bit of experimenting and the closest I could get was VLC.

Under file select convert/stream
Point to your DVD TS folder and convert to a avi file

Takes forever but will do it.

For me I find the best way is to load the other os (Win 7 or XP) into 
virtual box and install DVDFAB Platinum and go for it.

I cringe at having to run a Windows product but for graphics Windows is 
very much in the lead because of the companies that write for Windows.

Good Luck Poc
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI [SOLVED]

2010-07-08 Thread Patrick O'Callaghan
On Thu, 2010-07-08 at 12:43 -0700, Michael Miles wrote:
> The support for avi files is WINFF as it is the front end for mencoder
> that I use and works very well
> 
> If you need to play these an a Stanalone DVD player then yes you need 
> avi files Kdenlive is another media type program that does more than
> just conversion but the one I use is Avidemux. It is a bit complex but
> extremely powerful.

I have winff, kdenlive and avidemux. AFAIK none of them can handle an
existing on-disk DVD structure. I guess there's not much demand for
this.

> The easiest to use is Handbrake but avi support is nil even though it 
> says it handles them
> 
> The need for standalone players to support MKV x264 is needed and they
> are out there but expensive h264 in the mkv container is the best
> format yet

Most of the current standalone players with USB inputs seem to handle
this. My player is a few years old so it doesn't.

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI

2010-07-08 Thread Patrick O'Callaghan
On Thu, 2010-07-08 at 14:40 -0700, JD wrote:
> How about creating an iso image of it (mkiso), burn it onto DVD
> and then rip the DVD into an AVI file?

The reason I'm doing this is that I'm having trouble with my DVD burner.

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI

2010-07-08 Thread JD
  On 07/08/2010 10:21 AM, Patrick O'Callaghan wrote:
> I have a DVD structure (VIDEO_TS etc. etc.) on my hard disk and would
> like to convert the main feature to an AVI file, i.e. basically what
> rippers do but without the physical DVD. I know I can use ffmpeg or
> transcode to convert individual VOB files, but this seems error prone
> (e.g. how do I know I got all of the main feature?). Does anyone have a
> script for this sort of thing? Unfortunately K3B is no good as it
> insists on there being a physical DVD to rip from.
>
> poc
>
There are several DVD rippers, but I do not know if any
of them can rip on a DVD structured dir on disk into an AVI
or WMV file.

How about creating an iso image of it (mkiso), burn it onto DVD
and then rip the DVD into an AVI file?

It is kludgy to be sure :)


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI [SOLVED]

2010-07-08 Thread Michael Miles
On 07/08/2010 12:14 PM, Patrick O'Callaghan wrote:
> On Thu, 2010-07-08 at 19:20 +0100, Athmane Madjoudj wrote:
>
>> Try Mencoder (MPlayer)
>>
>> mencoder dvd://1 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate="1200" -oac
>> mp3lame -lameopts br=128 -o dvd.avi
>>  
> I think that still reads from the DVD drive. However I managed it using:
>
> mencoder dvd://4 -o output.avi ... -dvd-device VIDEO_TS
>
> The important option being -dvd-device, which can be a directory. You
> still have to figure out which is the "chapter" (4 in this case) but
> it's easy to do a test run to check as mplayer takes the same option. Of
> course there might be wierd and wonderful DVDs out there that require
> more fooling around, but this one worked for me.
>
>
>> You can see the man page for more options like zooming, scaling and
>> subtitle stuffs.
>>
>> man mencoder
>>
>> There's also GUI frontends:
>>
>> http://www.mplayerhq.hu/design7/projects.html#mencoder_frontends
>>  
> None of which seem to be available in Fedora, and the ones I looked at
> are all at least 5 years old. I find it odd that there isn't more demand
> for this sort of thing.
>
> Thanks for your help.
>
> poc
>
>
The support for avi files is WINFF as it is the front end for mencoder 
that I use and works very well

If you need to play these an a Stanalone DVD player then yes you need 
avi files
Kdenlive is another media type program that does more than just 
conversion but the one I use is Avidemux. It is a bit complex but 
extremely powerful.

The easiest to use is Handbrake but avi support is nil even though it 
says it handles them

The need for standalone players to support MKV x264 is needed and they 
are out there but expensive
h264 in the mkv container is the best format yet

Oh for my old win software Dvdfab platinum but getting it to run 
correctly through wine leaves something to be desired

Cheers
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI [SOLVED]

2010-07-08 Thread Patrick O'Callaghan
On Thu, 2010-07-08 at 19:20 +0100, Athmane Madjoudj wrote:
> Try Mencoder (MPlayer)
> 
> mencoder dvd://1 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate="1200" -oac
> mp3lame -lameopts br=128 -o dvd.avi

I think that still reads from the DVD drive. However I managed it using:

mencoder dvd://4 -o output.avi ... -dvd-device VIDEO_TS

The important option being -dvd-device, which can be a directory. You
still have to figure out which is the "chapter" (4 in this case) but
it's easy to do a test run to check as mplayer takes the same option. Of
course there might be wierd and wonderful DVDs out there that require
more fooling around, but this one worked for me.

> You can see the man page for more options like zooming, scaling and 
> subtitle stuffs.
> 
> man mencoder
> 
> There's also GUI frontends:
> 
> http://www.mplayerhq.hu/design7/projects.html#mencoder_frontends

None of which seem to be available in Fedora, and the ones I looked at
are all at least 5 years old. I find it odd that there isn't more demand
for this sort of thing.

Thanks for your help.

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI

2010-07-08 Thread Patrick O'Callaghan
On Thu, 2010-07-08 at 12:01 -0700, jack craig wrote:
> 
> On 07/08/2010 11:16 AM, Patrick O'Callaghan wrote:
> > On Thu, 2010-07-08 at 11:02 -0700, jack craig wrote:
> >
> >> On 07/08/2010 10:21 AM, Patrick O'Callaghan wrote:
> >>  
> >>> I have a DVD structure (VIDEO_TS etc. etc.) on my hard disk and would
> >>> like to convert the main feature to an AVI file, i.e. basically what
> >>> rippers do but without the physical DVD. I know I can use ffmpeg or
> >>> transcode to convert individual VOB files, but this seems error prone
> >>> (e.g. how do I know I got all of the main feature?). Does anyone have a
> >>> script for this sort of thing? Unfortunately K3B is no good as it
> >>> insists on there being a physical DVD to rip from.
> >>>
> >>> poc
> >>>
> >>>
> >>>
> >> you might look at mencoder, it takes .mov, it might take the dvd format 
> >> too.
> >>  
> > Good idea. The manpage says it can read DVD structures, VOB files etc.
> > Guess I'll have to invest some time in understanding the gazillion
> > options.
> >
> > poc
> >
> >
> I recently ripped a DVD we got from a manta ray night dive event and 
> found .vob files.
> I was surprised that vlc played the .vob out of the box!

mplayer will do that too.

> Its great to see multimedia blossoming in Linux land.

Indeed.

> Also, i got a blurb about a new Fluenda DVD play program for Linux, just 
> fyi...

Yes, I got that. $20 or so, no thanks.

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI

2010-07-08 Thread jack craig


On 07/08/2010 11:16 AM, Patrick O'Callaghan wrote:
> On Thu, 2010-07-08 at 11:02 -0700, jack craig wrote:
>
>> On 07/08/2010 10:21 AM, Patrick O'Callaghan wrote:
>>  
>>> I have a DVD structure (VIDEO_TS etc. etc.) on my hard disk and would
>>> like to convert the main feature to an AVI file, i.e. basically what
>>> rippers do but without the physical DVD. I know I can use ffmpeg or
>>> transcode to convert individual VOB files, but this seems error prone
>>> (e.g. how do I know I got all of the main feature?). Does anyone have a
>>> script for this sort of thing? Unfortunately K3B is no good as it
>>> insists on there being a physical DVD to rip from.
>>>
>>> poc
>>>
>>>
>>>
>> you might look at mencoder, it takes .mov, it might take the dvd format too.
>>  
> Good idea. The manpage says it can read DVD structures, VOB files etc.
> Guess I'll have to invest some time in understanding the gazillion
> options.
>
> poc
>
>
I recently ripped a DVD we got from a manta ray night dive event and 
found .vob files.
I was surprised that vlc played the .vob out of the box!

Its great to see multimedia blossoming in Linux land.

Also, i got a blurb about a new Fluenda DVD play program for Linux, just 
fyi...

-- 
Jack Craig
Software Engineer
831.461.7100 x120
www.extraview.com

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI

2010-07-08 Thread Athmane Madjoudj
On 07/08/2010 07:02 PM, Patrick O'Callaghan wrote:
> On Thu, 2010-07-08 at 18:42 +0100, Athmane Madjoudj wrote:
>> On 07/08/2010 06:21 PM, Patrick O'Callaghan wrote:
>>> I have a DVD structure (VIDEO_TS etc. etc.) on my hard disk and would
>>> like to convert the main feature to an AVI file, i.e. basically what
>>> rippers do but without the physical DVD. I know I can use ffmpeg or
>>> transcode to convert individual VOB files, but this seems error prone
>>> (e.g. how do I know I got all of the main feature?). Does anyone have a
>>> script for this sort of thing? Unfortunately K3B is no good as it
>>> insists on there being a physical DVD to rip from.
>>>
>>> poc
>>>
>>
>> you can try something like:
>>
>> ffmpeg -i VTS_01_1.vob -f avi -vcodec mpeg4 -b 800 -g 300 -bf 2 -acodec
>> mp3 -ab 128 VTS_01_1.avi
>
> Thanks, but as I said I know I can convert individual VOB files. The
> issue is mainly in knowing which files to convert as many of them are
> not part of the movie. This information is encoded in the DVD structure
> but it's a pain to decode manually.
>
> poc
>

Try Mencoder (MPlayer)

mencoder dvd://1 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate="1200" -oac 
mp3lame -lameopts br=128 -o dvd.avi

You can see the man page for more options like zooming, scaling and 
subtitle stuffs.

man mencoder

There's also GUI frontends:

http://www.mplayerhq.hu/design7/projects.html#mencoder_frontends

HTH
-- 
Athmane Madjoudj
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI

2010-07-08 Thread Patrick O'Callaghan
On Thu, 2010-07-08 at 11:02 -0700, jack craig wrote:
> 
> On 07/08/2010 10:21 AM, Patrick O'Callaghan wrote:
> > I have a DVD structure (VIDEO_TS etc. etc.) on my hard disk and would
> > like to convert the main feature to an AVI file, i.e. basically what
> > rippers do but without the physical DVD. I know I can use ffmpeg or
> > transcode to convert individual VOB files, but this seems error prone
> > (e.g. how do I know I got all of the main feature?). Does anyone have a
> > script for this sort of thing? Unfortunately K3B is no good as it
> > insists on there being a physical DVD to rip from.
> >
> > poc
> >
> >
> you might look at mencoder, it takes .mov, it might take the dvd format too.

Good idea. The manpage says it can read DVD structures, VOB files etc.
Guess I'll have to invest some time in understanding the gazillion
options.

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI

2010-07-08 Thread jack craig


On 07/08/2010 10:21 AM, Patrick O'Callaghan wrote:
> I have a DVD structure (VIDEO_TS etc. etc.) on my hard disk and would
> like to convert the main feature to an AVI file, i.e. basically what
> rippers do but without the physical DVD. I know I can use ffmpeg or
> transcode to convert individual VOB files, but this seems error prone
> (e.g. how do I know I got all of the main feature?). Does anyone have a
> script for this sort of thing? Unfortunately K3B is no good as it
> insists on there being a physical DVD to rip from.
>
> poc
>
>
you might look at mencoder, it takes .mov, it might take the dvd format too.

eg, ...

mencoder mvi_0120.mov -o mvi_0120.avi -oac mp3lame -ovc lavc

-- 
Jack Craig
Software Engineer
831.461.7100 x120
www.extraview.com

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI

2010-07-08 Thread Patrick O'Callaghan
On Thu, 2010-07-08 at 18:42 +0100, Athmane Madjoudj wrote:
> On 07/08/2010 06:21 PM, Patrick O'Callaghan wrote:
> > I have a DVD structure (VIDEO_TS etc. etc.) on my hard disk and would
> > like to convert the main feature to an AVI file, i.e. basically what
> > rippers do but without the physical DVD. I know I can use ffmpeg or
> > transcode to convert individual VOB files, but this seems error prone
> > (e.g. how do I know I got all of the main feature?). Does anyone have a
> > script for this sort of thing? Unfortunately K3B is no good as it
> > insists on there being a physical DVD to rip from.
> >
> > poc
> >
> 
> you can try something like:
> 
> ffmpeg -i VTS_01_1.vob -f avi -vcodec mpeg4 -b 800 -g 300 -bf 2 -acodec
> mp3 -ab 128 VTS_01_1.avi

Thanks, but as I said I know I can convert individual VOB files. The
issue is mainly in knowing which files to convert as many of them are
not part of the movie. This information is encoded in the DVD structure
but it's a pain to decode manually.

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Converting DVD copy to AVI

2010-07-08 Thread Athmane Madjoudj
On 07/08/2010 06:21 PM, Patrick O'Callaghan wrote:
> I have a DVD structure (VIDEO_TS etc. etc.) on my hard disk and would
> like to convert the main feature to an AVI file, i.e. basically what
> rippers do but without the physical DVD. I know I can use ffmpeg or
> transcode to convert individual VOB files, but this seems error prone
> (e.g. how do I know I got all of the main feature?). Does anyone have a
> script for this sort of thing? Unfortunately K3B is no good as it
> insists on there being a physical DVD to rip from.
>
> poc
>

you can try something like:

ffmpeg -i VTS_01_1.vob -f avi -vcodec mpeg4 -b 800 -g 300 -bf 2 -acodec
mp3 -ab 128 VTS_01_1.avi


you need to active RPMFusion repo and install ffmpeg.

HTH
-- 
Athmane Madjoudj
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Converting DVD copy to AVI

2010-07-08 Thread Patrick O'Callaghan
I have a DVD structure (VIDEO_TS etc. etc.) on my hard disk and would
like to convert the main feature to an AVI file, i.e. basically what
rippers do but without the physical DVD. I know I can use ffmpeg or
transcode to convert individual VOB files, but this seems error prone
(e.g. how do I know I got all of the main feature?). Does anyone have a
script for this sort of thing? Unfortunately K3B is no good as it
insists on there being a physical DVD to rip from.

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines