Bug 2684 - Bitrot for Docimage script

This commit is contained in:
crpto-bug 2021-03-20 21:45:43 +05:30 committed by GitHub
parent 313900e360
commit c2d3e500c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -116,6 +116,7 @@ def spaceDemo():
capture( 'BeforeTruncateSilence.png' , 'AllTracks' )
do( 'Select: Start=0 End=0')
capture( 'SpaceyTrack.png' , 'AllTracks' )
do('SelectAll')
do( 'TruncateSilence' )
capture( 'AfterTruncateSilence1.png' , 'AllTracks' )
do( 'Select: Start=0 End=0')

View File

@ -11,7 +11,7 @@ exec( open("docimages_core.py" ).read() )
def addLabels():
do( 'Select: Start=0 End=1' )
#do( 'Select: Start=0 End=1' )
do( 'AddLabel' )
do( 'AddLabel' )
do( 'AddLabel' )
@ -23,7 +23,7 @@ def addLabels():
do( 'Select: Start=45 End=60' )
def addLabels2():
do( 'Select: Start=0 End=1' )
#do( 'Select: Start=0 End=1' )
do( 'AddLabel' )
do( 'AddLabel' )
do( 'AddLabel' )