Re: Converting DVD copy to AVI



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@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines



Relevant Pages

  • Re: Converting DVD copy to AVI
    ... like to convert the main feature to an AVI file, ... I know I can use ffmpeg or ... (e.g. how do I know I got all of the main feature?). ... insists on there being a physical DVD to rip from. ...
    (Fedora)
  • Converting DVD copy to AVI
    ... I have a DVD structure on my hard disk and would ... like to convert the main feature to an AVI file, ... (e.g. how do I know I got all of the main feature?). ... insists on there being a physical DVD to rip from. ...
    (Fedora)
  • Re: Converting DVD copy to AVI
    ... (e.g. how do I know I got all of the main feature?). ... insists on there being a physical DVD to rip from. ... Try Mencoder (MPlayer) ... To unsubscribe or change subscription options: ...
    (Fedora)
  • Re: Converting DVD copy to AVI
    ... (e.g. how do I know I got all of the main feature?). ... insists on there being a physical DVD to rip from. ... but as I said I know I can convert individual VOB files. ...
    (Fedora)
  • Re: how to convert several .flv files to a real media file?
    ... I use the command you offer. ... I have not installed ffmpeg. ... At the end of the web page above, it has an example how to convert a avi file to a .flv flash file. ... The clip has several .flv files. ...
    (Debian-User)