Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
*.mov to dvd movie?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
Todd  
View profile   Translate to Translated (View Original)
 More options 19 Oct, 01:24
Newsgroups: comp.os.linux.misc
From: Todd <t...@invalid.com>
Date: Sun, 18 Oct 2009 17:24:48 -0700
Local: Mon 19 Oct 2009 01:24
Subject: *.mov to dvd movie?
Hi All,

I have some video stuff I have been working with.  I
have it in *.mov format (Video- H.264 + AAC (TS)).
The file plays fine in VLC.

Now how do I get the thing on to a DVD so that it
will play on my TV through my home DVD player?

I have tried burning it as an iso and writing it
as a data file.  No joy.  What am I missing?

Many thanks,
-T


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Markus Kossmann  
View profile   Translate to Translated (View Original)
 More options 19 Oct, 03:18
Newsgroups: comp.os.linux.misc
Follow-up To: comp.os.linux.misc
From: Markus Kossmann <mkossmann...@gmx.de>
Date: Mon, 19 Oct 2009 04:18:04 +0200
Local: Mon 19 Oct 2009 03:18
Subject: Re: *.mov to dvd movie?

Todd wrote:
> Hi All,

> I have some video stuff I have been working with.  I
> have it in *.mov format (Video- H.264 + AAC (TS)).
> The file plays fine in VLC.

> Now how do I get the thing on to a DVD so that it
> will play on my TV through my home DVD player?

> I have tried burning it as an iso and writing it
> as a data file.  No joy.  What am I missing?

Standard DVD uses MPEG2 instead of H264 as compression method and it also
expects a certain directory structure on the DVD

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bb  
View profile   Translate to Translated (View Original)
 More options 19 Oct, 12:43
Newsgroups: comp.os.linux.misc
From: bb <spamt...@norsborg.net>
Date: Mon, 19 Oct 2009 13:43:47 +0200
Local: Mon 19 Oct 2009 12:43
Subject: Re: *.mov to dvd movie?
On 2009-10-19 02:24, Todd wrote:

> Hi All,

> I have some video stuff I have been working with.  I
> have it in *.mov format (Video- H.264 + AAC (TS)).
> The file plays fine in VLC.

> Now how do I get the thing on to a DVD so that it
> will play on my TV through my home DVD player?

> I have tried burning it as an iso and writing it
> as a data file.  No joy.  What am I missing?

> Many thanks,
> -T

Try Kino and import your videos, then edit and export as
a DVD.

I use HandBrake, kino and k3b for all my DVD stuff, and get
good results with everything.

/bb


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert Riches  
View profile   Translate to Translated (View Original)
 More options 20 Oct, 03:43
Newsgroups: comp.os.linux.misc
From: Robert Riches <spamtra...@verizon.net>
Date: 20 Oct 2009 02:43:40 GMT
Local: Tues 20 Oct 2009 03:43
Subject: Re: *.mov to dvd movie?
On 2009-10-19, Todd <t...@invalid.com> wrote:

> Hi All,

> I have some video stuff I have been working with.  I
> have it in *.mov format (Video- H.264 + AAC (TS)).
> The file plays fine in VLC.

> Now how do I get the thing on to a DVD so that it
> will play on my TV through my home DVD player?

> I have tried burning it as an iso and writing it
> as a data file.  No joy.  What am I missing?

> Many thanks,
> -T

The following are my notes to myself about making a DVD that
played just fine in a home DVD player.  In this case, the input
file was "fred.asf".

    ffmpeg -i fred.asf -y -target ntsc-dvd -threads 2 -mbd rd -trellis 2 -cmp 2 -subcmp 2 -pass 1/2 fred-final.mpg
    dvdauthor --title -o fred_dvd -f fred-final.mpg
    dvdauthor -o fred_dvd -T
    growisofs -Z /dev/cdwriter=ziso

The first command might need to be different, depending on your
input format.

Good luck.

--
Robert Riches
spamtra...@verizon.net
(Yes, that is one of my email addresses.)


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Todd  
View profile   Translate to Translated (View Original)
 More options 21 Oct, 16:45
Newsgroups: comp.os.linux.misc
From: Todd <t...@invalid.com>
Date: Wed, 21 Oct 2009 08:45:50 -0700
Local: Wed 21 Oct 2009 16:45
Subject: Re: *.mov to dvd movie?

Todd wrote:
> Hi All,

> I have some video stuff I have been working with.  I
> have it in *.mov format (Video- H.264 + AAC (TS)).
> The file plays fine in VLC.

> Now how do I get the thing on to a DVD so that it
> will play on my TV through my home DVD player?

> I have tried burning it as an iso and writing it
> as a data file.  No joy.  What am I missing?

> Many thanks,
> -T

Hi Markus, bb, and Robert,

    Thank you for all the tips!

-T


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ArameFarpado  
View profile   Translate to Translated (View Original)
 More options 22 Oct, 02:07
Newsgroups: comp.os.linux.misc
Follow-up To: comp.os.linux.misc
From: ArameFarpado <a-farpado.s...@netcabo.pt>
Date: Thu, 22 Oct 2009 02:07:38 +0100
Local: Thurs 22 Oct 2009 02:07
Subject: Re: *.mov to dvd movie?
Em Segunda 19 Outubro 2009 01:24, Todd escreveu:

> Hi All,

> I have some video stuff I have been working with.  I
> have it in *.mov format (Video- H.264 + AAC (TS)).
> The file plays fine in VLC.

> Now how do I get the thing on to a DVD so that it
> will play on my TV through my home DVD player?

> I have tried burning it as an iso and writing it
> as a data file.  No joy.  What am I missing?

> Many thanks,
> -T

try devede

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Philip  
View profile   Translate to Translated (View Original)
 More options 5 Nov, 23:35
Newsgroups: comp.os.linux.misc
From: Philip <n...@nospam.net>
Date: Thu, 05 Nov 2009 15:35:13 -0800
Local: Thurs 5 Nov 2009 23:35
Subject: Re: *.mov to dvd movie?

Todd wrote:
> Hi All,

> I have some video stuff I have been working with.  I
> have it in *.mov format (Video- H.264 + AAC (TS)).
> The file plays fine in VLC.

> Now how do I get the thing on to a DVD so that it
> will play on my TV through my home DVD player?

> I have tried burning it as an iso and writing it
> as a data file.  No joy.  What am I missing?

> Many thanks,
> -T

I use mencoder from mplayer web site. It comes with most Linux distributions

http://www.mplayerhq.hu/

Here is my typical recipe

aspect="4/3"  # change to "16/9" for wide screen
vbrate=5000   # for really high quality, cut down to 700 for web quality

mencoder oac lavc -af lavcresample=48000 \
        -ovc lavc -of mpeg -mpegopts format=dvd -vf
scale=720:480,expand=:::::${aspect},harddup -srate 48000 -lavcopts \

vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=6000:vbitrate=${vbrate}:key int=18:trell:mbd=2:precmp=2:subcmp=2:cmp=2:dia=-10:predia=-10:cbp:mv0:vqmin =1:lmin=1:dc=10:acodec=ac3:abitrate=192:aspect=${aspect}
\
        -ofps 30000/1001 -o ${outfile} ${infile}


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google