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?
+ Reply to Thread
Results 1 to 2 of 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...)
Similar Threads
-
Video Encoding, MeGui + AviSynth fuzzy picture
By shorto in forum Video ConversionReplies: 8Last Post: 21st Mar 2010, 18:07 -
How to add subtitles with meGUI?
By farmdve in forum Video ConversionReplies: 2Last Post: 19th Mar 2010, 08:55 -
how do i add more (better) deinterlacers into Megui?
By Chrushev in forum Newbie / General discussionsReplies: 0Last Post: 5th Jan 2010, 04:35 -
How do I add AC3 'and' AAC to my video files created using meGUI?
By sangood in forum Blu-ray RippingReplies: 11Last Post: 2nd Jan 2009, 15:27 -
How to burn subtitles into picture using Megui???
By Patrick_H in forum SubtitleReplies: 13Last Post: 17th Oct 2007, 03:42