Tv Static (odd question)
-
ANBU_Itaichi1986
- Joined: Tue Nov 04, 2003 2:56 pm
Tv Static (odd question)
Where would be the best place to find actuall tv static to use in an AMV, and not just the noise effect?
- Minion
- Joined: Sat May 22, 2004 10:16 pm
- Location: orlando
- Contact:
this is the wrong area to ask, but i would probably go with adding alot of noise to the clip in premiere, then maybe grayscale it so theres no color.
KioAtWork: I'm so bored. I don't have class again for another half hour.
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes
- Moonie
- Give me some candy!
- Joined: Sun Aug 17, 2003 9:37 am
- Status: HP:11900 Strength: 940 Gold:60000 MP:1200
- Location: Garland, Tx
Re: Tv Static (odd question)
This belongs in the "general video" section.ANBU_Itaichi1986 wrote:Where would be the best place to find actuall tv static to use in an AMV, and not just the noise effect?
Are you looking for a program that can make tv static or static clips already made you can use?
Magix Movie Edit Pro can do that kind of effect i think.
I also have a clip of tv static that you can use if you want.
- CrackTheSky
- has trust issues
- Joined: Sun Aug 27, 2006 11:01 pm
- Status: Maybe editing?
- Location: Chicago
Re: Tv Static (odd question)
An actual TV.ANBU_Itaichi1986 wrote:Where would be the best place to find actuall tv static to use in an AMV, and not just the noise effect?
-
ANBU_Itaichi1986
- Joined: Tue Nov 04, 2003 2:56 pm
- Moonie
- Give me some candy!
- Joined: Sun Aug 17, 2003 9:37 am
- Status: HP:11900 Strength: 940 Gold:60000 MP:1200
- Location: Garland, Tx
Im not sure if this is what you need or not, but here are 2 static clips you could try
and just use a fade transition with them and your video.
http://download.yousendit.com/D00E010941F36D2F
or
http://download.yousendit.com/BAC39D1653DA6E03
and just use a fade transition with them and your video.
http://download.yousendit.com/D00E010941F36D2F
or
http://download.yousendit.com/BAC39D1653DA6E03
- JaddziaDax
- Crazy Cat Lady!
- Joined: Tue Mar 16, 2004 6:25 am
- Status: I live?
- Location: Somewhere I think O.o
- Contact:
- AMV_4000
- Joined: Wed Apr 10, 2002 6:29 am
- Location: USA
- Contact:
- AMV_4000
- Joined: Wed Apr 10, 2002 6:29 am
- Location: USA
- Contact:
- Melanchthon
- Joined: Thu Sep 02, 2004 11:12 am
AviSynth script:
blankclip(fps=desired framerate,length=number of frames needed,pixel_type="yv12",color=$808080)
pointresize(320,240)
addgrain(500000,0.25,0.25)
pointresize(desired width of clip,desired height of clip)
levels(50,1,230,0,255)
blur(1)
Did this a while ago while I was bored, and it's only been tested at 640x480. It could do with some cleaning up, but I can't remember the name of the size parameters for blankclip and pointresize is fast enough anyway.
It attempts to mimic TV snow and requires AddGrain, which can be found here.
blankclip(fps=desired framerate,length=number of frames needed,pixel_type="yv12",color=$808080)
pointresize(320,240)
addgrain(500000,0.25,0.25)
pointresize(desired width of clip,desired height of clip)
levels(50,1,230,0,255)
blur(1)
Did this a while ago while I was bored, and it's only been tested at 640x480. It could do with some cleaning up, but I can't remember the name of the size parameters for blankclip and pointresize is fast enough anyway.
It attempts to mimic TV snow and requires AddGrain, which can be found here.







