FS#28713 - [avidemux] crashes when saving video files
Attached to Project:
Arch Linux
Opened by Marek Kozlowski (guayasil) - Wednesday, 29 February 2012, 15:46 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 06 October 2012, 22:37 GMT
Opened by Marek Kozlowski (guayasil) - Wednesday, 29 February 2012, 15:46 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 06 October 2012, 22:37 GMT
|
Details
Description:
Avidemux, whenever I try to save a video (typically: XVid, AC3) the following crash occurs: CRASH: Assert failed :_roundup<MAX_BR_SLOT at line 115, file /build/src/avidemux_2.5.6/avidemux/ADM_userInterfaces/ADM_GTK/ADM_dialog/DIA_encoding.cppADM_backTrack DIA_encoding::setFps(unsigned int) GenericAviSaveProcess::setupVideo(char*) GenericAviSave::saveAvi(char const*) A_Save(char const*) A_SaveWrapper(char*) FileSel_ReadWrite(void (*)(char const*), int, char const*, char const*) avidemux2_gtk() [0x52aef5] HandleAction(Action) guiCallback(_GtkMenuItem*, void*) g_closure_invoke g_signal_emit_valist g_signal_emit_by_name g_closure_invoke g_signal_emit_valist g_signal_emit g_closure_invoke Additional info: * avidemux-gtk 2.5.6-2 Steps to reproduce: 1. Open a video file. 2. Select 'XVid, Ac3' for saving video and sound 3. Click 'Save' |
This task depends upon
Closed by Eric Belanger (Snowman)
Saturday, 06 October 2012, 22:37 GMT
Reason for closing: Upstream
Additional comments about closing: Please report upstream
Saturday, 06 October 2012, 22:37 GMT
Reason for closing: Upstream
Additional comments about closing: Please report upstream
Seems look it depends on the input file. I don't know why but:
- it opens and displays various file types and containers,
- crashes at save when the input file was a from a YT (in a `webm' container). For a few other types it seems to work OK. For "my own" avis and flvs no crashes occur. Hmm..?