Hallo, ich möchte mit MeGui ein Video in drei Videos schneiden. Mit MeGui scheint es nicht zu funktionieren. Er wird immer nur ein Video erzeugt. Wie kann ich mit MeGui das bewerkstelligen, dass ich drei Videos habe?
Ich habe in der AVS Datei folgende angaben:
__film = last
__t0 = __film.trim(0, 661)
__t1 = __film.trim(662, 1370)
__t2 = __film.trim(1371, 2457)
__t0 ++ __t1 ++ __t2
In der CLT Datei:
<?xml version="1.0"?>
<Cuts xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Framerate>59.995004995005</Framerate>
<Style>NO_TRANSITION</Style>
<AllCuts>
<CutSection>
<startFrame>0</startFrame>
<endFrame>661</endFrame>
</CutSection>
<CutSection>
<startFrame>662</startFrame>
<endFrame>1370</endFrame>
</CutSection>
<CutSection>
<startFrame>1371</startFrame>
<endFrame>2457</endFrame>
</CutSection>
</AllCuts>
</Cuts>