Hello. My name is Aleksey Lekhtin. Email: byavl@papillon.ru As it describe in mplayer doc I send to you debug report and hope it will useful for yours. 1. Below is a trouble that occured when I try convert from "VIDEO: [MJPG]" to MPEG2. Same error is occured if I try convert same movie to MPEG2 but before it had been converted to DX50 successfully ( ie. MJPG --ok--> DX50 --err-> MPEG2 ). NOTE: for more details about crash see file "mencoder.bug" that placed near. As I saw from debugs info a bit memory release is occured in util.c file. I hope this problem is not so hard to fix. 2. By the way, one question is appeared when I coded other movie as DX50 -> MPEG2. Converted was done successfully, but mplayer detect this movie as below: Playing toyota1.avi.mpeg2. Cache fill: 0,00% (0 bytes) Detected AVI file format! VIDEO: [mpg2] 352x288 24bpp 25,000 fps 1123,4 kbps (137,1 kbyte/s) VIDEO: MPEG2 352x288 (aspect 1) 25,000 fps 1123,4 kbps (140,4 kbyte/s) Information about clip: Software: MEncoder dev-CVS-041115-10:00-3.2.2 Two line with FOURCC! Is it right ? 3. TROUBLE DESCRIPTION: --- coding to MPEG2 ---------------------------------------------------------- $ mencoder argasi96_raw_1MB.avi -o argasi96_raw_1MB.mpeg2 -ovc lavc -lavcopts vcodec=mpeg2video:psnr:vbitrate=6000 -oac copy [...] 1 повторяющийся(хся) кадр(а/ов)! ODML: Aspect information not (yet?) available or unspecified, not writing vprp header. Pos: 0,2s 7f ( 0%) 0fps Trem: 0min 0mb A-V:0,019 [0:0] Flushing video frames Пишу индекс AVI... Подправляю заголовок AVI... ODML: Aspect information not (yet?) available or unspecified, not writing vprp header. Поток видео: 0,000 кбит/s (0 б/с) размер: 0 байт/а/ов 0,240 сек. 7 кадр/а/ов Поток аудио: 1411,200 кбит/с (176400 б/с) размер: 88200 байт/а/ов 0,500 сек. PSNR: Y:nan, Cb:nan, Cr:nan, All:nan Segmentation fault (core dumped) --- try to watch ------------------------------------------------------------- $ mplayer argasi96_raw_1MB.mpeg2. Проигрывание argasi96_raw_1MB.mpe2. Cache fill: 1,10% (92484 bytes) Обнаружен AVI формат файла! VIDEO: [mpg2] 720x544 24bpp 24,998 fps 0,0 kbps ( 0,0 kbyte/s) MPlayer прерван сигналом 11 в модуле: video_read_properties - MPlayer сломался из-за плохого использования CPU/FPU/RAM. Перекомпилируйте MPlayer с --enable-debug и сделайте 'gdb' backtrace и дизассемблирование. Подробности, см. DOCS/HTML/ru/bugreports_what.html#bugreports_crash. - MPlayer сломался. Это не должно происходить. Это может быть ошибкой в коде MPlayer'а _или_ в Вашем драйвере _или_ Вашей версии gcc. Если Вы думаете, что в этом виноват MPlayer, пожалуйста, прочтите DOCS/HTML/ru/bugreports.html и следуйте инструкциям оттуда. Мы не сможем и не будем помогать, если Вы не предоставите эту информацию, сообщая о возможной ошибке. AGAIN: for more details about crash see file "mencoder.bug" that placed near. Best regards...