Log in

View Full Version : Script for Hdtv to Dvdr?


Van the man
19th June 2005, 17:11
Hey

I need a script for my hdtv2dvdr encode,so would be great if someone could post one:

This is my Hdtv source:
.ts file
framerate 29,97

And I want it in dvdr and these settings:

Pal 25
Multipass done with CCE

scharfis_brain
19th June 2005, 17:22
you are requesting a standards conversion, which first needs some analysing on the source.

is it:
- 29.97p
- 29.97i
- 23.976p FILM telecined inte 29.97i

when this is found, a apropriate script can be done.

Van the man
19th June 2005, 17:32
the source is 1080i and the framerate is 29.97 so guess its 29.97i ?

scharfis_brain
20th June 2005, 21:57
not for sure.

take a look into the IVTC-Guide of doom9.org....

Van the man
21st June 2005, 00:18
actually I have no idea what it is....and couldnt find the answer in the IVTC guide either...

Wilbert
24th June 2005, 13:34
Make d2v file from the stream, and make the following script

Mpeg2Source("file.d2v")

Scroll through the frames:

If two out of every five frames show combing => telecined
If there's combing on all 'frames with movement' => interlaced
If you don't see combing it is progressive.

Guest
24th June 2005, 13:40
@Wilbert

How will you see combing if you do separatefields? Perhaps you should clarify.

Wilbert
24th June 2005, 23:55
Oops, thanks for pointing out the nonsense i wrote :) I edited my post.

Guest
25th June 2005, 00:27
Oops, thanks for pointing out the nonsense i wrote :) I edited my post. No problem. I'd like to just add that the D2V should be made with Field Operation None for the test you describe.