www.smartbusinesschoices.com

Leading Business and Technology,
News and information


Part of the Identityscape.com network...

getxfactor.com jmoodmusic.com smartbusinesschoices.com mintdepot.com lowfaresalways.com evangelicalview.com shoppingpodder.com soproudlywehail.com webnews.ws currenthumor.com

 

 

DVD to AVI
   Smart Linux Business Choices! - the Best of UseNet Postings! Forum Index -> Linux Miscellaneous Topics  
View previous topic :: View next topic  
Author Message
K. Jennings
Guest






PostPosted: Sun Nov 16, 2008 4:48 pm    Post subject: DVD to AVI Reply with quote

I am looking for a command-line tool (not GUI) to convert my DVDs
to AVI files. Any suggestions?
Back to top
Andrew Halliwell
Guest






PostPosted: Sun Nov 16, 2008 11:20 pm    Post subject: Re: DVD to AVI Reply with quote

K. Jennings <kjennings@resurgence.net> wrote:
Quote:
I am looking for a command-line tool (not GUI) to convert my DVDs
to AVI files. Any suggestions?

Most of the GUI tools that do that use transcode as a backend...
(which is a commandline tool)
--
| spike1@freenet.co,uk | "Are you pondering what I'm pondering Pinky?" |
| Andrew Halliwell BSc | |
| in | "I think so brain, but this time, you control |
| Computer Science | the Encounter suit, and I'll do the voice..." |
Back to top
Cork Soaker
Guest






PostPosted: Sun Nov 16, 2008 11:54 pm    Post subject: Re: DVD to AVI Reply with quote

K. Jennings wrote:
Quote:
I am looking for a command-line tool (not GUI) to convert my DVDs
to AVI files. Any suggestions?

mplayer?
VLC?
ffmpeg?
Google?
Back to top
K. Jennings
Guest






PostPosted: Sun Nov 16, 2008 11:59 pm    Post subject: Re: DVD to AVI Reply with quote

On Mon, 17 Nov 2008 06:05:36 +1100, andrew wrote:

Quote:
On 2008-11-16, K. Jennings <kjennings@resurgence.net> wrote:
I am looking for a command-line tool (not GUI) to convert my DVDs
to AVI files. Any suggestions?

What about dvd to mkv:

http://www.andrews-corner.org/matrix.html

Thanks. That's a valuable pointer.
Back to top
andrew
Guest






PostPosted: Mon Nov 17, 2008 1:05 am    Post subject: Re: DVD to AVI Reply with quote

On 2008-11-16, K. Jennings <kjennings@resurgence.net> wrote:
Quote:
I am looking for a command-line tool (not GUI) to convert my DVDs
to AVI files. Any suggestions?

What about dvd to mkv:

http://www.andrews-corner.org/matrix.html

Andrew

--
echo 'http://www.andrews-corner.org/matrix.html' | \
sed -e 's/\///g' -e 's/.\{14\}$/com/' \
-e 's/s-.\{6\}/@gmail/' -e 's/^.\{8\}/usenet/'
Back to top
Shadow_7
Guest






PostPosted: Mon Nov 17, 2008 6:50 am    Post subject: Re: DVD to AVI Reply with quote

On Sun, 16 Nov 2008 16:48:25 +0000, K. Jennings wrote:

Quote:
I am looking for a command-line tool (not GUI) to convert my DVDs
to AVI files. Any suggestions?

mplayer -dumpstream -dumpfile dvd_t1_c1.avi dvd://1 -chapter 1-2

And probably a few other options with cvlc, ffmpeg, transcode, avifile,
and others.
Back to top
JEDIDIAH
Guest






PostPosted: Mon Nov 17, 2008 7:55 pm    Post subject: Re: DVD to AVI Reply with quote

On 2008-11-17, Shadow_7 <wwwShadow7@NOSPAMyahoo.comNOSPAM> wrote:
Quote:
On Sun, 16 Nov 2008 16:48:25 +0000, K. Jennings wrote:

I am looking for a command-line tool (not GUI) to convert my DVDs
to AVI files. Any suggestions?

mplayer -dumpstream -dumpfile dvd_t1_c1.avi dvd://1 -chapter 1-2

...that won't be an AVI file. That will be a DVD container.

