All of lore.kernel.org
 help / color / mirror / Atom feed
From: chuck gelm <chuck@gelm.net>
To: linux-newbie@vger.kernel.org
Subject: Videotrans ... Re: Convert .avi to .vob/Linux only??
Date: Wed, 01 Mar 2006 17:08:26 -0500	[thread overview]
Message-ID: <44061B5A.3000309@gelm.net> (raw)
In-Reply-To: <20060224152430.GA1275@lnx2.kvinet.com>

Hal MacArgle wrote:

>	Greetings; I just spent two hours trying to find software or
>information converting video .avi files to .vob, in order to burn
>some personal .avi files to a DVD that's playable on a stand alone
>DVD player.. I have the files in .avi format and a Plextor DVD
>burner, etc.. MPlayer lets me view them on the computer monitor of
>course..
>
>	Interesting in that this is the first time I've noticed when
>accessing www.google.com/linux, that I get linked to 100% of the
>MSWindows stuff.. I gave up..
>
>	Anyone have any suggestions?? TIA..
>  
>
Hal et allia:

 I converted three (3) .avi files and burned them to DVD and can
play them on my DVD player.  Text menu also! :-)
I installed videotrans and stumbled through enough required
additional project installations to get it to work.  Thus:

#!/bin/sh
# create a DVD-player for .avi movies

movie-to-dvd -m ntsc -d letterbox -a 4:3 CloseToHomeS01E08.avi 
CloseToHomeS01E09.avi CloseToHomeS01E10.avi

movie-make-title-simple -o title -m ntsc -n none

movie-title -T 2x2 -c none -o title.vob -t title CloseToHomeS01E08.m2v 
CloseToHomeS01E09.m2v CloseToHomeS01E10.m2v

dvdauthor -o dvd_directory -x title.vob-dvdauthor.xml

growisofs -dvd-video -Z /dev/dvd dvd_directory

#end

 There is some word wrapping in my display while entering this note.
The commands are double spaced, so if you see consecutive lines,
there was 'word wrap' and not a newline.  ;-)

HTH, Chuck



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

  parent reply	other threads:[~2006-03-01 22:08 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-24 15:24 Convert .avi to .vob/Linux only?? Hal MacArgle
2006-02-24 19:01 ` Ray Olszewski
2006-02-24 19:13   ` Conway S. Smith
2006-02-24 19:30   ` Stephen Samuel
2006-02-28  2:12   ` tovid - videotrans ? (was Re: Convert .avi to .vob/Linux only??) chuck gelm
2006-02-28 19:57     ` Hal MacArgle
2006-02-28 21:47       ` Ray Olszewski
2006-03-01 21:38         ` Hal MacArgle
2006-02-28 23:08       ` chuck gelm
2006-02-24 21:30 ` Convert .avi to .vob/Linux only?? Artūras Moskvinas
2006-03-01 22:08 ` chuck gelm [this message]
2006-03-03 14:47   ` Videotrans ... " Hal MacArgle
2006-03-16 19:58   ` Hal MacArgle
2006-03-16 20:48     ` chuck
2006-03-16 23:09       ` Ray Olszewski
2006-03-17 18:48         ` Hal MacArgle
     [not found]           ` <441C6007.50000@comarre.com>
2006-03-22 14:14             ` Hal MacArgle
2006-03-17 13:54       ` Hal MacArgle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44061B5A.3000309@gelm.net \
    --to=chuck@gelm.net \
    --cc=linux-newbie@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.