The same problem (crash). :-(

====================================
Crash

Assert failed :av_write_header(oc)>=0
 at line 505, file 
/build/buildd/avidemux-2.5.2/avidemux/ADM_outputs/ADM_lavformat.cppADM_backTrack
lavMuxer::open(char const*, unsigned int, ADM_MUXER_TYPE, aviInfo*, unsigned 
int, unsigned char*, WAVHeader*, unsigned int, unsigned char*)
oplug_mp4(char const*, ADM_OUT_FORMAT)
A_Save(char const*)
A_SaveWrapper(char*)
FileSel_ReadWrite(void (*)(char const*), int, char const*, char const*)
/usr/bin/avidemux() [0x81ae352]
GUI_FileSelWrite(char const*, void (*)(char const*))
HandleAction(Action)
guiCallback(_GtkMenuItem*, void*)
g_cclosure_marshal_VOID__VOID
g_closure_invoke

g_signal_emit_valist
g_signal_emit
gtk_widget_activate
gtk_menu_shell_activate_item
====================================

Ubuntu 10.04
Avidemux 2.5.2
Codec: "H263"

====================================
 //--automatically built--
var app = new Avidemux();

//** Video **
// 01 videos source 
app.forceUnpack();
app.load("...1120.avi");
app.clearSegments();
app.addSegment(0,0,123955);
app.markerA=0;
app.markerB=123954;

//** Postproc **
app.video.setPostProc(3,3,0);
app.video.fps1000 = 25000;

//** Filters **
app.video.addFilter("resize","w=176","h=144","algo=0");

//** Video Codec conf **
app.video.codec("H263", "CQ=8", "160 05 00 00 00 00 00 00 00 01 00 00 00 00 00 
00 00 00 00 00 00 02 00 00 00 1f 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 
01 00 00 00 fe ff ff ff 01 00 00 00 fb ff ff ff cd cc 4c 3d 01 00 00 00 0a d7 
23 3c 01 00 00 00 00 00 00 3f 00 00 00 3f 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 
00 00 40 1f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ");

//** Audio **
app.audio.reset();
app.audio.codec("Faac",56,4,"38 00 00 00 ");
app.audio.normalizeMode=0;
app.audio.normalizeValue=0;
app.audio.delay=0;
app.audio.mixer="NONE";
app.setContainer("MP4");
setSuccess(1);
//app.Exit(); 
====================================

If the codec is 'app.video.codecPlugin("92B544BE-59A3-4720-86F0-6AD5A2526FD2", 
"Xvid", "CQ=8" ... ', then it works...
It does not matter whether avidemux2-qt4 or avidemux2-gtk...

-- 
avidemux crashing when converting avi (mjpg) to mp4
https://bugs.launchpad.net/bugs/612298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to