PDA

View Full Version : Weird avisynth problem (It's freeze) - dss and avi-wmv


Nimo
12th May 2005, 15:48
I didn't use avisync for a long time until now. So, i'm not sure whether i miss something or not.

After i have installed both GK codec pack and rip pack (newest one). I start with this simple scrip like this

DirectShowSource("f:\RAW_video.avi", fps=23.94, convertfps=true)

This scrip should convert RAW_video.avi (which is VFR , wmv9 codec) into 23.94 fps blah blah...
Then i'll encode this files with virsualdubmod..blah blah blah....
When everything are setup. I use seek bar to check everything again and i see these frame really exist in output and input screen.
But when i press "save as" button. That is!... It all freeze.
I tried this many time. And i see those frames in input & output screen. But when i try to use "save as" button. It freeze.
I've got the same result. When try this with mpc. It's only show the first frame. And then freeze.

How can i solve this?

Wilbert
12th May 2005, 16:14
1) Could you upload that avi somewhere?

2) Does it reencode when using DirectShowSource("f:\RAW_video.avi", fps=23.94)?

edit: changed the title a bit :)

Nimo
12th May 2005, 18:17
1) Afraid i can't. sorry, i don't have any host to upload. :(
2) Yes.

But think it doesn't concern to video file itself. Because i tried formatted my computer and then install only GK. And its look like this simple scrip

DirectShowSource("file")

did not work with other format as well. (I tried XviD, mpeg1)
I still can use seek bar. But cannot encode it. Look like i'm doom... :devil:

modified : I tried aviSource and its work fine. It's look like the problem is in my PC itself. Not avisync anymore... Sorry for waste your time :mad:

Wilbert
12th May 2005, 22:08
did not work with other format as well. (I tried XviD, mpeg1)
Hmmm. Could you try with avs v2.55?

Nimo
13th May 2005, 17:59
ok, I think i found the way out.

After i have uninstall ffdshow. Everything work fine.
But i wonder we'll have better solution?