Log in

View Full Version : avidemux crashes


cheshire2k
25th February 2008, 15:06
When i do a conversion with mplayer resize and crop and asharp it crashes why is this but with out asharp its fine.

LoRd_MuldeR
25th February 2008, 15:15
Maybe in bug in the "asharp" code? :p

You should submit a bugreport at the Avidemux bug tracker (http://bugs.avidemux.org/). Don't forget to attach your log file as well as a detailed description how to reproduce the crash!
Even better: Run your debugger and attach the debugger's output as well. This can be very helpful to find the problem...

BTW: I assume you have tested the latest build of Avidemux, right?

cheshire2k
25th February 2008, 15:28
im not quite sure tbh I downloaded a version that has vaq built in to stop the blocking on flat surfaces. also how do i go about getting the log and all the other things. and where the bug tracker.

thanks

chesh

LoRd_MuldeR
25th February 2008, 15:36
im not quite sure tbh I downloaded a version that has vaq built in to stop the blocking on flat surfaces. also how do i go about getting the log and all the other things. and where the bug tracker.

thanks

chesh

The VAQ patch effects the x264 encoder only. In fact only the "libx264.dll" was patched. So I highly doubt that could cause an "asharp" related crash.
Also I'm running the Avidemux version with VAQ all day long and no crash so far...

The log is found in Avidemux directory: Check out "stdout.txt" and "stderr.txt".
In latest build it was changed to "C:\Documents and Settings\<username>\avidemux\admlog.txt"

If you want to debug, you need either "gdb" (the GNU Debugger) or the "Debugging Tools for Windows".
Nevertheless I'm not sure how useful Debugger output can be from a non-debug build.

BTW: I just put Crop + MPlayer Resize + aSharp into my filter chain and no crash here...

cheshire2k
25th February 2008, 15:53
now this is strange im not getting an error now GRRRR must of been the movie i was trying to convert. If i remeber rightly it was interlaced.

Edited Now it does crash.

LoRd_MuldeR
25th February 2008, 16:03
now this is strange im not getting an error now GRRRR must of been the movie i was trying to convert. If i remeber rightly it was interlaced

Another idea that comes to my mind: It could be a resolution problem!

Some video filters act weird when you feed them with non-mod16 resolution material.
So you should make sure your video is mod16 again after Crop+Resize...

cheshire2k
25th February 2008, 16:06
where do I post the info in those to files you mentioned ?

LoRd_MuldeR
25th February 2008, 16:10
If you want to report a bug, use the bug tracker:
http://bugs.avidemux.org/

Register, login, create a new report, submit all information, be patient...