Comment 6 for bug 508123

Revision history for this message
Adam Pond (adpond) wrote : Re: Program crash when exporting video

I've had trouble (crash with no UI error message) exporting with several formats and was about to completely give up on OneShot as the first 3 formats I tried all happened to be the ones that failed.

Fortunately, I found that avi(h.264) actually works.

These are the formats that I tried that crash and their output from the command line.

Mov(mpeg4)
-------------------------------------------------------------------------------------------
consumer_avformat.c: audio codec libmp3lame unrecognised - ignoring
consumer_avformat.c: Unable to encode audio - disabling audio output.
[mov @ 0x1955600]track 1: codec frame size is not set
Floating point exception

MP4(xvid)
-------------------------------------------------------------------------------------------
consumer_avformat.c: audio codec libfaac unrecognised - ignoring
consumer_avformat.c: video codec libxvid unrecognised - ignoring
consumer_avformat.c: Unable to encode audio - disabling audio output.
[mp4 @ 0x1ab6320]track 1: codec frame size is not set
Floating point exception

MP4(mpeg4)
-------------------------------------------------------------------------------------------
consumer_avformat.c: audio codec libmp3lame unrecognised - ignoring
consumer_avformat.c: Unable to encode audio - disabling audio output.
[mp4 @ 0x38275a0]track 1: codec frame size is not set
Floating point exception