New FAMILUG

The PyMiers

Tuesday 2 July 2013

FFMPEG

FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation.

FFmpeg provides various tools:
  • ffmpeg is a command line tool to convert multimedia files between formats.
  • ffserver is a multimedia streaming server for live broadcasts.
  • ffplay is a simple media player based on SDL and the FFmpeg libraries.
  • ffprobe is a is a simple multimedia stream analyzer.
and developers libraries:
  • libavutil is a library containing functions for simplifying programming, including random number generators, data structures, mathematics routines, core multimedia utilities, and much more.
  • libavcodec is a library containing decoders and encoders for audio/video codecs.
  • libavformat is a library containing demuxers and muxers for multimedia container formats.
  • libavdevice is a library containing input and output devices for grabbing from and rendering to many common multimedia input/output software frameworks, including Video4Linux, Video4Linux2, VfW, and ALSA.
  • libavfilter is a library containing media filters.
  • libswscale is a library performing highly optimized image scaling and color space/pixel format conversion operations.
  • libswresample is a library performing highly optimized audio resampling, rematrixing and sample format conversion operations.
Các phần cần compile để có được ffmpeg
  • Yasm is an assembler used by x264 and FFmpeg.  
  • x264 is H.264 video encoder 
  • fdk-aac is AAC audio encoder.
  • libmp3lame is MP3 audio encoder.
  • libopus is Opus audio decoder and encoder. 
  • libvpx is VP8/VP9 video encoder and decoder.
  • FFmpeg.  
Note tạm viết lại  sau 

1 comment:

  1. đúng là iem chỉ đá qua hàng ffmpeg được thôi,
    cách đơn giản nhát để cài phiên bản mới nhất:
    dùng file deb ở đây http://ffmpeg.gusari.org/

    ReplyDelete