Log in

View Full Version : FILM and NTSC combined movies


AlexeyS
23rd May 2005, 01:04
My first question is how to deinterlace such kind of movies? If I use Forced Film with DGIndex and telecide(order=1,post=0) with AviSynth, I get ideal deinterlace in FILM parts of movie and still interlaced fields in NTSC parts.

Here are examples of RAW NTSC (http://www.callofdutyserver.net/iii/ntsc.m2v) and FILM (http://www.callofdutyserver.net/iii/film.m2v) parts.

My second question is why people make such kind of movies with combined NTSC and FILM? :confused:

stickboy
23rd May 2005, 01:35
Originally posted by AlexeyS
My second question is why people make such kind of movies with combined NTSC and FILM? :confused:They're not movies. They're television shows that were recorded to film and then telecined to video before editing and adding special effects. Star Trek: TNG is the notorious example.

Search the forums for "hybrid video" (or for "Star Trek").

Guest
23rd May 2005, 03:51
The Decomb manual describes some options for handling hybrid video. Did you read that?

AlexeyS
23rd May 2005, 05:34
Originally posted by neuron2
The Decomb manual describes some options for handling hybrid video. Did you read that?
I didn't knew it calls "hybrid video". :) I'll read...

AlexeyS
27th May 2005, 04:28
I've just encoded whole movie. And there is problem. I see sometimes backwards frames. For example, car goes from left to right and at one frame, it goes from right to left, then left to right again.

I see this just few times per whole movie.

I've tried to save new project with DGIndex (D2V) and demuxed video (M2V).

So, demuxed M2V works fine with AVS script. D2V works not properly.
Is it bug of DGIndex or I've did something wrong? :confused:

Also, M2V shows like FILM, but when using D2V, I see interlaced fields. :confused:

M2V and D2V (http://www.callofdutyserver.net/iii/sample.rar).

I can see this problems even when I use simple script:
loadplugin("c:\Program Files\AviSynth2\plugins\dgdecode.dll")
loadplugin("c:\Program Files\AviSynth2\plugins\decomb.dll")
MPEG2Source("d:\shreck2\sample.d2v")

Guest
27th May 2005, 04:50
Your D2V file refers to an MPG file but your RAR file includes an M2V. That leaves me unable to duplicate your process and see any problem. Please provide the files and the exact processing steps I need to replicate your issue.

If you are getting field order problems, try running DGFix on your D2V.

And by the way, you're doing the kitchen sink thing again. Please start new threads for new problems. Thank you.

AlexeyS
27th May 2005, 19:14
Originally posted by neuron2
Your D2V file refers to an MPG file but your RAR file includes an M2V. That leaves me unable to duplicate your process and see any problem. Please provide the files and the exact processing steps I need to replicate your issue.

If you are getting field order problems, try running DGFix on your D2V.

And by the way, you're doing the kitchen sink thing again. Please start new threads for new problems. Thank you.
Could you give me idea where I can get DGFix software?

Cyberia
27th May 2005, 19:56
DGFix is part of neuron2's DGMPGDec package, available here: http://neuron2.net/dgmpgdec/dgmpgdec.html

AlexeyS
27th May 2005, 20:58
Originally posted by Cyberia
DGFix is part of neuron2's DGMPGDec package, available here: http://neuron2.net/dgmpgdec/dgmpgdec.html
Sorry, I've had old version of DGIndex (1.3.0 beta 5) without DGFix...

AlexeyS
27th May 2005, 21:18
Still have this problem (DGFix didn't helped). Started new thread here (http://forum.doom9.org/showthread.php?s=&threadid=95078).