Thread: telecined
View Single Post
Old 25th February 2015, 16:22   #1  |  Link
jriker1
Registered User
 
Join Date: Dec 2003
Posts: 485
telecined

I have some footage that as I scroll thru it I occasionally notice interlacing. Tried running it thru dgindex but it keeps hanging partly thru the video so can't get a complete read. Died 9 minutes into the video at 98.6% FILM. Is it normal that you would have a video that is mostly progressive and occasionally has telecide? I'm assuming this is what's happening unless you have have part progressive and part interlaced materials which I guess you could. I was going to pass it thru this:

tfm(mode=5,pp=0,slow=1)
tdecimate(cycle=5)

but thought I would put it out here first to get input. Original file comes from DVD NTSC.

Thanks.

JR

EDIT: I ran my video thru the above and occasionally still see things like this:



EDIT EDIT: I ran the original VOB files for the entire DVD, not just the one chapter thru dvindex as knew that would go thru came out as:

Frame Rate: 29.970030
Video Type: Film 96.77%
Sequence: Field/Frame
Frame Type: Progressive
Field Order: Top

EDIT EDIT EDIT: If I do a deinterlace or a deinterlace AND detecine I still see some of these artifacts.

EDIT EDIT EDIT EDIT: Here is the basic summary from Mediainfo:

Code:
Video
ID                                       : 224 (0xE0)
Format                                   : MPEG Video
Format version                           : Version 2
Format profile                           : Main@Main
Format settings, BVOP                    : Yes
Format settings, Matrix                  : Custom
Format settings, GOP                     : Variable
Format settings, picture structure       : Frame
Bit rate mode                            : Variable
Maximum bit rate                         : 9 800 Kbps
Width                                    : 720 pixels
Height                                   : 480 pixels
Display aspect ratio                     : 4:3
Frame rate                               : 29.970 fps
Standard                                 : NTSC
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Interlaced
Scan order                               : Top Field First
Compression mode                         : Lossy
Time code of first frame                 : 01:33:08;04
Time code source                         : Group of pictures header
Should be noted that depending on which VOB in the set I open, MediaInfo reports 23.976 with 2:3 pulldown and progressive or 29.97 interlaced.

Also this is the pattern in the action scenes. Also see interlacing between scene transitions:

progressive
progressive
progressive
interlaced
interlaced
progressive
progressive
progressive
interlaced
interlaced
progressive
progressive
progressive
interlaced
interlaced
progressive
progressive
progressive
interlaced
interlaced
progressive

If I deinterlace with QTGMC it seems like on the interlaced frames there is duplication as when i step thru the frame looks the same on two frames just slightly tinted differently.

EDIT EDIT EDIT EDIT EDIT: Here is the result of F5 on DGIndex running all the way thru the footage:



Interesting it shows 98% FILM but Interlaced. Think that's interesting. I'm assuming this is a form of telecine even though the output from AVISynth detelecine filter used wasn't clean. Tried it thru Handbrake with setting the detelecine to default. Seemed to do a better job, but not sure if it's the best tool to use or what frame rate I am supposed to select when doing this. Be it Source, or 29.97 or 23.976. But just rambling. Not sure Handbrake is the best path for this. Or if I should select Forced Film in DGIndex and using AVISynth process it with no additional filters thru VDub?

EDIT EDIT EDIT EDIT EDIT EDIT: Tried both d2v ideas, honoring pulldown and forced film. Both still showed artifacts in some motions. Forced Film version less. Right now looks like if you use the honor pulldown option in DGIndex in the d2v file and then the detecine method at the top of my post it works better together than running on the MKV. I will stop babbling here in the hopes an expert will tell me what I'm doing right or wrong or how I should proceed for optimal output.

EDIT EDIT EDIT EDIT EDIT EDIT EDIT: OK, guess I solved this myself. Seems running with an MKV in AVISynth causes the detelecine to be ineffective. I did the following:

- MakeMKV individual movies to MKV so I break up the VOB's by episode.
- In DOS convert MKV to VOB: z:\ffmpeg\bin\ffmpeg.exe -i <file>.mkv -acodec copy -vcodec copy <file>.vob
- Open vob in dgindex and create d2v file making sure honor pulldown flag is set and save project d2v file
- Create AVS file similar to:
V=MPEG2Source("D:\Conversion\2 - Working\Rodgers\title00.d2v")
A=NicAC3Source("D:\Conversion\2 - Working\Rodgers\title00 T80 2_0ch 192Kbps DELAY 0ms.ac3")
AudioDub(V, A)
tfm(mode=5,pp=0,slow=1)
tdecimate(cycle=5)
- Open AVS in VDub (make sure detelecine is necessary by scanning for switching progressive and interlaced flags without the tfm and tdecimate lines in the AVS)
Video > Fast Recompress
Video > Compression > Lagarith > YUY2
Audio > Direct Stream Copy
File > Save as AVI
Then process resulting AVI as you wish. In my case into Premiere Pro to run NeatVideo on the content.

It should be noticed that one of the VOB files I created came out Progressive not Interlaced in DGIndex and Film was like 99.8%. Looking at it manually still showed it was telecined.

If anyone has any input other than it's a painful process, let me know.

JR

Last edited by jriker1; 26th February 2015 at 21:12.
jriker1 is offline   Reply With Quote