Bug 401 - new package: ffmpeg
Summary: new package: ffmpeg
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: 2010.05
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-15 11:26 UTC by Sven Neumann
Modified: 2010-06-15 06:53 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
package/multimedia/ffmpeg/Config.in (756 bytes, text/plain)
2009-06-15 11:26 UTC, Sven Neumann
Details
package/multimedia/ffmpeg/ffmpeg.mk (3.90 KB, text/plain)
2009-06-15 11:27 UTC, Sven Neumann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Neumann 2009-06-15 11:26:41 UTC
Created attachment 401 [details]
package/multimedia/ffmpeg/Config.in

FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. See http://ffmpeg.org/

I am attaching Config.in and ffmpeg.mk to add ffmpeg as a new package to buildroot. So far the buildroot this package only builds libavcodec and libavformat. Support for the ffmpeg, ffplay and ffserver binaries could be added later. Another thing that could, and probably should, be added is a way to easily configure the set of supported codecs from the buildroot config system. But to keep things simple, here's a simple package definition to start with.
Comment 1 Sven Neumann 2009-06-15 11:27:10 UTC
Created attachment 403 [details]
package/multimedia/ffmpeg/ffmpeg.mk
Comment 2 Thomas Petazzoni 2010-02-21 22:32:57 UTC
Move milestone to 2010.05 since enhancements will not be handled before the release of 2010.02.
Comment 3 Peter Korsgaard 2010-06-15 06:53:09 UTC
A more complete patch series adding ffmpeg (by Luca Ceresoli) has been added to git, thanks.