User Tools

Site Tools


using:scripting

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
using:scripting [2010/04/15 15:44]
j.m created
using:scripting [2011/01/07 14:55]
agent_007
Line 46: Line 46:
 |displayError ​    ​|string ​    ​| ​          ​| ​                                    ​|Display an error popup with the message ​ | |displayError ​    ​|string ​    ​| ​          ​| ​                                    ​|Display an error popup with the message ​ |
 |displayInfo ​     |string ​    ​| ​          ​| ​                                    ​|Display an info popup with the message ​  | |displayInfo ​     |string ​    ​| ​          ​| ​                                    ​|Display an info popup with the message ​  |
-|fileReadSelect ​  ​| ​                      ​|filename ​                            |Open the file selector (read) ​           |+|fileReadSelect ​  ​| ​          |           |filename ​                            |Open the file selector (read) ​           |
 |fileWriteSelect ​ |           ​| ​          ​|filename ​                            |Open the file selector (write) ​          | |fileWriteSelect ​ |           ​| ​          ​|filename ​                            |Open the file selector (write) ​          |
 |allFilesFrom ​    ​|directory ​ |           ​|Number of files from that directory ​ |Initiate the directory parsing ​          | |allFilesFrom ​    ​|directory ​ |           ​|Number of files from that directory ​ |Initiate the directory parsing ​          |
Line 66: Line 66:
  
 There are also a couple of variables you may want to change: ​ There are also a couple of variables you may want to change: ​
-  * markA: set the A marker (e.g.: app.markA=100; set markerA to the 100th frame)  +  * markerA: set the A marker (e.g.: app.markerA=100; set markerA to the 100th frame)  
-  * markB: set the B marker+  * markerB: set the B marker
  
 ===== Avidemux video functions ===== ===== Avidemux video functions =====
Line 73: Line 73:
 ^Command ​     ^Parameter ​     ^Parameter ​                                     ^Return ​  ​^Description ​                                                                                       ^ ^Command ​     ^Parameter ​     ^Parameter ​                                     ^Return ​  ​^Description ​                                                                                       ^
 |addFilter ​   |"​filter name" ​ |"​filter param" ​                                ​| ​        |Add the filter ​                                                                                    | |addFilter ​   |"​filter name" ​ |"​filter param" ​                                ​| ​        |Add the filter ​                                                                                    |
 +|clearFilters |               ​| ​                                              ​| ​        ​|Removes all video filters ​                                                                         |
 |Codec ​       |"​codec name" ​  ​|<​nowiki>"​codec conf"​[,"​codec extra"​]</​nowiki> ​ |         ​|Select the encoder, using the conf, which can be "​CBR=bitrate",​ "​CQ=qz",​ "​2PASS=size"​ or "​SAME=0" ​ | |Codec ​       |"​codec name" ​  ​|<​nowiki>"​codec conf"​[,"​codec extra"​]</​nowiki> ​ |         ​|Select the encoder, using the conf, which can be "​CBR=bitrate",​ "​CQ=qz",​ "​2PASS=size"​ or "​SAME=0" ​ |
 |saveJpeg ​    ​|"​filename" ​    ​| ​                                              ​| ​        |Save the current frame as a JPEG file                                                              | |saveJpeg ​    ​|"​filename" ​    ​| ​                                              ​| ​        |Save the current frame as a JPEG file                                                              |
Line 97: Line 98:
  
   * normalize: 1 (normalize activated), 0 (not activated) ​   * normalize: 1 (normalize activated), 0 (not activated) ​
-  * downsample: same for downsample (48 kHz to 44.1 kHz) +  * downsample: same for downsample (48(nbsp)kHz to 44.1(nbsp)kHz) 
   * resample: set the new frequency ​   * resample: set the new frequency ​
   * delay: set the delay in ms    * delay: set the delay in ms 
using/scripting.txt · Last modified: 2012/11/11 08:51 (external edit)