Evuraan
2009-Nov-23 01:35 UTC
[theora] ffmpeg2theora 0.25 : This doesn't look like a Speex file
why is this happening?
$ ffmpeg2theora /dev/video0 -f video4linux2 --inputfps 15 -o - |
oggfwd myhost 8000 mypass /test.ogv
[video4linux2 @ 0x196b8c0][3]Capabilities: 4000001
[video4linux2 @ 0x196b8c0]The V4L2 driver changed the 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.ogg | oggfwd myhost 8000 mypass /test.ogv
ffmpeg2theora 0.25 - Xiph.Org libtheora 1.1 20090822 (Thusnelda)
Let me know in case we need more info on this. thx in advance.!
ogg.k.ogg.k at googlemail.com
2009-Nov-23 02:02 UTC
[theora] ffmpeg2theora 0.25 : This doesn't look like a Speex file
libspeex writes "This doesn't look like a Speex file" when passed a header packet which isn't actually one (eg, when one tries to probe for Speexiness). It doesn't in itself mean that something is wrong, just that the data probed isn't Speex.