With mencoder however, you could do a one command rip and
transcode straight from the disk to just about whatever format
you wanted.

However, I prefer to rip and then transcode since the ripping
part tends to be a whole hell of a lot quicker than the transcode
part. mplayer+mencoder

Quote:

And probably a few other options with cvlc, ffmpeg, transcode, avifile,
and others.


--
Nothing quite gives you an understanding of Oracle's |||
continued popularity as does an attempt to do some / | \
simple date manipulations in postgres.

Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
http://www.usenet.com
Back to top
K. Jennings
Guest






PostPosted: Tue Nov 18, 2008 12:15 am    Post subject: Re: DVD to AVI Reply with quote

On Tue, 18 Nov 2008 00:08:11 +0000, Mark Hobley wrote:

Quote:
K. Jennings <kjennings@resurgence.net> wrote:
I am looking for a command-line tool (not GUI) to convert my
DVDs
to AVI files. Any suggestions?

That is interesting. I am looking for a command line tool that does the
opposite, turning AVI and MPG files into .iso images for burning to DVD
for watching in a conventional DVD player.

Have a look in http://sourceforge.net/projects/any2dvd. Although
not updated recently, I have been able to use it for that purpose quite
successfully for some time now.
Back to top
Mark Hobley
Guest






PostPosted: Tue Nov 18, 2008 6:08 am    Post subject: Re: DVD to AVI Reply with quote

K. Jennings <kjennings@resurgence.net> wrote:
Quote:
I am looking for a command-line tool (not GUI) to convert my DVDs
to AVI files. Any suggestions?

That is interesting. I am looking for a command line tool that does the
opposite, turning AVI and MPG files into .iso images for burning to DVD
for watching in a conventional DVD player.

Mark.

--
Mark Hobley
Linux User: #370818 http://markhobley.yi.org/
Back to top
Shadow_7
Guest






PostPosted: Tue Nov 18, 2008 7:55 pm    Post subject: Re: DVD to AVI Reply with quote

Quote:
That is interesting. I am looking for a command line tool that does the
opposite, turning AVI and MPG files into .iso images for burning to DVD
for watching in a conventional DVD player.

Mark.

I just did that myself.

ffmpeg -i file.avi -sameq -aspect 4:3 -target ntsc-dvd dvd_chapter1.mpeg

And then dvdauthor to help make the AUDIO_TS and VIDEO_TS directory tree
with VOBs. And mkisofs to make the iso image. cdrecord to burn it, or
growisofs. spumux if you want a menu type thing. And many options to try
and tie all that into a gui. devede, qDvdAuthor, DvdStyler, and others.

http://www.linuxjournal.com/article/6953

http://nfs.shawnfumo.com/wiki/DVDAuthor

http://marc.waeckerlin.org/computer/linux/anleitungen/dvd

http://www.kaybee.org/~kirk/dvdauthor.html

And many other sources. aften if you want to generate 5.1 surround sound
from stereo audio. ffmpeg seems to only be capable of 5.0 for me at the
moment. And my version of sox doesn't seem to have the -M option for
making a single WAV file with multiple tracks out of many mono tracks.

The mpeg files for dvd are 720x480 (NTSC) pixel and either 4:3 or 16:9
aspect ratio, with a frame rate of 29.97 (30000/1001) fps. The video
codec is mpeg2video. It should not exceed 10Mbps bitrate, and probably
much lower for older dvd players. 720x576(PAL) with a framerate of 25 fps
for PAL. ffmpeg defaults to 25 fps, so be careful to override the default
fps if you need to. -target ntsc-dvd takes care of that, but if you're
using some other intermediate format you should be aware of the 25 fps
default.

Bear in mind that the 720x480 is NOT square pixels. 81dpi x 72dpi, which
differs from the traditional 1.33 aspect ratio (4:3). So it's more like a
720x540 image compressed to 720x480 to maintain aspect ratio with a 4:3
source image. More like 854x480 compressed to 720x480 for a 16:9 source
image. For NTSC formats anyway. Food for thought as some youtube clips
and others do NOT maintain proper aspect ratios.

HTH
Back to top
Display posts from previous:   
   Smart Linux Business Choices! - the Best of UseNet Postings! Forum Index -> Linux Miscellaneous Topics  
Page 1 of 1
All times are GMT

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum