Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
#1 | Link |
|
Registered User
Join Date: Jun 2006
Posts: 24
|
How to make and add a logo?
I want to put the logo of my website in my divx. I did a brief search about logo and found that Avisynth can put a logo. But, I don't want how to script Avisynth to put a logo. Is there any tutorial for that?
Last edited by t49lnh3ybt; 9th July 2006 at 17:07. |
|
|
|
|
|
#3 | Link |
|
One click is all it takes
![]() Join Date: Mar 2002
Location: Heart of the Broad Acres
Posts: 1,330
|
More info would be very helpful but as a starting point you might like to experiment along these lines.
Obtain the following info for your original file with VDub or GSpot or whatever: resolution, number of frames, framerate. Now decide how big you want your logo, eg if your video file is 640x280, perhaps 64x64 for a square logo. Call these numbers x and y. Next decide where on the image you want the logo in terms of where the top left corner of the image should be in respect to the top left corner of the video clip. eg a 64x64 logo in a 640x280 clip, offsetting by 32,16 would put the logo 32px from the left and 16px from the top. Call these OffsetX and OffsetY Finally, copy and paste this into Notepad. video=directshowsource("<PATH AND FILENAME.avi>",<framerate>) logo=imagesource("<logo.jpg>",fps=<framerate>).LanczosResize(<x>,<y>) overlay(video,logo,<horizontal offset>,<vertical offset>,opacity=0.65,mode="blend") Replace anything in <> with the relevant numbers or filenames. Be sure to delete all < and > Save as whatever.avs Then right click the AVS file and do "open with", selecting Media Player as your application. Then reopen with Notepad and start playing with the variables for mode, opacity, postition, size etc until you're happy. To see the scope of what modes you can use, look up Overlay in the manual at avisynth.org You can use the avs file as input to VDub or whatever to encode to DivX etc. Last edited by Nick; 9th July 2006 at 18:28. |
|
|
|
|
|
#4 | Link |
|
Registered User
Join Date: Apr 2002
Location: Germany
Posts: 3,517
|
Every time they come up, I am somewhat amused about those "how do I add a logo?" questions ...
Adding a logo is a pretty trivial task. If one don't know how to do such a basic, then there is neither need nor justification to add a logo. Really not. ![]() Besides, the question has been asked a 1000 times already, and has been answered same often.
__________________
We´re at the beginning of the end of mankind´s childhood |
|
|
|
|
|
#5 | Link |
|
Moderator
![]() Join Date: Oct 2002
Location: U.S. of A.
Posts: 1,307
|
, Nick. Successfully creating and encoding a logo for the Nth time would be a trivial task for someone with a lot of experience. This is the first time I've seen this request show up in Noobs since I've been here; that, or my memory is failing. ![]() It seems fairly common for new members to be overwhelmed by the amount of knowledge on store here at Doom9 and consequently post in Newbies until they get their bearings and build up a little confidence. If a strict interpretation of Rule1 and 1a were applied, all we'd ever need to respond with, is "Asked, and answered. Use the search button." ammck55 |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|