Changes between Initial Version and Version 1 of MEDIA_ENGINE_IMPL_MAIN_R2


Ignore:
Timestamp:
08/20/09 14:49:33 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MEDIA_ENGINE_IMPL_MAIN_R2

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=MEDIA_REDESIGN_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5= Analysis = 
     6 
     7== Overview == 
     8Currently the JMF media library is used for audio and video playback and for audio recording. JMF is outdated and doesn't support much of the new codecs that exist. As an alternative FFmpeg C library is supported on all platforms targeted by Sophie and is a live project. It can encode/decode most of the existing formats/encodings with few exceptions. 
     9 
     10== Task requirements == 
     11Media will be designed to work with the FFmpeg (http://ffmpeg.org/) and within timelines. 
     12 
     13A C wrapper for capturing video will be created to work with FFmpeg for Linux, Windows and Mac OS X as well as for their 64bit versions. 
     14 
     15A C wrapper for playing back audio will be created to work with SDL or PortAudio for all platforms. 
     16 
     17A protocol has to be defined for communication between the FFmpeg wrappers and Sophie. 
     18 
     19 
     20== Task result == 
     21Demo, usage wiki page for the C wrapper. 
     22 
     23== Implementation idea == 
     24Use FFmpeg.[[BR]] 
     25Change the logic of media in author to manipulate the media timeline. 
     26 
     27== Related == 
     28[wiki:TIMELINES_REDESIGN_R1] 
     29 
     30== How to demo == 
     31 * Insert a video frame. 
     32 * Play it to see if it is ok. 
     33 * Insert audio frame. 
     34 * Play the video and audio frames. 
     35 * Start some audio playback in a system player. 
     36 * Check that sound is mixed correctly. 
     37 
     38= Design = 
     39^(Describe your design here.)^ 
     40 
     41= Implementation = 
     42^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     43 
     44= Testing = 
     45^(Place the testing results here.)^ 
     46 
     47= Comments = 
     48^(Write comments for this or later revisions here.)