Log in

View Full Version : Telecined video in menus & NM4U


t610425
12th June 2004, 09:56
Having solved the decrypting issue, (tnx for moving the thread to the corrct forum :)), I proceeded with To live and die in LA.

NM4U is characterizing the VTS_08 clips as Interlaced, checking with VD I found the 3P 2I pattern, that to my understanding means they are telecined. http://users.otenet.gr/~dataplex/tolive.avi (~3.5MB).

The NM4U script is:
import("C:\Program Files\NuMenu4U\new.avs\addaudio.avs")
LoadPlugin("C:\Program Files\NuMenu4U\new.dvd2avi\mpeg2dec3dg.dll")
Mpeg2Source("C:\TOLIVE\D_VTS_08_0\FRAMESERVING\001.d2v" ,Idct=0)
AddAudio()
ConvertToYUY2(interlaced=true)


I modified it:
import("C:\Program Files\NuMenu4U\new.avs\addaudio.avs")
LoadPlugin("C:\Program Files\NuMenu4U\new.dvd2avi\mpeg2dec3dg.dll")
Mpeg2Source("C:\TOLIVE\D_VTS_08_0\FRAMESERVING\001.d2v" ,Idct=0)
LoadPlugin("C:\Program Files\NuMenu4U\new.avs\decomb.dll")
Telecide()
Decimate()
AddAudio()
ConvertToYUY2()

Now I get Frame rate 23.976 from VD and changed the 001.ecl to
; CCE SP Trial Version -- Encoder Control List

[item]
title=C:\TOLIVE\D_VTS_08_0\FRAMESERVING\001.avs
vid_out=1
vaf_out=1
aud_out=0
aud_mode=0
video_type=4
vid_file0=C:\TOLIVE\D_VTS_08_0\FRAMESERVING\001.mpv
vid_file1=C:\TOLIVE\D_VTS_08_0\FRAMESERVING\001.mpv
vaf_file=C:\TOLIVE\D_VTS_08_0\FRAMESERVING\001.vaf
aud_file=C:\TOLIVE\D_VTS_08_0\FRAMESERVING\001.mpa
file_focused=0
width=720
height=480
timecode=0x0000000
tc_ref_frm=0
drop_frame=1
cbr_brate=3000
opv_q_factor=45
opv_brate_min=0
opv_brate_max=9000
vbr_brate_avg=1800
vbr_brate_min=0
vbr_brate_max=9000
vbr_bias=30
vbr_pass=3
create_new_vaf=1
pulldown_detect=0
letter_box=0
panscan=1
aspect_ratio=2
credits_tweak=0
credits_start=0x00000
credits_brate=1000
h_filter=0
h_filter_idx=8
use_filter=0
filter_val=4
dither=0
dither_max=8
quality_prec=16
intra_dc_prec=2
alternate_scan=0
non_linear=1
progressive=1
gop_m=3
gop_nm=4
gop_hdr=12
seq_hdr=1
seq_endcode=1
dvd=0
all_closed_gop=1
fix_gop_length=0
fix_vbv_delay=0
offset_line=0
half_width=0
half_height=0
uscc=0
lum_level=1
packet_size=2048
frame_rate_idx=1
qmat_idx=0
mpeg1=0
mpeg1_cps=1
brate_idx=7
stereo=2
samples_per_sec=44100
crc=1

[file]
name=C:\TOLIVE\D_VTS_08_0\FRAMESERVING\001.avs
type=0
frame_first=0
frame_last=1250
encode_first=0
encode_last=1250

highlighted fields changed from 1,0,4 respectively

But when I try to import the new file in Scenarist I get the error:

Error C:\TOLIVE\D_VTS_08_0\FRAMESERVING\001.mpv
Error : Frame rate (1 = 24 000+1001(23.976)) is wrong.

The Data view is:
http://users.otenet.gr/~dataplex/tolive.jpg

That is up to where I know what to do ....

All help appreciated

All the best

/edit some typos :)

/edit@13/6 Tnx for allowing me time to think! You need to run pulldown on the mpv :eek: