Difference between revisions of "SoC 2010/Audio on x264"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== Abstract == | == Abstract == | ||
− | + | Implement an audio filtering system that allows transcoding of audio with resampling, sample format conversion and channel remixing. | |
− | + | ||
− | + | This is meant to be used for using with the soon-to-be-merged video filtering system for doing transcoding using only x264. | |
− | + | Is also a prerequisite for the planned --device option that will automatically downscale the video if needed, set the appropriate H.264 level options and transcode to the appropriate audio codec. | |
+ | |||
+ | == Milestones == | ||
+ | |||
+ | This list is preliminary. | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Status !! Deadline !! Description | ||
+ | |- | ||
+ | | - || May 30 || Basic audio transcoding working | ||
+ | |- | ||
+ | | - || June 6 || Integrate the audio framework into x264 | ||
+ | |- | ||
+ | | - || June 6 || Modify a muxer in x264 to support audio (most likely flv) | ||
+ | |- | ||
+ | | - || - || Implement the essential filters | ||
+ | |- | ||
+ | | - || - || Make the system automatically insert filters if needed for the target codec | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | == Repository == | ||
+ | |||
+ | * http://github.com/Kovensky/x264-audio/tree/audio_new |
Latest revision as of 17:48, 19 May 2011
This project is part of Google Summer of Code 2010.
|
Abstract
Implement an audio filtering system that allows transcoding of audio with resampling, sample format conversion and channel remixing.
This is meant to be used for using with the soon-to-be-merged video filtering system for doing transcoding using only x264. Is also a prerequisite for the planned --device option that will automatically downscale the video if needed, set the appropriate H.264 level options and transcode to the appropriate audio codec.
Milestones
This list is preliminary.
Status | Deadline | Description |
---|---|---|
- | May 30 | Basic audio transcoding working |
- | June 6 | Integrate the audio framework into x264 |
- | June 6 | Modify a muxer in x264 to support audio (most likely flv) |
- | - | Implement the essential filters |
- | - | Make the system automatically insert filters if needed for the target codec |