[mythtv-users] mythburn.py modified to use ProjectX

John Drescher drescherjm at gmail.com
Sun Dec 23 16:50:20 UTC 2007


> I see from
> <http://www.gossamer-threads.com/lists/mythtv/users/237730#237730> that
> you've modified mythburn.py to use projectx instead of mythtranscode for
> cutting. Any chance of a copy to save me re-inventing the wheel?
>
Alex,
I do not do that the same anymore. What I do is remove the two
--fix_sync param from the lines  that call mythreplex in

def deMultiplexMPEG2File(folder, mediafile, video, audio1, audio2):

Here are the changes:

# command = "mythreplex --demux --fix_sync -t TS -o %s " % (folder + "/stream")
command = "mythreplex --demux  -t TS -o %s " % (folder + "/stream")

And

#        command = "mythreplex --demux --fix_sync -o %s " % (folder + "/stream")
command = "mythreplex --demux -o %s " % (folder + "/stream")



And then I precut my recordings with the following script:
http://www.nabble.com/Alternative-Commercial-Cut-Mechanism-to13692687.html

Here is some more about this:
http://www.mythtv.org/pipermail/mythtv-users/2007-May/181133.html


More information about the mythtv-users mailing list