Skip to content
WJunction - Webmaster Forum

How to add my Site name in mkv movie ?

Status
Not open for further replies.
as the title said , i need to add my site name (url)
to mkv file after encode it with MeGui

i tried to make .srt and merge it with MKV Merge
but it didn't appear after mux it

so any help please
thanks
 

12 comments

300mbunited is an encoding team so they just hardsub it into the release.
You can just mux a softsub for 10 seconds but anyone will be able to remove it if they wanted to.
 
@ Ashleyuk1984 : i don't want to copy another work
i need to make it myself

@ futureawesome : that's exactly what i mean
i need to make just 10sec but hardsub to prevent anyone to remove it

any idea guys please

You have to re-encode the whole video to hardsub, there is no other way to do it.

You could possible cut the first part of the video hard sub that and find some sort of software that pieces videos together.
 
Add your file with AVS Script Create > go to Script tab > and Add code in the end.

Code:
applyrange(0,190,"Subtitle","Re-Encoded By Your-Name",25,25,0,99999,"Alako-Bold",32)
applyrange(0,190,"Subtitle","for SiteName",25,45,0,99999,"Aarvark Cafe",33)

you can also use it in one line.

Code:
applyrange(0,190,"Subtitle","Re-Encoded By Your-Name for SiteName",15,15,0,99999,"Aarvark Cafe",22)

zxOwK.png


NOTE: You can add it in the middle or in the end by changing frames. so first you have to know frames location.
For example: applyrange(0,190,"Subtitle") >> change 0 with 190 and 190 with 380 >> applyrange(190,380,"Subtitle").
So your watermark will appear in between first 7 to 14 seconds.
 
Status
Not open for further replies.

About the author

I
Banned · Joined
572
Messages
67
Reactions
28
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom