VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Hi, but I'm a cat

    please consider my source script

    Code:
    LoadPlugin("v:\AviSynth\FFMS2_23_64bit\ffms2-2.23.1-msvc\x64\ffms2.dll")
    Import("V:\AviSynth\FFMS2_AVSI_2019\ffms2.avsi")
    LoadPlugin("v:\AviSynth\Lsmash64perVirtualDub64\LSMASHSource.dll")
    vid=blankClip()
    aud=FFMS2("C:\edius\dec.mov", atrack=-1)
    left=GetChannel(aud, 1)
    right=GetChannel(aud, 2)
    both=mergechannels(left, right)
    audiodub(vid, both)
    ConvertAudioTo16Bit()
    I wonder how can I force the audio output to 48Khrz ? (same as -ar 48000 of ffmpeg?)

    thanks
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!