VideoHelp Forum




Closed Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Jul 2008
    Location
    United States
    Search Comp PM
    I am following a tutorial of H.264. I am getting a error with the WAV sound in my scripts. Would my script be right? I am going to post a copy of my script, and a screen shot of the error.



    AVISource("H:\DickTracy(1990)\video.avi.AddBorders (0,80,0,80,$000000).Crop(2,0,-2,0)
    myvideo = Version().AddBorders(2,80,2,80,$000000)
    myaudio = WAVSource("H:\Dick Tracy (1990)\sound.wav")
    mydub = AudioDub(video, sound)
    return ChangeFPS(mydub, 30000,1001)
    LanczosResize(640,352)

  2. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    Your first line is missing a quote and close bracket - ") - which is affecting the rest of the clip.

    It should read

    Code:
    AVISource("H:\DickTracy(1990)\video.avi").AddBorders(0,80,0,80,$000000).Crop(2,0,-2,0)
    Read my blog here.

  3. Member
    Join Date
    Jul 2008
    Location
    United States
    Search Comp PM
    guns,

    I get this error. Here is a copy of my script.



    Code:
    AVISource("H:\DickTracy(1990)\video.avi").AddBorders(0,80,0,80,$000000).Crop(2,0,-2,0)
    myvideo = ("H:\Dick Tracy (1990).AddBorders(2,80,2,80,$000000)
    myaudio = WAVSource("H:\Dick Tracy (1990)\sound.wav")
    mydub = AudioDub(video, sound)
    return ChangeFPS(mydub, 30000,1001)
    LanczosResize(640,352)

  4. Member mats.hogberg's Avatar
    Join Date
    Jul 2002
    Location
    Sweden (PAL)
    Search Comp PM
    Why not continue in the thread you started a few hours earlier, on the same topic?
    https://forum.videohelp.com/topic360395.html#1914096.

    /Mats




Similar Threads

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