VideoHelp Forum




+ Reply to Thread
Results 1 to 10 of 10
  1. 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!
    Quote Quote  
  2. VH Veteran jimmalenko's Avatar
    Join Date
    Aug 2003
    Location
    Down under
    Search PM
    What type e.g. AVI, MPEG etc. is/are your source file(s) and what type is your output ?
    If in doubt, Google it.
    Quote Quote  
  3. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    You can add a line of text using AviSynth 'Subtitle' filter (internal), then open .avs script in TMPGEnc Xpress for encoding.
    Quote Quote  
  4. 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...
    Quote Quote  
  5. VH Veteran jimmalenko's Avatar
    Join Date
    Aug 2003
    Location
    Down under
    Search PM
    Originally Posted by shorto
    My Source is .avi (MPEG1) and my output is also .avi (XViD 2nd pass).
    MPEG1 in an AVI container ? 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.
    Quote Quote  
  6. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    Originally Posted by shorto
    Alex_ander could you pleas be more specific I have no clue how to do this...
    If you have AviSynth installed, you can make a simple script that opens your file (first line) and puts your text (the second line) in the left lower angle:

    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.
    Quote Quote  
  7. thank you very much! It works great now!
    Quote Quote  
  8. 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
    Quote Quote  
  9. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    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
    Quote Quote  
  10. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    You can add the line before 'subtitle':
    LanczosResize(640,480)
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!