Stefan Lucke wrote: I use ffmpeg downloaded last night from cvs.[softdevice] should set volume to 0 [mpegdecoder] Fatal error! Audio codec not found what could be wrong?Message is from: codec = avcodec_find_decoder(CODEC_ID_MP2); if (!codec) { printf("[mpegdecoder] Fatal error! Audio codec not found\n"); exit(1); } ffmpeg without audio decoder ? Which version of ffmpeg do you use ? Mine is a cvs snapshot from february. Is there any other information you need to help me? Jörg |