On Sat, 5 Jan 2002, Brian J. Murrell wrote: > Are you using the lastest ffmpeg from CVS with NVrec-20011122? I > don't know when it was, but I think as of doing my last ffmpeg cvs > update (which I had not done previously for some time) FFMPEGrec no > long encodes audio. Here is the output from FFMPEGrec: CVS ffmpeg (plus my patches) with NVrec-20011203 (plus my patches) For some reason my NVrec.c has version set as NVrec-20011230. The configure or makefile must have reset that. I last updated from ffmpeg cvs a couple of days ago. It seems in the code that .mpeg should be correctly defaulted as mpeg format, but you might try using .mpg or adding a "-ff mpeg" > Output #1, mpeg, to '/video/test.mpeg': > Stream #1.0: Video: , 320x240, 29.97 fps, 1800 kb/s > Stream #1.1: Video: , 80 kb/s > ^^^^^^^^^^^^^^^^ You are also missing the codec type (mpeg1video and mp2). I'd check carefully the ffmpeg compile... Steve