Adding blank code
- ForeverZeroo
- Joined: Sun Aug 03, 2003 7:08 pm
- Location: Philadelphia, Pa
- Contact:
Adding blank code
Whats the code for adding blank space i nthe front of my saved huffy.
Also is there a page i can go to with all the commands and explains what they do?
Also is there a page i can go to with all the commands and explains what they do?
- ForeverZeroo
- Joined: Sun Aug 03, 2003 7:08 pm
- Location: Philadelphia, Pa
- Contact:
- Kalium
- Sir Bugsalot
- Joined: Fri Oct 03, 2003 11:17 pm
- Location: Plymouth, Michigan
- ForeverZeroo
- Joined: Sun Aug 03, 2003 7:08 pm
- Location: Philadelphia, Pa
- Contact:
- LantisEscudo
- Joined: Thu Mar 08, 2001 5:21 pm
- Location: Eastern Massachusetts
- Contact:
Mine usually looks something like this.
Code: Select all
video=AVISource(........)
padding=BlankClip(video, 24) #1 second @ 24fps
padding++video++padding
| | |
AMV Contest Coordinator: Anime Boston 2016-2025 | Bakuretsu Con 2014-2024
AMV Contest Coordinator: Anime Boston 2016-2025 | Bakuretsu Con 2014-2024
- ForeverZeroo
- Joined: Sun Aug 03, 2003 7:08 pm
- Location: Philadelphia, Pa
- Contact:
- LantisEscudo
- Joined: Thu Mar 08, 2001 5:21 pm
- Location: Eastern Massachusetts
- Contact:
- ForeverZeroo
- Joined: Sun Aug 03, 2003 7:08 pm
- Location: Philadelphia, Pa
- Contact:
- LivingFlame
- Joined: Sat May 28, 2005 4:41 pm
- Location: Closer than you think...
If your video is a different frame rate, then you should use that frame rate. Also, the "#1 second @ 24fps " is just a note that was there to help you; it doesn't actually have a function. (Anything that follows a "#" in a line is ignored by AviSynth.)
The "padding++video+padding" is right though. I just tested it out myself.
The "padding++video+padding" is right though. I just tested it out myself.
... yea ...