Differences between revisions 13 and 14
Revision 13 as of 2005-03-04 10:34:46
Size: 4413
Editor: anonymous
Comment: missing edit-log entry for this revision
Revision 14 as of 2005-03-09 01:22:49
Size: 4482
Editor: anonymous
Comment: missing edit-log entry for this revision
Deletions are marked like this. Additions are marked like this.
Line 51: Line 51:
 * [http://www.stack.nl/~dimitri/doxygen/ doxygen] to document code

y proposal(as for now there's no name ... let's call it 'y') ;)

My idea is to create a new video editor with usability and user at center ... create "umanesimo" in software !


A new video editor with a vertical timeline (ala soundtracker or protracker)

AIM

The application should be:

  • usable for everyone! people with handycap, children, older

  • easily usable. Users should be able to use the first they see it. They should not be obliged to read tons of man pages or documentation for basic use FRTFM (Fuc* RTFM)

  • easily playable . Enjoy video! play! produce! COMMUNICATEEEE! :D

  • awesome not ugly(eye friendly). Users(not developers nor hackers nor nerds nor geeks) cares about what they see, althought it's a computer.

  • finger based video editing. Should be usable with touchscreens.

TECHNICAL CHOICE

  • The best way to have full control, and have a good ui is to implement a customized one with [http://www.libsdl.org libsdl] -> see SdlWidget

  • implements useful HIG:

[http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/anch_uidesigndev.asp micro$hot User Interface Design and Development]

[http://www-3.ibm.com/ibm/easy/eou_ext.nsf/Publish/561 ibm ease of use]

[http://benroe.com.nyud.net:8090/files/gui.html Usable GUI Design: A QuickGuide for F/OSS Developers]

[http://developer.kde.org/documentation/standards/kde/style/basics/ KDE User Interface Guidelines]

[http://www-3.ibm.com/ibm/easy/eou_ext.nsf/publish/589 Object, view and interaction design (ibm)]

[http://developer.gnome.org/projects/gup/hig/ GNOME Human Interface Guidelines]

AIM

  • Support every video and audio codec and format available (seekable)
    • encoding
    • decoding
  • Support streaming
    • network (remote video)
    • v4l1/v4l2 devices
    • ieee1394
    • non-seekable files
  • Support "live" recording
  • Easy to Use GUI
  • GUI and core communicate with OSC

TECHNICAL CHOICE

video

audio

AIM (Application features)

  • one click preview
  • video sequencer
    • clip sequencer
  • video pattern editor
    • multiple video/audio tracks
  • video pattern instrument
    • keyframing
  • video clip Audio/Video editing
    • looping
    • reverse playback (in realtime)
    • frame accurate
    • fast playback (by frame skip)
    • resampling (render option)
  • Audio support
    • on the fly resampling
    • pitching/mixing audio tracks
    • time accurate audio editing
      • - drop 1 frames every 1000 frames NTSC ?
  • Remotely controlable (OSC)
  • Realtime Editing supports compressed codecs/format in I frame only,
    • MJPEG/DV/MPEG4/ (in file container AVI/QT/Matroska (?) ) Realtime Editing supports uncompressed formats YUV 4:2:0 / 4:2:2 / 4:4:4 (8 or 10 bit?)
  • Compressed formats in which not every frame is an I frame need
    • to be transcoded into another format
  • Platforms :Linux/macosx/BSD/Embedded Systems/win32 (?) (the arian apple)

TODO

  • choose which part of freev/veejay keep
  • write a lot of code! ;)

  • conquer the world.(the always present todo :P )

Want info?

mail: kysucix _aT- dyne d0T org

mail: nelburg _aT- looze d0T net

irc: #dyne in Freenode (irc.freenode.net)

EyekoProposal (last edited 2008-06-26 09:51:49 by anonymous)