AviSynth or Other De-interlaced method?
- xnamkcor
- Joined: Wed Jul 30, 2003 2:29 pm
- Location: Mesa, AZ
AviSynth or Other De-interlaced method?
There was a certain way I've been de-interlacing my video game footage, and I was wondering if I could use a script to achieve it.
1) Record AVI
2) Discard Field 1
3) Export Frames as Images to Folder 1
4) Reload original video
5) Discard Field 2
6) Export Frames as Images to Folder 2
7) Batch rename Folder 1 Images (Start 1, Step 2)
8) Batch rename Folder 1 Images (Start 2, Step 2)
9) Copy Images from Folder 1 and 2 to Folder 3
A) Sort by name and drag into VDM
B) set appropriate Frame Rate and save
1) Record AVI
2) Discard Field 1
3) Export Frames as Images to Folder 1
4) Reload original video
5) Discard Field 2
6) Export Frames as Images to Folder 2
7) Batch rename Folder 1 Images (Start 1, Step 2)
8) Batch rename Folder 1 Images (Start 2, Step 2)
9) Copy Images from Folder 1 and 2 to Folder 3
A) Sort by name and drag into VDM
B) set appropriate Frame Rate and save
WE DRAMATIZE IT COMPLETELY!
- The Origonal Head Hunter
- The Propheteer
- Joined: Sat Jul 16, 2005 12:21 am
- Status: Hooked on a Feeling
- Location: State of Denial
Re: AviSynth or Other De-interlaced method?
Well this has proven pretty effective so far: http://www.animemusicvideos.org/forum/v ... 45&t=92326
Screenshots of your footage before and after?
Screenshots of your footage before and after?
- xnamkcor
- Joined: Wed Jul 30, 2003 2:29 pm
- Location: Mesa, AZ
Re: AviSynth or Other De-interlaced method?
Video After(You'll have to correct the AR on your end.The Origonal Head Hunter wrote:Well this has proven pretty effective so far: http://www.animemusicvideos.org/forum/v ... 45&t=92326
Screenshots of your footage before and after?
http://www.megaupload.com/?d=DB5HLXC4
Screenshot of it being interlaced(you really need an example?
http://img.photobucket.com/albums/v90/x ... elace0.png
PS: Sorry about them being different games, but I hope you get the info you needed.
WE DRAMATIZE IT COMPLETELY!
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:
Re: AviSynth or Other De-interlaced method?
i don't understand what steps 7/8 are accomplishing... the way i'm reading it you are going to end up with twice the number of frames?
what are you using the capture the video in the first place?
what are you using the capture the video in the first place?
- xnamkcor
- Joined: Wed Jul 30, 2003 2:29 pm
- Location: Mesa, AZ
Re: AviSynth or Other De-interlaced method?
Wii
NTSC M J
S-Video
ATI AIW 2006
WM9CAP
VDM
If you don't rename them alternating filenames, they overwrite each other and you lose half your frames. When you discard a field you are left with a half height set of frames. Make a set of frames for both fields and you are left with twice the frames and only half the height. In my experience, I like how stretching 640x240 to 640x480 or compressing it to 320x240 in the player looks than using normal de-interlacing methods.
NTSC M J
S-Video
ATI AIW 2006
WM9CAP
VDM
If you don't rename them alternating filenames, they overwrite each other and you lose half your frames. When you discard a field you are left with a half height set of frames. Make a set of frames for both fields and you are left with twice the frames and only half the height. In my experience, I like how stretching 640x240 to 640x480 or compressing it to 320x240 in the player looks than using normal de-interlacing methods.
WE DRAMATIZE IT COMPLETELY!
- xnamkcor
- Joined: Wed Jul 30, 2003 2:29 pm
- Location: Mesa, AZ
Re: AviSynth or Other De-interlaced method?
7) Batch rename Folder 1 Images (Start 1, Step 2)
8) Batch rename Folder 2 Images (Start 2, Step 2)
Sorry typo.
8) Batch rename Folder 2 Images (Start 2, Step 2)
Sorry typo.
WE DRAMATIZE IT COMPLETELY!
- Pwolf
- Friendly Neighborhood Pwaffle
- Joined: Thu May 03, 2001 4:17 pm
- Location: Some where in California, I forgot :\
- Contact:
Re: AviSynth or Other De-interlaced method?
what are the specs on your computer? and what codec are you using to capture with?
- xnamkcor
- Joined: Wed Jul 30, 2003 2:29 pm
- Location: Mesa, AZ
Re: AviSynth or Other De-interlaced method?
OS Name Microsoft Windows XP Home Edition
Version 5.1.2600 Service Pack 3 Build 2600
Processor x86 Family 15 Model 12 Stepping 0 AuthenticAMD ~1999 Mhz
BIOS Version/Date Phoenix Technologies, LTD 6.00 PG, 6/25/2004
SMBIOS Version 2.2
Total Physical Memory 1,024.00 MB
Available Physical Memory 596.66 MB
Total Virtual Memory 2.00 GB
Available Virtual Memory 1.96 GB
Adapter Type ATI Radeon Graphics Processor AGP (0x4150), ATI Technologies Inc. compatible
Adapter RAM 256.00 MB (268,435,456 bytes)
Driver Version 6.14.10.6891
Color Planes 1
Color Table Entries 4294967296
Resolution 640 x 480 x 60 hertz
Bits/Pixel 32
I'm using what the application refers to Uncompressed AVI. What else would I use?
Version 5.1.2600 Service Pack 3 Build 2600
Processor x86 Family 15 Model 12 Stepping 0 AuthenticAMD ~1999 Mhz
BIOS Version/Date Phoenix Technologies, LTD 6.00 PG, 6/25/2004
SMBIOS Version 2.2
Total Physical Memory 1,024.00 MB
Available Physical Memory 596.66 MB
Total Virtual Memory 2.00 GB
Available Virtual Memory 1.96 GB
Adapter Type ATI Radeon Graphics Processor AGP (0x4150), ATI Technologies Inc. compatible
Adapter RAM 256.00 MB (268,435,456 bytes)
Driver Version 6.14.10.6891
Color Planes 1
Color Table Entries 4294967296
Resolution 640 x 480 x 60 hertz
Bits/Pixel 32
I'm using what the application refers to Uncompressed AVI. What else would I use?
WE DRAMATIZE IT COMPLETELY!