hello friends
i tried this script for adding watermark to .mkv using megui and avisynth:
Code:LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\remapframes_25_dll_20050826\RemapFrames.dll") a1=DirectShowSource("clip.mkv",fps=23.98) a2=ImageSource("logo.png",pixel_type="RGB32") a3=Overlay(a1,a2,mask=a2.ShowAlpha()) ReplaceFramesSimple(a1, a3, mappings="[0 299][5999 6299]")
but it encodes the video.
do you have any idea.
is there any thing wrong?
i use ovelay and it shuodn't reencode the video
![]()
+ Reply to Thread
Results 1 to 5 of 5
-
-
You must reencode. Or else must you add a switchable subtitle with mkvtoolnix.
-
subtitles can be swiched off by users
it is not the solution
i want to add watermark to mkv using overlay .
isn't it true that overlay shoud attach to video without re encoding? -
No. As manono said the last time you asked the same question (only 3 days ago!), using Avisynth to create a new video always requires re-encoding.
Similar Threads
-
Adding Watermark To Video using Megui
By cyb3rlord in forum Newbie / General discussionsReplies: 14Last Post: 16th Dec 2013, 05:20 -
adding watermark as a subtitle
By zammil in forum SubtitleReplies: 8Last Post: 20th Nov 2010, 00:45 -
Adding watermark to DVD
By carlmart in forum Authoring (DVD)Replies: 8Last Post: 3rd Aug 2010, 12:28 -
adding watermark while ripping
By rippergreat in forum Newbie / General discussionsReplies: 29Last Post: 13th Oct 2009, 09:05 -
Adding watermark to FLV
By whoisquilty in forum MacReplies: 3Last Post: 11th Jan 2008, 18:20