Log in

View Full Version : Megui/Xvid: Process exits with error code: -1073741819


n0an
26th January 2012, 20:11
I am unable to encode any video to XviD (AVI) for some reason. I am using a very simple script:

DirectShowSource("C:\Users\SKITTLES2\Desktop\Capture\source.avi")
blackmanresize(656, 352)
FluxSmooth_FluxSmoothST(temporal_threshold=2, spatial_threshold=5)
Tweak(sat=1.1), cont(1.1)

http://i.imgur.com/YqJur.png

I am using Windows 7 Home Premium SP1 on Core i7 with 6GB Ram and AMD Radeon 6770M. I have no idea what is causing this issue since I haven't been able to encode a single video to XviD (AVI) on this laptop. x264 works fine.

Taurus
27th January 2012, 11:03
What's inside your avi?
Why are you decoding it with directshowsource?
If it's real avi, avisource should be the better choice :devil::D
And/or try another xvid version.
Does the same script run fine with x264?

n0an
29th January 2012, 20:52
What's inside your avi?
Why are you decoding it with directshowsource?
If it's real avi, avisource should be the better choice :devil::D
And/or try another xvid version.
Does the same script run fine with x264?

It is a test recording with Camtasia Studio and I selected ffdshow codec to encode in AVI. Avsp kept crashing when I used AVISource() - it's something about failing to constantize or something.

Yes, the same script works fine with x264. I am using Xvid 1.3.2.