AssumeSampleRate

From Avisynth wiki
Revision as of 10:52, 2 July 2011 by 76.91.57.122 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

AssumeSampleRate(clip clip, samplerate int)

AssumeSampleRate (exists starting from v2.07) changes the sample rate (playback speed) of the current sample. If used alone, it will cause desync with the video.

Examples:

# Let's say that this video is 25fps, 44100hz video clip.
AviSource("video_audio.avi")

# Play audio at half speed:
AssumeSampleRate(22050) 

# Play video at half speed:
AssumeFPS(12.5)

# Video and audio is now in sync, and plays in slow-motion.
Personal tools