Log in

View Full Version : [resolved] AMD64 and XP SP2 = freeze


Sirber
3rd January 2005, 00:34
Hi

Using AVISynth 2.5.5 and latest alpha, video jam at first frame. It does not play nor is seekable. Is anyone having the same problem?

CPU: AMD64 3000+
OS: XP (32bit) SP2

Thanks,

Stéphane

[edit]

This is for DShow mode only. With AVISource, works #1.

[edit]

Works #1 for playing (MPC), not encoding (producer) :(

Wilbert
3rd January 2005, 13:31
What kind of stuff did you load with DSS? Or does it happen with everything?

Sirber
3rd January 2005, 17:08
It happen with everything, like:

anime=DirectShowSource('c:\test.avi')
return anime

:confused:

ObiKenobi
3rd January 2005, 21:09
What do you need the return statement for?

stickboy
3rd January 2005, 21:28
To have the script return the clip.

The alternatives are:
anime=DirectShowSource('c:\test.avi')
anime
# There is implicit "return last" at the end of the script.or
DirectShowSource('c:\test.avi')(but Sirber probably has a reason for using a named variable)

ObiKenobi
3rd January 2005, 21:40
Originally posted by stickboy
To have the script return the clip.

Obviously, but since it does it by default it just seemed a bit pointless to me. That's all I was wondering.

Sirber
3rd January 2005, 23:01
return or not, it's not the point :rolleyes:
The point is that avisynth does not work on my system :(

Wilbert
3rd January 2005, 23:12
Hmmm, it works fine for me (but I don't have XP SP2). Does it play in Graphedit itself?

Sirber
3rd January 2005, 23:26
no, and graphedit crash: DirectShow SDK Filter Graph Editor.

The filter chain seems ok.

The audio renderer has a black clock. When I remove it, the playing works in dshow mode.

http://www.detritus.qc.ca/graphedit.PNG

anime=DirectShowSource("Y:\Anime\test.avi",audio=false) is playable :confused:

Sirber
3rd January 2005, 23:38
got it!

it was ffdshow audio :devil: I removed it and everything works #1. :D

Wilbert
3rd January 2005, 23:40
it was ffdshow audio
Could you elaborate? Did you remove ffdshow completely, disabled the audio decoding of ffdshow or something else?

Regardless, nice it's working again :)

Sirber
4th January 2005, 02:43
I disabled all decoding by ffdshow audio.

dragongodz
4th January 2005, 04:45
you could have tried disabling DEP for FFDshow as DEP has caused problems(such as with Half Life 2 i believe) with AMD64 cpus.

Sirber
4th January 2005, 05:12
I cannot disable it, and it's enabled on Windows binaries only by default, like explorer.exe.

dragongodz
4th January 2005, 05:15
I cannot disable it, and it's enabled on Windows binaries only by default, like explorer.exe.
well you can always completely disable it aswell. there are giudes on how to enable and disable it around.

Sirber
4th January 2005, 05:31
ok, but as long at it works... :) I don't think it's DEP related, sincee windows did not crash or told me it has closed a software.