Displaying 1 result from an estimated 1 matches for "167kbps".
Did you mean:
160kbps
2009 Nov 23
1
ffmpeg2theora 0.25 : This doesn't look like a Speex file
...he video from
384x288 to 320x240
oggfwd: Connected to server
Input #0, video4linux2, from '/dev/video0':
Duration: N/A, start: 1258938983.307552, bitrate: 18432 kb/s
Stream #0.0: Video: rawvideo, yuyv422, 320x240, 18432 kb/s, 15
tbr, 1000k tbn, 15 tbc
0:00:00.20 audio: 0kbps video: 167kbps, time elapsed: 00:00:02
notification: This doesn't look like a Speex file
0:00:00.93 audio: 0kbps video: 73kbps, time elapsed: 00:00:03
and it dies thereafter.
i work around this using ffmpeg:
ffmpeg -f video4linux2 -t 60 -s 640x480 -r 15 -i /dev/video0 /tmp/blah.ogg
and
cat blah.o...