madhatter300871
2nd October 2007, 14:40
Hi
I capture PAL TV at 768x576 using huffyuv 2.2.0. I then process using avisynth frameserved into virtualdub (set to fast recompress) and onto either DivX or Xvid (depending on what side of the bed I got out off!).
My filter chain is very simple, final file size is of no importance, I just aim for good quality captures to watch at a later date.
So, question number 1 :-
All PAL TV signals are interlaced, thats fundemental in how it works right ? However, I am finding that it doesnt necessarily follow that there are 50 different feilds per 1 second of video. Sometimes (often) 2 feilds are simply one progressive frame split into a bottom field and a top filed. This can easily be seen by seperating the fields in avisynth and slowly advancing through them in virtualdub. So my question is .... would any of you bother to deinterlace this type of footage ? If so, what do you do ? If not, should I be applying any type of deinterlacing -blending -bobbing- weaving filtering at all ?
Question 2 .......
I keep my filter chain very very simple.:-
ConvertToYV12 - Deinterlace (still experimenting with the different ones, and wether to bother) - Bilinear resize down to 720x576 (sometimes smaller) - some cropping and letterboxing if needed.
What is the preffered sequence for filters for the best looking result / fastest processing time (taking into account the required colourspace for certain filters off course). As a rule of thumb what comes first ? Colour conversion ? Deinterlacing ? Should I colorconvert on the interlaced signal setting interlaced=true ? Or deinterlace, treat is as progressive then color convert ? Also, if the footage is simply a progressive frame split into 2 fileds, do i just treat it as progressive set any filter interlaced= option to false ?
Hope this all makes sense and would appreciate how you guys do it.
I'll be honest, I'm getting some good results but confused as to whether Im putting my filters in the wrong order and whether I should be doing anything special with the "interlaced footage that is really just one frame split into 2 fields" situation.
Many many thanks in advance.
Chris.
I capture PAL TV at 768x576 using huffyuv 2.2.0. I then process using avisynth frameserved into virtualdub (set to fast recompress) and onto either DivX or Xvid (depending on what side of the bed I got out off!).
My filter chain is very simple, final file size is of no importance, I just aim for good quality captures to watch at a later date.
So, question number 1 :-
All PAL TV signals are interlaced, thats fundemental in how it works right ? However, I am finding that it doesnt necessarily follow that there are 50 different feilds per 1 second of video. Sometimes (often) 2 feilds are simply one progressive frame split into a bottom field and a top filed. This can easily be seen by seperating the fields in avisynth and slowly advancing through them in virtualdub. So my question is .... would any of you bother to deinterlace this type of footage ? If so, what do you do ? If not, should I be applying any type of deinterlacing -blending -bobbing- weaving filtering at all ?
Question 2 .......
I keep my filter chain very very simple.:-
ConvertToYV12 - Deinterlace (still experimenting with the different ones, and wether to bother) - Bilinear resize down to 720x576 (sometimes smaller) - some cropping and letterboxing if needed.
What is the preffered sequence for filters for the best looking result / fastest processing time (taking into account the required colourspace for certain filters off course). As a rule of thumb what comes first ? Colour conversion ? Deinterlacing ? Should I colorconvert on the interlaced signal setting interlaced=true ? Or deinterlace, treat is as progressive then color convert ? Also, if the footage is simply a progressive frame split into 2 fileds, do i just treat it as progressive set any filter interlaced= option to false ?
Hope this all makes sense and would appreciate how you guys do it.
I'll be honest, I'm getting some good results but confused as to whether Im putting my filters in the wrong order and whether I should be doing anything special with the "interlaced footage that is really just one frame split into 2 fields" situation.
Many many thanks in advance.
Chris.