FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. FFmpeg is developed under Linux, but it can compiled under most operating systems, including Windows.
The project is made of several components:
ffmpeg is a command line tool to convert one video file format to another. It also supports grabbing and encoding in real time from a TV card.
ffserver is an HTTP (RTSP is being developed) multimedia streaming server for live broadcasts. Time shifting of live broadcast is also supported.
ffplay is a simple media player based on SDL and on the FFmpeg libraries.
libavcodec is a library containing all the FFmpeg audio/video encoders and decoders. Most codecs were developed from scratch to ensure best performances and high code reusability.
libavformat is a library containing parsers and generators for all common audio/video formats.
http://ffmpeg.mplayerhq.hu/
This all-in-one module is based in megapack from slacky.it.Have inside:
a52dec-0.7.4
ffmpeg-20080812
libnut-20080506
amrnb-7.0.0.1
id3lib-3.8.3
libraw1394-1.3.0
amrwb-7.0.0.2
imlib2-1.4.0
mpeg4ip-1.6.1
dirac-0.10.0
lame-3.98
x264-20080503
djbfft-0.76
libdc1394-2.0.2
xvidcore-1.1.3
faac-1.26
libdts-0.0.2
faad2-2.6.1
libgsm-1.0.10_13
Converted to slax from:
http://repository.slacky.eu/slackware-12.1/multimedia/ffmpeg/
Basic use in terminal:
ffmpeg -i archive.avi archive.mpg
ffmpeg -i archive.mp3 archive.ogg
...
Enjoy!
:)
|