码迷,mamicode.com
首页 > 系统相关 > 详细

FFMpeg2.4.2 on Ubuntu14.04

时间:2017-05-06 13:09:51      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:packet   mpeg   protoc   margin   list   com   alt   highlight   version   

??

FFmpeg 2.4 “Fresnel” – is the leading multimedia framework, cross-platform solution that is used to decode, encode, transcode, mux, demux, stream, filter and play any audio or video files. It includes libavcodec – the leading audio/video codec library. The most important thing in this release is the major version bump of the libraries. This means that this release is neither ABI-compatible nor fully API-compatible. But on the other hand it is aligned with the Libav release series, and will as a result probably end up being maintained for a long time.

技术分享

FFMPeg 2.4.4 update

  • The new field mime_type was added to AVProbeData, which can cause crashes, if it is not initialized
  • Some deprecated functions were removed
  • The avfilter_graph_parse function was made compatible with Libav
  • The Matroska demuxer now outputs verbatim ASS packets
  • Added clip() function in eval
  • dctdnoiz filter now uses a block size of 8×8 instead of 16×16 by default
  • vismv option is deprecated in favor of the codecview filter
  • libmodplug is now detected through pkg-config
  • HTML documentation generation through texi2html is deprecated in
  • favor of makeinfo/texi2any
  • ICY metadata are now requested by default with the HTTP protocol

Install FFMpeg 2.4.2 on Ubuntu 14.04 & Ubuntu 14.10

sudo add-apt-repository ppa:samrog131/ppa

sudo apt-get update

sudo apt-get install ffmpeg-real

sudo ln -sf /opt/ffmpeg/bin/ffmpeg /usr/bin/ffmpeg

FFMpeg2.4.2 on Ubuntu14.04

标签:packet   mpeg   protoc   margin   list   com   alt   highlight   version   

原文地址:http://www.cnblogs.com/yutingliuyl/p/6816210.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!