User Tools

Site Tools


tinypy:avidemux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tinypy:avidemux [2013/04/27 10:10]
fx [Example]
tinypy:avidemux [2013/04/27 10:16]
fx [Traps and pitfall]
Line 167: Line 167:
   adm.audioSetShift(0,​ 0,0)   adm.audioSetShift(0,​ 0,0)
   adm.setContainer("​MKV",​ "​forceDisplayWidth=False",​ "​displayWidth=1280"​)   adm.setContainer("​MKV",​ "​forceDisplayWidth=False",​ "​displayWidth=1280"​)
-  ​+ 
 +==== Traps and pitfall ​ ====   
 + 
 + Take care that a single line must not exceed ~ 256 chars. So instead of doing 
 +   ​function("​blah blah foobar"​) 
 + do 
 +   ​function("​blah blah"​ 
 +   "​foobar"​) 
 +    
 + 
 +---- 
 +    
 +[[using:​tinypy|Go back to tinypy]] ​  ​
tinypy/avidemux.txt · Last modified: 2013/11/12 08:07 by mean