[mythtv-users] RE:Burning to DVD (saving MPEG clips)
myth-lane at dowobeha.net
myth-lane at dowobeha.net
Wed May 5 12:55:15 EDT 2004
I also record with a PVR-250, and would like to edit and archive my recordings.
I know this question has come up before, but I haven't been able to find a
definitive answer.
Is any software available that lets you edit out commercials and then resave
the
MPEG2 file, without requiring exporting separate audio and video files and then
re-multiplexing them?
I know that the nature of MPEG makes this non-trivial. But is there any way of
doing it? I'd rather not have to have my machine spend long periods of time
re-encoding or re-multiplexing a file when all I want to do is cut portions of
the movie.
The other motivation behind this question is for home video conversion. I will
be transfering a lot of home movies (currently on VHS) to my machine via the
250 with the goal of burning them to DVD. I'd like to break the home movies
into chapters. So again, it would be nice to be able to record a whole tape,
open the file, select a segment, then save that segment as its own MPEG2 file.
Again, it seems like this should not take a significant amount of processing
time.
Does anyone know if it is possible to do what I'm asking using currently
available tools?
Cheers,
Lane Schwartz
>> So my question is: what do people use for burning DVDs
>> and whether there are things that I should look out for with
>> that drive (ND-2500)
>Since I record shows with a PVR-250 I use the following procedure to create
>dvd's.
>Open the video file with avidemux2 and edit out the commercials. Save the
>audio track and the raw video track as "aud" and "vid" and then run the
>following script. This is something I customized from various other posts
>here.
>--------snip-----------
>#!/bin/sh
>mplex -f 8 -V -o mydvd.video aud vid
>echo "creating dvd file system"
>dvdauthor -o mydvd -f mydvd.video
>dvdauthor -o mydvd -T
>echo "burning disc"
>growisofs -dvd-video -Z /dev/dvd mydvd
>echo "cleaning up"
>rm -f *.idx
>rm -f mydvd.video
>rm -rf mydvd
>--------snip------------
>
>This is really only useful if you only want to put one show on a dvd but the
>script shows the tools I use to actually perform the steps.
More information about the mythtv-users
mailing list