Метод | Описание | |
---|---|---|
AppyAutoPitch ( |
Applies 432hz auto-pitch if file PixelAspectRatio is 1 and FPS can be read.
|
|
CreateScript ( string inputFile, |
Creates an AviSynth script that will auto-pitch the audio to 432hz. You then open this script file in the video player instead of directly opening the file.
|
public static AppyAutoPitch ( |
||
video | The video for which to create the auto-pitch script file. | |
Результат | bool |
public static CreateScript ( string inputFile, |
||
inputFile | string | The video to play. |
infoReader | An object to read media information. | |
Результат | void |