Displaying 5 results from an estimated 5 matches for "flvs".
Did you mean:
flv
2011 Jan 02
7
Rails, .swf, .flv
I have the following HAML code
ul{ ''id'' => tutorials_ul }
%li
%a{''href'' => ''/videos/create-command-001.swf''}
''Edition swf''
%li
%a{''href'' => ''/videos/create-command-001.flv''}
''Edition flv''
When the user clicks on
2009 Mar 12
0
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
This is resolved:
apt-get remove libspeex-dev
cd ~/src/speex-1.2rc1/
./configure --prefix=/usr
make; make install
cd ../ffmpeg
./configure --enable-libspeex
make; make install
worked; then I was able to decode a Speex .flv file:
~/flvs$ ffmpeg -i SpeexQ6R16Efalse.flv foo.wav
FFmpeg version SVN-r17174, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --enable-libspeex --enable-libamr-nb --enable-nonfree
libavutil 49.14. 0 / 49.14. 0
libavcodec 52.15. 0 / 52.15. 0
libavformat 52.27. 0 / 52.27. 0
lib...
2010 Apr 10
3
windows(?) codec (or virus?)
The README for an AVI file I downloaded is:
Some people have reported not having the correct FLV Codec.
If this is the case with you, just download the codec from http://
jjpeg.com/flv.html -- it's totally free and safe and all that and will
allow you to see the video if you can't already.
Enjoy!
I can't seem to find much information about this codec. MoviePlayer
tried to find
2007 Aug 19
2
Fwd: [show-in-a-box] Re: Ogg
...[show-in-a-box] Re: Ogg
To: show-in-a-box@googlegroups.com
A question I have if you would know. OGG from what I know comes from
an early version of the Flash codec that ON2 is building. The FLV
file structure does not have frames, but only keyframes, to optimize
for streaming -- that's why FLVs can't be edited in Premiere or Final
Cut. Does OGG have a similar limitation of not being fame editable
and only having keyframes?
-- Enric
2009 Mar 12
2
compiling ffmpeg with --enable-libspeex (was Re: from Adobe Flex / Flash Player 10 .flv Speex via Red5 to .wav PCM?)
I am having trouble compiling ffmpeg to support speex, which didn't
work with the ubuntu libspeex-dev package, but looks like it might
with the Speex version 1.2rc1 tarball from http://speex.org/downloads/
How do I tell ffmpeg's configure and/or make to use the 1.2rc1 version
of libspeex in /usr/local/include instead of the older debian/ubuntu
libspeex-dev package in /usr/include/speex?