Hi, I encountered this as well. The problem is a cast of AV_NOPTS_VALUE in modules/codec/ffmpeg/encoder.c in line 842 (version 0.8.6a). I posted a patch for vlc-trunk on vlc-devel yesterday. As a workaround you might consider replacing line 842 if ( frame.pts != (signed int) AV_NOPTS_VALUE &&...