]> git.sesse.net Git - mlt/commitdiff
fix some demos broken by old changes
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 25 May 2007 06:17:30 +0000 (06:17 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Fri, 25 May 2007 06:17:30 +0000 (06:17 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@971 d19143bc-622f-0410-bfdd-b5b2a6649095

demo/README
demo/mlt_attributes
demo/mlt_intro
demo/mlt_jcut
demo/mlt_lcut
docs/inigo.txt

index bcfcafa8ee5840646ccf66d887b0cd814740de7c..a9a5a0872f10be41ef3085eafbdd524618f97ee1 100644 (file)
@@ -90,7 +90,7 @@ Audio Stuff
 
        A music bed sound track can be mixed with a video. The sound track of the
        video clip has a "floating" amplitude normalisation filter applied.
-       Typically, audio nornmalisation applies a constant gain factor across the
+       Typically, audio normalisation applies a constant gain factor across the
        entire duration of an audio segment from a single source where the 
        gain factor is automatically determined by anaylsing the maximum "power"
        or peak levels. However, in news production, a popular requirement is to
index c181480a20571a1a200fbde1066c5196dd183c92..e4fffb5e5c18a921fb977267997a5cff5d086708 100644 (file)
@@ -3,5 +3,5 @@ meta.attr.location=1 meta.attr.location.markup="Location" \
 meta.attr.exclusive=1 meta.attr.exclusive.markup="Exclusive" \
 meta.attr.special=1 meta.attr.special.markup="Special" \
 meta.attr.super=1 meta.attr.super.0="Line 1" meta.attr.super.1="Line 2" \
--filter data_show:%etv.properties \
+-filter data_show \
 $*
index 82f6d8646afe05c0716026b977d5df1dc62e7239..4b0084895d597a9ff3f250ba42943ce7bd799709 100644 (file)
@@ -1,12 +1,9 @@
 inigo \
-watermark1.png out=124 \
+music1.ogg in=100 out=224 \
 -track \
--blank 74 \
+watermark1.png out=124 \
 clip3.mpeg \
--track \
-music1.ogg in=100 out=224 \
--transition luma resource=luma1.pgm softness=0.2 in=100 out=124 a_track=0 b_track=1 \
--transition mix:1 in=0 out=124 a_track=0 b_track=1 \
--transition mix:1 in=0 out=99 a_track=1 b_track=2 \
--transition mix:-1 in=100 out=124 a_track=1 b_track=2 reverse=1 \
+-mix 25 \
+-mixer luma resource=luma1.pgm softness=0.2 \
+-transition mix:-1 in=100 out=124 \
 $*
index fd0b4a336849c5c55f57edd3a0063caf19bfd473..a5d844efeb76de40afc259bfa1b2441b804373c4 100644 (file)
@@ -1,10 +1,10 @@
 inigo \
-clip1.dv out=99 \
--track \
 -blank 49 \
 clip2.dv in=100 \
+-track \
+clip1.dv out=99 \
 -transition \
-mix start=0 end=1 in=49 out=50 a_track=0 b_track=1 \
+mix start=0 end=1 in=49 out=50 a_track=1 b_track=0 \
 -transition \
-mix:1 in=51 out=99 a_track=0 b_track=1 \
+mix:1 in=51 out=99 a_track=1 b_track=0 \
 $*
index 1b8485bbddab05b80bbcd6f0c2481549e0bd72a0..45f81ddce76ab9f511ffaf8f7fbd4d498a01f44c 100644 (file)
@@ -1,12 +1,12 @@
 inigo \
+clip1.dv out=100 \
+-track \
 -blank 49 \
 clip2.dv in=100 \
--track \
-clip1.dv in=0 out=100 \
 -transition \
-luma in=50 out=55 a_track=0 b_track=1 reverse=1 \
+luma in=50 out=55 a_track=0 b_track=1 \
 -transition \
-mix:1 in=50 out=98 a_track=0 b_track=1 \
+mix:1 in=50 out=98 a_track=1 b_track=0 \
 -transition \
-mix start=1 end=0 in=99 out=100 a_track=0 b_track=1 \
+mix start=1 end=0 in=99 out=100 a_track=1 b_track=0 \
 $*
index 7672093befbddf212056203ad0640388c724b432..b18af6c859888e30424387fb89c5d4cdcd4064db 100644 (file)
@@ -199,7 +199,7 @@ Attached Filters:
 
 Mixes:
 
-       The -mix switch provides the simplest means to introducer transitions between
+       The -mix switch provides the simplest means to introduce transitions between
        adjacent clips.
 
        For example:
@@ -208,7 +208,7 @@ Mixes:
 
        would provide both an audio and video transition between clip1 and clip2.
 
-       This functionality supercedes the enforced use of the -track and -transtition
+       This functionality supercedes the enforced use of the -track and -transition
        switches from earlier versions of inigo and makes life a lot easier :-).
 
        These can be used in combination, so you can for example do a fade from black