News:

--

Main Menu

Bug Reports

Started by sanfords, February 28, 2013, 09:08:50 PM

Previous topic - Next topic

sanfords

Seems like an appropriate topic and I would say should be a secton on this forum.

I am crashing on windows 7 x64 trying to just do cuts an pastes of sections of video on an mp4 file. (not even that big 177MB)
I have the OPENGL option off.
I love this editor cuz its SIMPLE and doesn't mangle my video by reformatting it.
BUT I AM CONSISTENTLY CRASHING trying to use it.
The log ends with:
addSegment] Adding a new segment
[setContainer] setting container as index 0
[Script] QtScript INFO - Result: ADM_qtScript::Muxer(name = "")
[UI_RunApp] OpenGL enabled at built time, checking if we should run it..
[UI_RunApp] OpenGL not activated, not initialized
[HandleAction] ************ OPEN_APP_FOLDER **************

unhandled action 83

the crash file says:

Editor.closeVideo();
Editor.openVideo("C:/Users/Sandy/Desktop/Com Object Usage.mp4");
Editor.segments.clear()
Editor.segments.add(1608727500, 83299700, 0);
Editor.setMarkers(0, 83299700);

Editor.currentVideoEncoder = CopyVideoEncoder;
Editor.audioOutputs.clear();

audioOutput = new CopyAudioEncoder();
Editor.audioOutputs.add(0, audioOutput);
Editor.audioOutputs[0].drcEnabled = false;
Editor.audioOutputs[0].timeShift = 0;

Editor.currentMuxer = AviMuxer;

The video file is available upon request.

Jan Gruuthuse

What is the current avidemux version used and its revision number if present?