warrr147
22nd January 2012, 13:52
Hi to all
I use this code to add logo on my movie ( by use Coding on avisynth soft and run code on meGUI soft )
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemapFrames\RemapFrames.dll")
a1=DirectShowSource("Movie.mkv")
a2=ImageSource("logo(1280x688).png",pixel_type="RGB32")
a3=Overlay(a1,a2,mask=a2.ShowAlpha())
ReplaceFramesSimple(a1, a3, mappings="[1105 3000][121092 121332][231184 231424]")
LanczosResize(1280,688)
I have 2 problems :
1. It give many many time and it is very big problem
2. When i play the converted movie on windows media player , the time line does not work Correct ( see the follow picture )
http://8208.6.img98.net/out.php/i191228_1.jpg
Although the time line is in the Middle of page , but the movie is finished !!!
this problem is only in windows media player and other software for example jetAudio or kmplayer does not have this problem
plz help me to solve this problems
If you know better code to add logo on movie ( like my code ) and does not have my 2 problems and have better speed for convert please
Show me
I realy need this
Thank you very much
I use this code to add logo on my movie ( by use Coding on avisynth soft and run code on meGUI soft )
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemapFrames\RemapFrames.dll")
a1=DirectShowSource("Movie.mkv")
a2=ImageSource("logo(1280x688).png",pixel_type="RGB32")
a3=Overlay(a1,a2,mask=a2.ShowAlpha())
ReplaceFramesSimple(a1, a3, mappings="[1105 3000][121092 121332][231184 231424]")
LanczosResize(1280,688)
I have 2 problems :
1. It give many many time and it is very big problem
2. When i play the converted movie on windows media player , the time line does not work Correct ( see the follow picture )
http://8208.6.img98.net/out.php/i191228_1.jpg
Although the time line is in the Middle of page , but the movie is finished !!!
this problem is only in windows media player and other software for example jetAudio or kmplayer does not have this problem
plz help me to solve this problems
If you know better code to add logo on movie ( like my code ) and does not have my 2 problems and have better speed for convert please
Show me
I realy need this
Thank you very much