FFmpeg Code-In 2010: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
Initial draft page
Initial draft page


== Documentation/Marketing Proposals ==


Even 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.
 
== Coding Proposals ==
FFmpeg has always been all about code and code quality, we have plenty of [[Interesting_Patches] patches] waiting to be cleaned and committed and lots of [[Small_FFmpeg_Tasks] small 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 ===
=== FFmpeg ffmpeg video tutorials ===
Line 11: Line 21:
* How to encode to archive your footage for further editing
* How to encode to archive your footage for further editing
...
...
== Coding Proposals ==
If you are itching to get you hands dirty with code we'd like to have you try to tackle one of our many [[Small_FFmpeg_Tasks]].

Revision as of 17:59, 28 October 2010

Initial draft page


Coding Proposals

FFmpeg has always been all about code and code quality, we have plenty of [[Interesting_Patches] patches] waiting to be cleaned and committed and lots of [[Small_FFmpeg_Tasks] small 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

...