the resolution of the tenchi forver clips are the same as the tenchi muyo and universe. 640x480.... so um...I don't really understand what you mean. And if the resolution is not really the case where would I crop this...through Virtual Dub then type it again in the .avs file?RadicalEd0 wrote:Second is the tenchi forever clips were totally off aspect-ratio wise. Those need to either be letterboxed or the sides cropped off, otherwise it's going to look smashed together vertically like it does in the beta.
Post a crit on this vid :D......GOD I'm gay
Forum rules
Please observe the following unique rules for this forum:
Please observe the following unique rules for this forum:
- Please limit your new threads (not replies) to one per week. If you have several new videos to announce, create one thread for all the videos. (Note: if you forget one you can edit your post!)
- Offsite links are allowed, but you are required to have a catalog entry for that video as well. Threads announcing videos that do not contain a catalog entry will be moved to the Awaiting Catalog Entry sub-forum and will be deleted in 2 weeks if an entry is not created.
- When posting announcements, it is recommended that you include links to the catalog entries (using the video ID) in your post.
- Videos that do not contain anime are allowed to be announced in the Other Videos section and are not required to have catalog entries.
- gadoo
- Joined: Thu May 09, 2002 4:04 am
- Location: LA
- Contact:
Alright, I fixed that messed up frame part. And I will make a muuch cleaner version. but I didn;t get one thing
- RadicalEd0
- Joined: Mon Jun 24, 2002 2:58 pm
well :o the tenchi forever clips came off the dvd the same resolution as the rest, but the DVD is anamorphic, meaning it's really 16:9 widescreen but the picture is smashed up into a 720x480 frame, and the DVD player stretches it back out on playback (since the DVD standard dosent accept like, 853x480 frame sizes (16:9)). It's a way to get more resolution on the DVD than you would with letterboxing.
So what you can do to fix it is either sort of pan & scan or letterbox it yourself. That is, either stretch the frame back to 853x480 and crop off the edges so it's 640x480 or resize to 640x360 and add black bars to the top and bottom.
The anamorphic image unstretched:

the image with the right aspect ratio (letterboxed):

instead with the sides cropped:

you can do the letterbox thing in avisynth with the line
lanczosresize(640,360).addborders(0,60,0,60)
or the cropping thing with
lanczosresize(854,480).crop(106,0,-108,-0)
you could do it pretty easily in the master just by finding out the frame numbers where the tenchi forever scenes begin and end and then doing like
something like that
So what you can do to fix it is either sort of pan & scan or letterbox it yourself. That is, either stretch the frame back to 853x480 and crop off the edges so it's 640x480 or resize to 640x360 and add black bars to the top and bottom.
The anamorphic image unstretched:
the image with the right aspect ratio (letterboxed):
instead with the sides cropped:
you can do the letterbox thing in avisynth with the line
lanczosresize(640,360).addborders(0,60,0,60)
or the cropping thing with
lanczosresize(854,480).crop(106,0,-108,-0)
you could do it pretty easily in the master just by finding out the frame numbers where the tenchi forever scenes begin and end and then doing like
Code: Select all
cut1 = avisource("master.avi").trim(3520,3845).lanczosresize(640,360).addborders(0,60,0,60)
cut2 = avisource("master.avi").trim(3846,4122)
cut3 = avisource("master.avi").trim(4123,4900).lanczosresize(640,360).addborders(0,60,0,60)
return cut1 + cut2 + cut3
NMEAMV: PENIS
NMEAMV: IN
NMEAMV: YO
NMEAMV: MIXED
NMEAMV: DRINK
NMEAMV: IN
NMEAMV: YO
NMEAMV: MIXED
NMEAMV: DRINK
- Shun
- Joined: Fri Dec 20, 2002 8:04 pm
- Location: Decatur, IL
I have not seen many eps of tenchi so i cant really say i am a fan of the series. However, this video was actually pretty darn cool. The video was kinda rough in a few places and i suggest using A&E's guide. At some points i wasnt even sure if it was interlaced or not. Anyway video isnt everything and i really loved the timing in this video especially at the beggining, i can tell you took time with it. I say good job and keep the vids comming.
- zest
- Joined: Wed Apr 30, 2003 12:39 pm
- Location: Germany
wow ... i'm supprised ... this is the best tenchi muyo video i've ever seen ... well okay don't speak type is better because of the feelings ( i'm a love lover )
>_<
but wow ... timing is perfect .. style is very fresh
and the song is so fucking cool
i've heart it for the first time in a game
...
now i'll check all track lists from all tonyhawk games lol
sry for my engrish
i was about to make an tenchi muyo video ... ;_; but now ;_; lol
well
i've only got:
tenchi muyo ova dvds: 1,2,3 & movie ( tenchi muyo in love )
i dunno if this is enough ... i'm working on it ...... and damn ... you video seems very great to me ... thank you 4 one more tenchi muyo amv in my amv folder
>_<
but wow ... timing is perfect .. style is very fresh
and the song is so fucking cool
i've heart it for the first time in a game
...
now i'll check all track lists from all tonyhawk games lol
sry for my engrish

i was about to make an tenchi muyo video ... ;_; but now ;_; lol
well
i've only got:
tenchi muyo ova dvds: 1,2,3 & movie ( tenchi muyo in love )
i dunno if this is enough ... i'm working on it ...... and damn ... you video seems very great to me ... thank you 4 one more tenchi muyo amv in my amv folder

KIZ!
- gadoo
- Joined: Thu May 09, 2002 4:04 am
- Location: LA
- Contact: