PDA

View Full Version : problem to open Link2 wrapped avi file with CCE


paul8883
26th May 2002, 17:49
try to use link2 resize a DV type 2 avi file using a avi script avs. after wrap it. It can be opened by tmpgenc, but not windows media player 7.1 neither CCE. Can anybody help me?

thanks in advanced

Wilbert
27th May 2002, 10:20
Can you post your avs-script ?

paul8883
28th May 2002, 11:10
avi script:

AVISource("c:\temp\capt001.avi")
ConvertToYUY2()
BilinearResize(448,538).AddBorders(16,19,16,19)

it's simple resize script. I change different options in link2. I think I found the problem, even I think it's strange enough.

the video are captured with scLive to dv type 2 avi. link2 said it's in RGB format, that's why I put 'ConvertToYUY2'. It dosent work if I use forced video format option (to YUY2) in link2

I choose none in 'forced video format'

in case I deselect raw audio, the wrap avi file can be opened by tmgenc but video only. CCE failed to open it (just crash with message like 'error in reading memory xxxxxx').

in case I select raw audio, tmpgenc failed to open it, but CCE can open it as a video.

Strange enough?

Wilbert
29th May 2002, 10:45
I can't help you with Link2 since I haven't used that yet.

What happens if you load this avs-file in VFAPI (see Doom's download section), save it as filename.avi and load this into TMPGEnc and CCE SP ?

What version of CCE are you using ?

(the audio can be extracted with VirtualDub)

paul8883
29th May 2002, 13:38
Yes, it works with VFAPI. I think it's problem of link2.
I used tmpgenc 253 plus & cce sp 2.62.
Thank you anyway.