1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

AVCHD to MPEG2

Discussion in 'MPEG-1 and MPEG-2 encoding (AVI to DVD)' started by turtle95, Jun 30, 2009.

  1. turtle95

    turtle95 Member

    Joined:
    Apr 21, 2005
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    11
    Just got a digital camera that records videos in AVCHD. It looks great when I play it on the playstation 3 but I also would like to put it on a DVD to play in other sources.
    What is a decent converting software for this purpose. I would prefer free software because I am a tightwad.
    Thanks and sorry about the Newb question.
     
  2. attar

    attar Senior member

    Joined:
    Jun 17, 2005
    Messages:
    11,147
    Likes Received:
    41
    Trophy Points:
    128
    My only experience with this format is small sample clips.
    I'm assuming that your files and my clips are the same format.
    The clips were .mts (thirty-six seconds) and .m2ts (ten seconds).
    On my PC the times to encode varied from long to very long.
    The 10 second .m2ts clip required 30 minutes in DVD Flick.
    The 36 second .mts clip took 4 minutes.

    Required software:
    Install AviSynth
    Install Haali Media Splitter
    Install DVD Flick
    Create an AviSynth script with NotePad thus:

    DirectShowSource("C\path\to\your\file\video.mts")

    Save script as video.avs
    # also accepts .m2ts
    Open the script (video.avs) in DVD Flick and 'Create DVD'.

    Note that it might be possible to directly load and convert the files to DVD compliant files using 'Xvid4PSP' - but I haven't followed up.
     
  3. attar

    attar Senior member

    Joined:
    Jun 17, 2005
    Messages:
    11,147
    Likes Received:
    41
    Trophy Points:
    128
    I changed the script for the .m2ts file to reflect the frame rate of the source, thus:
    DirectShowSource("C\path\to\your\file\video.m2ts",fps=29.97)

    It encodes much faster ~1:49 instead of 30 minutes - still slow for a ten second clip.

    Forgot to mention that I also needed FFDshow installed and the settings thus:
    Set h264 to libavcodec
     
    Last edited: Jul 1, 2009

Share This Page