User Tools

Site Tools


using:scripting

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
using:scripting [2010/04/15 15:46]
j.m
using:scripting [2012/11/11 08:51] (current)
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 88: Line 89:
  
 ^Command ​     ^Parameter ​  ​^Parameter ​  ​^Return ​  ​^Description ​                                                                                                      ^ ^Command ​     ^Parameter ​  ​^Parameter ​  ​^Return ​  ​^Description ​                                                                                                      ^
-|scanVBR ​     ​| ​           |            |         ​|Build the time map needed for MP3 VBR                                                                             |+|scanVbr ​     ​| ​           |            |         ​|Build the time map needed for MP3 VBR                                                                             |
 |save         ​|"​filename" ​ |            |         |Save the audio track as filename ​                                                                                 | |save         ​|"​filename" ​ |            |         |Save the audio track as filename ​                                                                                 |
 |load         ​|"​type" ​     |"​filename" ​ |         |Load audio as an external track, type is the file type - AC3, MP3, WAV, filename is the name of the file to load  | |load         ​|"​type" ​     |"​filename" ​ |         |Load audio as an external track, type is the file type - AC3, MP3, WAV, filename is the name of the file to load  |
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.1271339177.txt.gz · Last modified: 2012/11/11 08:51 (external edit)