Re: Need help converting Quicktime/MOV to DVD

From: Ionut Georgescu (george_at_pks.mpg.de)
Date: 06/01/05

  • Next message: Alban Browaeys: "Re: [xine-user] Cracking noise playing Audio CDs on kaffeine/xine"
    Date: Wed, 1 Jun 2005 12:26:25 +0200
    To: debian-user@lists.debian.org
    
    
    

    If you still have the raw DV material, you might try do convert directly
    to interlaced MPEG2. In my tests iMovie did not care about interlacing
    and the MOV's it produced were horrible.

    This is what I used to transcode several .dif files, as produced by
    iMovie into MPEG2:

    #!/bin/sh

    for f in clip_*.dif; do
            out=${out//%.dif/}
            transcode -i $f -x dv --dv_yuy2_mode --encode_fields b \
                    -y mpeg2enc,lame -F 8,"-D 10 -q 1 -2 1 -4 1" --export_asr 2 \
                    -w 7500 -b 128 \
                    -o ${out}
    done

    You should consult the manpage for transcode and mpeg2enc for details.

    -F 8 chooses the DVD profile for mpeg2enc. "-D 10 -q 1 -2 1 -4 1"
    are some high quality options I have been experimenting with.

    --encode_fields b is for bottom first interlaced material, as it comes
    from most PAL videocams.

    transcode creates different files for the audio and video streams, but
    I multiplexed them with mplex.

    There are several things to care about when care about when preparing a
    DVD because the hardware decoders are not so flexible as the software
    ones. man mplex gives, I think, some good advice on good MPEG2 streams
    for DVD authoring.

    Hope it helps,
    Ionut

    On Tue, May 31, 2005 at 09:44:16PM -0400, Scott Ehrlich wrote:
    > I captured home video from a Sony camcorder to my G3 running 10.3 via
    > iMovie. I then used iMovie to convert the captured files to MOV -
    > averaging 12 - 13 gig per file.
    >
    > I now want to perform the final step of burning the MOV files to DVD.
    >
    > I tried doing this with Roxio Toast 6 Lite but its encoder was so horrible
    > the resulting video on DVD was horrendous. I tried one burn to test
    > timing and quality. I have since learned I probably need to convert the
    > MOV files to MPEG2, and then to DVD format? My G3 is too underpowered
    > and my budget cannot affort the expense of testing various utilities for
    > 10.3 to see whether or not they might work.
    >
    > What is the best way under Debian to:
    >
    > - Prepare the MOV files for DVD?
    >
    > - Burn the resulting files to DVD?
    >
    >
    > I have a Pentium II with 384 Meg RAM and a Pentium III with 384 Meg RAM.
    > Ample disk space on both.
    >
    > Thanks.
    >
    > Scott
    >
    >
    > --
    > To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
    > with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    >
    >
    >

    -- 
    ***************
    * Ionuţ Georgescu
    * Max-Planck-Institut für Physik komplexer Systeme
    * Noethnitzer Str. 38, D-01187 Dresden
    * Phone: +49 (351) 871-2209
    * Fax:   +49 (351) 871-1999 
    
    

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    


  • Next message: Alban Browaeys: "Re: [xine-user] Cracking noise playing Audio CDs on kaffeine/xine"

    Relevant Pages

    • Re: Does iDVD makes sense to you?
      ... > I tend to do my encoding using either A.pack (comes with DVD Studio ... > iMovie and then encode using A.Pack and author with DVDSP. ... what not seemed easier with iPhoto than iMovie. ... Randy Howard ...
      (comp.sys.mac.system)
    • Re: Editing DVDs
      ... a file small enough to put onto a DVD. ... When you export from iMovie, ... configure it yourself with whatever codecs you have installed. ... Using iDVD is actually pretty well covered on Apple's site: ...
      (comp.sys.mac.apps)
    • Re: Home movies to iMovie?
      ... What about getting an 8mm -> DVD transfer? ... but I don't know if iMovie can ... One of my sisters was going through some of the boxes of stuff that we ... If you have the Quicktime MPEG-2 Playback ...
      (comp.sys.mac.apps)
    • Re: iMovie cant open video file made from TV broadcast
      ... Apple's DVD Player has no trouble opening and playing this ... video on my iMac. ... iMovie can do this. ... it involves two lossy conversions and Warren's method employs one ...
      (comp.sys.mac.apps)
    • Re: With a JVC Everio ,how to convert MOD Files on Mac or import MOD Files into imovie
      ... The SecureDigital group reused the ".mod" extension to represent MPEG2 on SD ... DO YOU CONVERT MOD FILES SO I CAN IMPORT THEM INTO IMOVIE? ... MPG, if you have other video formats, you can use video converter for ...
      (microsoft.public.windows.vista.music_pictures_video)