Log in

View Full Version : No bmp loading filter ?


yzj_dnv2
23rd August 2003, 09:50
These days I tried to insert one logo into a movie,and I need one filter to do this.Could you tell me if the filter exists?I found one filter named xlogo,and I tried the sytax from readme.But it didn't work!I know we could finish this in virtualdubmod with logo filter.Any warm-hearted people could give me some advice?Thanks~:p

killingspree
23rd August 2003, 10:29
hi,
well no wonder you didn't get xlogo working as it is a filter for logo removal... ;)

anyway, generally i wouldn't recommend adding a logo throughout the movie as it eats up a considerable amount of bitrate and also imho ditoriates the picture.

so i would say, why don't you put your logo up front for a few secs and then leave the movie alone.

if you DO want to add a logo, try the avisynth internal function imagereader (http://www.avisynth.org/index.php?page=Image) then you can work with the layer command to position the image on the right position after resizing.

hth
steVe

Gaia
23rd August 2003, 13:37
Little off topic but why you want put logo in your movie? They are really anonoying. Especially if it is there through the whole movie.

Better idea is to make somekind of credit intro if you want to show you encoded/made somenthing.

It sounds like you're planning to spread your encodes, release group don't use logos...

yzj_dnv2
25th August 2003, 02:12
Originally posted by killingspree
hi,
well no wonder you didn't get xlogo working as it is a filter for logo removal... ;)

anyway, generally i wouldn't recommend adding a logo throughout the movie as it eats up a considerable amount of bitrate and also imho ditoriates the picture.

so i would say, why don't you put your logo up front for a few secs and then leave the movie alone.

if you DO want to add a logo, try the avisynth internal function imagereader (http://www.avisynth.org/index.php?page=Image) then you can work with the layer command to position the image on the right position after resizing.

hth
steVe
Thank you very much!You are right,it do eats up a considerable amount of bitrate and also imho ditoriates the picture.But I want to add one little symbol to the opening of the movie.The link is useful to me,I can try~:D