VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    Sep 2004
    Location
    Australia
    Search Comp PM
    I'm using megui to convert my videos and I was wondering how I can add a picture at the beginning of the video for 10 seconds?
    Quote Quote  
  2. One way to do it is with avisynth; if you're not already familiar with avisynth basics, it will be difficult for you. You edit the script you feed into MeGUI

    The basic method is you use ImageSource() for the picture to generate the video clip from the picture , make a fake blank audio with BlankClip() that matches the characteristics of your main video audio, use AudioDub() to "attach" the blank audio to the picture video, then aligned splice (e.g. A++B , where A=picture clip section, B=main video section) to add the picture clip section to the main video section. You don't have to use blank audio, you can use real audio if you want, it just has to match exactly the same characteristeics as the main section audio (in terms of channels, sampling rate, etc...)
    Quote Quote  



Similar Threads

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