Libavfilter: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(Add links)
(lavfi has already croping/fps filter)
Line 23: Line 23:
***[http://en.wikipedia.org/wiki/Bicubic_interpolation bicubic interpolation]
***[http://en.wikipedia.org/wiki/Bicubic_interpolation bicubic interpolation]
***[http://en.wikipedia.org/wiki/Trilinear_interpolation trilinear interpolation]
***[http://en.wikipedia.org/wiki/Trilinear_interpolation trilinear interpolation]
** Croping
** SSP (Statistical Post-Processing)
** SSP (Statistical Post-Processing)
** DeBlocking
** DeBlocking
Line 37: Line 36:
*** Possible sources: [http://sourceforge.net/projects/deinterlace DScaler] or [http://www.mir.com/DMG/Software/y4mscaler.html y4mscale]?
*** Possible sources: [http://sourceforge.net/projects/deinterlace DScaler] or [http://www.mir.com/DMG/Software/y4mscaler.html y4mscale]?
** NTSC => PAL, and PAL => NTSC frame-rate (FPS) adjust and reclock filter for NTSC <=> PAL conversion
** NTSC => PAL, and PAL => NTSC frame-rate (FPS) adjust and reclock filter for NTSC <=> PAL conversion
*** NTSC <=> PAL frame-rate adjust FPS ratios?: 23.97 <=> 25, 24 <=> 25, 30 <=> 25, 25 <=> 30


== Current ideas ==
== Current ideas ==

Revision as of 05:04, 3 January 2008

Until it is incorporated into FFmpeg, you may get the libavfilter source from GSoC SVN repository:

svn checkout svn://svn.mplayerhq.hu/soc/libavfilter

Please read its README to discover how to integrate it with ffmpeg and ffplay.

Reasons why a audio API is needed in FFmpeg

FFmpeg's already well-known libavcodec module has become the de facto standard library for video decoding and encoding in free software projects. Unfortunately, no similar standard library has surfaced for audio/video filtering and otherwise working with audio/video stream once it has been decoded. Various multimedia projects (such as MPlayer, Xine, GStreamer, VirtualDub, etc.) have implemented their own filter systems to various degrees of success. What is needed is a high quality audio and video filter API - efficient, flexible enough to meet all the requirements which have led various projects to invent their own filter system, and yet easy to use or develop new filters with. This proposal is to implement a high quality video API and filter library for FFmpeg, where it can be easily used by other multimedia-related software projects.

Features needed


Feature wish list

Current ideas

Threads with previous discussions in the subject:


Mentors

A'rpi (has expressed interest of possibly helping with implementing a filter API in FFmpeg, he also volunteering to help porting the MPlayer filters too if a such API becomes available http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2007-April/051164.html)


See also