Comment 17 for bug 278961

Revision history for this message
billl (olivier-rolland) wrote :

Can you please try again, this time with 'Do not remove temporary files' checked in the Preferences dialog ? After the error, go to the temporary directory (/tmp), and run the following commands:

$ mencoder -nocache -noskip -mc 0 -nosound -ovc copy -of lavf -lavfopts format=mp4 -o video.mp4 video.XXXXXX
$ MP4Box -isma -nodrop -new -brand mp42 -add video.mp4:fmt=h264:fps=25#video -add audio.XXXXXX:fmt=aac:lang=eng:#audio -chap chapters.XXXXXX movie.mp4

where XXXXXX should be replaced by the extension of the temporary files.

Does one of these commands fail ? Can you copy/paste the output of the one that fails ?

Thank you very much,

Olivier