I have a windows App, capturing a frame form a webcam at 100ms interval. That should be a 10fps rate, but if I configure the theora header with this values ti.fps_numerator=10; ti.fps_denominator=1; VLC tells me that it has a 10.0 fps rate but the video is not ok. Instead, if I give it this values ti.fps_numerator=100; ti.fps_denominator=1; It works ok, but VLC tells me it has a 100fps rate. I have tried encoding a 10fps video captured with other program and encoded with ffmpeg2theora and it works ok. Any help? -- http://www.apple.com A veces me da por ahi. Otras como que no. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20060730/d9234438/attachment.html
On Sun, Jul 30, 2006 at 07:59:49PM +0200, Jere Gmail wrote:> I have a windows App, capturing a frame form a webcam at 100ms interval. > That should be a 10fps rate, but if I configure the theora header with this > values > ti.fps_numerator=10; > ti.fps_denominator=1; > VLC tells me that it has a 10.0 fps rate but the video is not ok.Can you be more specific about "not ok"? -r