Hello all!
Just a quick question does anybody know a way I can insert a watermark in TMPGEnc?
I use: TMPGEnc 3.0 XPress if you need any more information please let me know.
tnx in advance!
+ Reply to Thread
Results 1 to 10 of 10
-
-
You can add a line of text using AviSynth 'Subtitle' filter (internal), then open .avs script in TMPGEnc Xpress for encoding.
-
My Source is .avi (MPEG1) and my output is also .avi (XViD 2nd pass).
Alex_ander could you pleas be more specific I have no clue how to do this... -
Originally Posted by shorto
mmmmkay ... I think that can be done, but it's rare for sure.
I think you are an excellent candidate for my guide:
https://www.videohelp.com/guides.php?guideid=714#714
You can then configure virtualdub and xvid 2 pass directly afterwards.If in doubt, Google it. -
Originally Posted by shorto
AviSource("path/yourvideo.avi")
Subtitle("your copyright text", align=1)
If you save a text file with these lines (using your data) and give it .avs extension, you'll be able to open it in TMPGEnc Xpress. -
Oh well, now that i ahve figure it out i have another problem.
I'm resizing my video from 352x288 to 640x480, the video comes out normal but the text comes out fuzzy and unreadable, how can i fix this?
I'm adding my files, please help.
notice.zip -
My guess is you're resizing AFTER applying the text, so the text is 1. being resized also and 2. being compressed (a whole LOT?).
Add to the AVS script to include the resize in AVISynth instead of in TMPGEnc (it's better in AVISynth anyway). It'll probably encode faster, too (as AVISynth seems to be faster at resizing than TMPGEnc).
Now, I notice that you're going from 352x288 -> 640x480. 1st is common for PAL 1/4D1(non-square), 2nd is common to NTSC (squarepixel). Is there a change in the framerate also (that you're not telling us about)?
Honestly, it's probably best to not UPSIZE if you don't have to. Many players will do a better job of that, so you could work at ~ the rez you've started with. Tell us more about what you're trying to end up with...
Scott -
You can add the line before 'subtitle':
LanczosResize(640,480)
Similar Threads
-
Quick Question
By TagFan in forum DVB / IPTVReplies: 3Last Post: 26th Sep 2011, 09:45 -
TMPGEnc 3 - Quick Menu Question
By heyjjjaded in forum Authoring (DVD)Replies: 1Last Post: 17th Aug 2008, 14:05 -
TMPGEnc DVD Author 3 - Quick Question on a Setting
By heyjjjaded in forum Authoring (DVD)Replies: 4Last Post: 5th May 2008, 16:04 -
TMPGEnc DVD Author - Quick Slideshow Question
By heyjjjaded in forum Authoring (DVD)Replies: 2Last Post: 4th Mar 2008, 06:13 -
Quick Question
By Scryer_360 in forum Newbie / General discussionsReplies: 3Last Post: 26th Dec 2007, 07:21