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/05/02 08:33]
fx
Line 96: Line 96:
  ​include ALL parameters.  ​include ALL parameters.
    
 +__adm.videoCodecSetProfile(codecName,​ profileName)__
 +
 + Load the profile "​profileName"​ for the given codec. That also selects the codec.
 +  adm.videoCodecSetProfile("​x264","​PSP"​) ​   ​
 +  ​
 __adm.changeVideoParam:​videoCodecChangeParam(codecName,​ params)__ __adm.changeVideoParam:​videoCodecChangeParam(codecName,​ params)__
  
  ​Change only one or several parameters for codecName. For example, you set all parameters using setVideoCodec  ​Change only one or several parameters for codecName. For example, you set all parameters using setVideoCodec
  and afterward only change bitrate  and afterward only change bitrate
 +
 +
  
 ==== Video Filters ==== ==== Video Filters ====
Line 141: Line 148:
  
  
-===== Headline =====+
 ==== Example ==== ==== Example ====
  
Line 167: Line 174:
   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