FFmpeg 2.0 이 릴리즈 되었습니다.
동영상 인코딩과 디코딩을 하는데 많이 사용되는 FFmpeg 2.0을 다운로드 받을수 있습니다.
http://git.videolan.org/?p=ffmpeg.git;a=blob_plain;f=Changelog
주요 변경된점
- curves filter
- reference-counting for AVFrame and AVPacket data
- ffmpeg now fails when input options are used for output file
or vice versa
- support for Monkey's Audio versions from 3.93
- perms and aperms filters
- audio filtering support in ffplay
- 10% faster aac encoding on x86 and MIPS
- sine audio filter source
- WebP demuxing and decoding support
- new ffmpeg options -filter_script and -filter_complex_script, which allow a
filtergraph description to be read from a file
- OpenCL support
- audio phaser filter
- separatefields filter
- libquvi demuxer
- uniform options syntax across all filters
- telecine filter
- new interlace filter
- smptehdbars source
- inverse telecine filters (fieldmatch and decimate)
- colorbalance filter
- colorchannelmixer filter
- The matroska demuxer can now output proper verbatim ASS packets. It will
become the default at the next libavformat major bump.
- decent native animated GIF encoding
- asetrate filter
- interleave filter
- timeline editing with filters
- vidstabdetect and vidstabtransform filters for video stabilization using
the vid.stab library
- astats filter
- trim and atrim filters
- ffmpeg -t and -ss (output-only) options are now sample-accurate when
transcoding audio
- Matroska muxer can now put the index at the beginning of the file.
- extractplanes filter
- avectorscope filter
- ADPCM DTK decoder
- ADP demuxer
- RSD demuxer
- RedSpark demuxer
- ADPCM IMA Radical decoder
- zmq filters
- DCT denoiser filter (dctdnoiz)
- Wavelet denoiser filter ported from libmpcodecs as owdenoise (formerly "ow")
- Apple Intermediate Codec decoder
- Escape 130 video decoder
- FTP protocol support
- V4L2 output device
- 3D LUT filter (lut3d)
- SMPTE 302M audio encoder
- support for slice multithreading in libavfilter
- Hald CLUT support (generation and filtering)
- VC-1 interlaced B-frame support
- support for WavPack muxing (raw and in Matroska)
- XVideo output device
- vignette filter
- True Audio (TTA) encoder
- Go2Webinar decoder
- mcdeint filter ported from libmpcodecs
- sab filter ported from libmpcodecs
- ffprobe -show_chapters option
- WavPack encoding through libwavpack
- rotate filter
- spp filter ported from libmpcodecs
- libgme support
- psnr filter
간략하게 보면
여러가지 필터가 추가되었습니다.
OpenCL을 지원합니다.
FTP 프로토콜을 지원합니다.
몇가지 출력장치가 추가되었습니다.
aac 인코딩이 10%더 빨라졌습니다.(x86, MIPS)
등등...
FFmpeg 공식 사이트
http://www.ffmpeg.org/index.html
FFmpeg 2.0 다운로드 페이지
'Software' 카테고리의 다른 글
Sublime Text 3 Beta - Editor (0) | 2013.07.16 |
---|---|
시스템 익스플로러(System Explorer) - 작업 관리자 대체 (0) | 2013.07.09 |
윈도우 8 시작 메뉴 프로그램 (0) | 2013.07.07 |