|
hello been using comskip for a while now had have recently got my hands on an hd pvr which is awesome but the commercial cutting programs are scarce and expensive, latele ive been encoding using megui which is another awesome proggie, now the problem im having is that when you output an avisynth script using comskip it outputs the video cuts in good format but in megui the audio trim list needs to be in xml type format for example:
the audio cutlist looks like this:
<?xml version="1.0"?> <Cuts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Framerate>29.970029970029969</Framerate> <Style>NO_TRANSITION</Style> <AllCuts> <CutSection> <startFrame>0</startFrame> <endFrame>11365</endFrame> </CutSection> <CutSection> <startFrame>17229</startFrame> <endFrame>29337</endFrame> </CutSection> <CutSection> <startFrame>35043</startFrame> <endFrame>53971</endFrame> </CutSection> <CutSection> <startFrame>60144</startFrame> <endFrame>73285</endFrame> </CutSection> <CutSection> <startFrame>79477</startFrame> <endFrame>87426</endFrame> </CutSection> <CutSection> <startFrame>92399</startFrame> <endFrame>99187</endFrame> </CutSection> <CutSection> <startFrame>104158</startFrame> <endFrame>106994</endFrame> </CutSection> </AllCuts> </Cuts>
is there anyway to create that type of output or maybe build a script to convert the trim script to this format.
If anyone has an idea that would be great
|