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'Callagh

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_T

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 i

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. >

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::

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 fro

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

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

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

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

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

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

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 fro

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

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 ha

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 f

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. b

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

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

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

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 V

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