FFmpeg Code-In 2010: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
m (link nitpicks)
Line 4: Line 4:


== Coding Proposals ==
== Coding Proposals ==
FFmpeg has always been all about code and code quality, we have plenty of [[Interesting_Patches]] waiting to be cleaned and committed and lots of [[Small_FFmpeg_Tasks]] waiting for someone willing to pick them up.
FFmpeg has always been all about code and code quality, we have plenty of [[Interesting Patches]] waiting to be cleaned and committed and lots of [[Small FFmpeg Tasks]] waiting for someone willing to pick them up.


== Code samples ==
== Code samples ==
In between Documentation and coding. Sample code in ffmpeg is in a quite sorry state.
In between Documentation and coding. Sample code in FFmpeg is in a quite sorry state.
Writing better and more various example should improve people understanding of the library.
Writing better and more various example should improve people understanding of the library.



Revision as of 18:32, 28 October 2010

Initial draft page


Coding Proposals

FFmpeg has always been all about code and code quality, we have plenty of Interesting Patches waiting to be cleaned and committed and lots of Small FFmpeg Tasks waiting for someone willing to pick them up.

Code samples

In between Documentation and coding. Sample code in FFmpeg is in a quite sorry state. Writing better and more various example should improve people understanding of the library.


Documentation and Outreach

FFmpeg needs better documentation and is next to unknown to the general public. This section should hold proposals on how to improve the overall perception and experience of non coding users.

FFmpeg ffmpeg video tutorials

Prepare a set of video tutorials on how to encode targeting different devices.

  • How to encode for your iPod
  • How to encode for your Android device
  • How to encode to archive your footage for further editing

...