yoshikunai
26th April 2002, 20:25
Hey, everyone. I've followed threads in this forum for months, but this is my first post. I hope that I'm not being overly ignorant by asking this, or repeating someone else's question. I've read a lot about IVTC, 3:2 Pulldown and interlacing but I confess I still don't understand all of it.
Here's my question: How should I deal with telecine, interlace, and decimate issues when encoding these five DVDs to one CD DivX 5.0.1 files? The last encode I did, I used these AviSynth settings with decomb:
Telecide(guide=1,gthresh=50,chroma=true,threshold=30)
#Decimate(mode=1,threshold=50)
When decimate was on, I'd get choppy pans (the 'camera' wouldn't move smoothly), so I turned it off and kept a 29.97 FPS. I'd like to get that to the ~23.97 FPS if I could, but I'm not sure where it's safe.
(on a side note -- when I use vobsub and decomb's decimate together in the same .avs file, virtualdub 'crashes' before encoding)
If something has a tricky frame order changes partway through the video, I don't need to try TMPG, right? Will decomb's telecide(gthresh=x) and decimate(threshold=x) handle pattern changes just as well (and what specific settings are recommended)? Should I forget decimate for anything that has a long stretch of pure interlaced video? I have read doom9's decomb guide and the decomb manual, but am still shakey on some of these issues.
Here are the videos and their pertinent information. I hope I've left nothing out.
THE BIG O
About ten seconds of interlaced, then mixed at FILM: 70. NTSC: 30.
29.97, 4:3
Repeating frame pattern appears to be 3 non-interlaced, then 2 interlaced.
GRAVE OF THE FIREFLIES
Completely progressive. FILM: 80. NTSC: 20. Goes for long stretches without switching between FILM and NTSC.
29.97 4:3
SAILOR MOON R
Periods of interlaced interrupted by mixed. FILM: 15. NTSC: 85.
29.97 4:3
MACROSS 3 - 4
Completely interlaced, completely NTSC.
29.97 4:3
WINGS OF HONNEAMISE
Completely progressive, completely NTSC.
29.97 16:9
If I understand right, Macross 3-4 should get FieldDeinterlace(), Wings of Honneamise should get Telecide(post=false) ?; Decimate(cycle=5), and I'm really not sure about the rest. I think some people always recommend decimating to put the %20 saved space to the quality of the other frames, regardless of actual frame order. Is this generally an acceptable practice?
Looks I managed to fit a lot of questions into one post. Thanks very much for advice on any of them.
yoshi-kun
yoshikunai@hotmail.com
The full AVS file I used:
LoadPlugin("C:\Video\GORDIA~1\mpeg2dec.dll")
LoadPlugin("C:\WINDOWS\System32\vobsub.dll")
LoadPlugin("C:\Video\GORDIA~1\decomb.dll")
mpeg2source("C:\Anime\angel sanctuary.d2v")
Telecide(guide=1,gthresh=50,chroma=true,threshold=30)
#Decimate(mode=1,threshold=50)
crop(8,0,704,480)
VobSub("C:\Anime\angel sanctuary_0")
BicubicResize(640,480,0,0.5)
System Specs:
Athlon XP 1800
ECS K7S5A Motherboard (SIS 735 Chipset)
Windows XP HE
Virtualdub 1.4.10
DVD2AVI 1.85
Decomb 3.8
Here's my question: How should I deal with telecine, interlace, and decimate issues when encoding these five DVDs to one CD DivX 5.0.1 files? The last encode I did, I used these AviSynth settings with decomb:
Telecide(guide=1,gthresh=50,chroma=true,threshold=30)
#Decimate(mode=1,threshold=50)
When decimate was on, I'd get choppy pans (the 'camera' wouldn't move smoothly), so I turned it off and kept a 29.97 FPS. I'd like to get that to the ~23.97 FPS if I could, but I'm not sure where it's safe.
(on a side note -- when I use vobsub and decomb's decimate together in the same .avs file, virtualdub 'crashes' before encoding)
If something has a tricky frame order changes partway through the video, I don't need to try TMPG, right? Will decomb's telecide(gthresh=x) and decimate(threshold=x) handle pattern changes just as well (and what specific settings are recommended)? Should I forget decimate for anything that has a long stretch of pure interlaced video? I have read doom9's decomb guide and the decomb manual, but am still shakey on some of these issues.
Here are the videos and their pertinent information. I hope I've left nothing out.
THE BIG O
About ten seconds of interlaced, then mixed at FILM: 70. NTSC: 30.
29.97, 4:3
Repeating frame pattern appears to be 3 non-interlaced, then 2 interlaced.
GRAVE OF THE FIREFLIES
Completely progressive. FILM: 80. NTSC: 20. Goes for long stretches without switching between FILM and NTSC.
29.97 4:3
SAILOR MOON R
Periods of interlaced interrupted by mixed. FILM: 15. NTSC: 85.
29.97 4:3
MACROSS 3 - 4
Completely interlaced, completely NTSC.
29.97 4:3
WINGS OF HONNEAMISE
Completely progressive, completely NTSC.
29.97 16:9
If I understand right, Macross 3-4 should get FieldDeinterlace(), Wings of Honneamise should get Telecide(post=false) ?; Decimate(cycle=5), and I'm really not sure about the rest. I think some people always recommend decimating to put the %20 saved space to the quality of the other frames, regardless of actual frame order. Is this generally an acceptable practice?
Looks I managed to fit a lot of questions into one post. Thanks very much for advice on any of them.
yoshi-kun
yoshikunai@hotmail.com
The full AVS file I used:
LoadPlugin("C:\Video\GORDIA~1\mpeg2dec.dll")
LoadPlugin("C:\WINDOWS\System32\vobsub.dll")
LoadPlugin("C:\Video\GORDIA~1\decomb.dll")
mpeg2source("C:\Anime\angel sanctuary.d2v")
Telecide(guide=1,gthresh=50,chroma=true,threshold=30)
#Decimate(mode=1,threshold=50)
crop(8,0,704,480)
VobSub("C:\Anime\angel sanctuary_0")
BicubicResize(640,480,0,0.5)
System Specs:
Athlon XP 1800
ECS K7S5A Motherboard (SIS 735 Chipset)
Windows XP HE
Virtualdub 1.4.10
DVD2AVI 1.85
Decomb 3.8