Example FLV file with Speex encoded audio?

Can someone point me to an example of a Flash video file with a soundtrack encoded in Speex, freely downloaded from somewhere on the Internet?

The video can be in any codec (ideally not.)

I am trying to develop an application to create such a file programmatically and would like a valid example to be compared with my result for debugging purposes.


This link claims to be Speex in FLV, but it doesn’t work in any of the players I tried in.


This file is readable, but allegedly contains an error (but I don't know what it is)

+3
source share
2 answers

, flv-. ffmpeg, - ffmpeg -i blah.avi -i blah.mp3 -vcodec copy -acodec copy out.flv. ( ) .

+2
+1

All Articles