Quantcast Adding Text Logos on Top of Captured Videos? - digitalFAQ.com Forums [Archives]
  #1  
10-15-2002, 05:23 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
Hi,

how do I put text over the top of my caps to say I done the cap?
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
10-15-2002, 07:03 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by andybno1
Hi,

how do I put text over the top of my caps to say I done the cap?
Use an .avs script and add something like this: subtitle("Hello, this is my title!")
Here's the .avs I used to make one of the mpegs of the KVCD Compatibility CD-R:

LoadPlugin("C:\encoding\MPEG2DEC.dll")
LoadPlugin("C:\encoding\decomb.dll")
mpeg2source("K:\sample.d2v")
Telecide()
Decimate()
subtitle(" KVCDx3 528x480 Template Modified to 544x480")
BilinearResize(528,384,30,0,660,480)
#TemporalSmoother(2,2)
AddBorders( 8,48,8,48 )

That's it! If you want to get more fancy, check www.avisynth.org

-kwag
Reply With Quote
  #3  
10-16-2002, 07:52 AM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
cheers kwag
Reply With Quote
  #4  
11-08-2002, 08:02 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
is it possible to put text onto a captured avi file whilst its recording? If not how do I put it on after capping?
Reply With Quote
  #5  
11-09-2002, 04:24 PM
VILLA21 VILLA21 is offline
Free Member
 
Join Date: Oct 2002
Location: Greece
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
If you want to add your Logo at the top left/right corner of your captured avi"s use the Logo filter for VirtualDub:
http://sauron.mordor.net/dgraft/logo.html

or if u use AVI2SVCD:
"...To add a logo is very easy and can be done in just few seconds. Do the following:

1) make the logo as a 24 bits bmp file, with n(x)m resolution. (my advice is to use m and n smaller than 100). Save this logo as, for example, mylogo.bmp;

2) open notepad and write a text with the following informations:

---------------------------------------------------------------------
1st_frame,last_frame,0,x_PLLTC,y_PLLTC,logoname.bm p
---------------------------------------------------------------------

where PLLTC means "position of the logo's left top corner". For example, if the movie has 100000 frames and you need to put a logo at the right botton corner of the screen, from the start to the middle of its length, you will write:

--------------------------------------
10,50000,0,400,400,mylogo.bmp
--------------------------------------

save this file as, for example, addlogo.txt;

3) now, start the DVD2SVCD encoding, checkmarking "edit when dvd2avi processing is done" at frameserve tab;

4)when the avisynth script edition pop up, add the following line:

-----------------------------------------------------------------
LoadPlugin("DRIVE:\path_to_dvd2svcd_folder\DVD2SVC D\AVISYN~1.DLL")
AvisynthSubtitler("DRIVE:\path_to_addlogo_file\"," addlogo.txt")
------------------------------------------------------------------

this can be done even if you are using permanent subtitles, as for example:

--------------------------------------------------------------------
LoadPlugin("C:\ARQUIV~1\DVD2SVCD\MPEG2Dec\mpeg2dec .dll")
LoadPlugin("C:\ARQUIV~1\DVD2SVCD\AVISYN~1.DLL")
mpeg2source("C:\DOCUME~1\MEUSDO~1\doct\DVD2AV~1.D2 V")
BilinearResize(448,44
AddBorders(16,16,16,16)
AvisynthSubtitler("C:\DOCUME~1\MEUSDO~1\doctort\", "PermSubs.txt")
AvisynthSubtitler("C:\DOCUME~1\MEUSDO~1\doctort\", "addlogo.txt")
--------------------------------------------------------------------

5) save the avs file and open it with mediaplayer to verify if it is fine..."

It"s posted in the Doom"s forum months ago by "Mozart"

Hope that helps...
__________________
The aRt oF FaLLing ApaRt
Reply With Quote
  #6  
11-09-2002, 05:34 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
cheers for that but I don't want to add a image, I want to put text ontop of the captured avi file.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
VirtualDub: Help removing logos the_tone76 Video Encoding and Conversion 1 03-08-2004 12:46 PM
VirtualDub: How to remove logos? Dmaster87 Video Encoding and Conversion 6 02-15-2004 12:23 PM
Who has removed TV logos from captured videos? nicksteel Video Encoding and Conversion 6 10-29-2003 10:15 AM
what program to make VCD from captured videos? Cobraj Authoring VCD, DVD, Blu-ray 1 01-05-2003 08:18 PM
Deinterlace captured videos before making VCDs? Snake345 Authoring VCD, DVD, Blu-ray 5 08-01-2002 02:36 PM

Thread Tools



 
All times are GMT -5. The time now is 03:38 AM  —  vBulletin © Jelsoft Enterprises Ltd