User:Nazo: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(add todo for crypto)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==TODO==
==TODO==
TODO: move this to proper page
===Filters===
*music visualization (audio -> video)
**iTunes visualizers (execution file, depends on environment:-( )
***VizKit (zlib license): http://www.imagomat.de/vizkit/
***Fountain Music (GPL2+): http://www.binaryminded.com/fountainmusic.html
*automatic subtitles (speech recognition) (audio -> subtitle)
**such as youtube
**CMU Sphinx (BSD license): http://cmusphinx.sourceforge.net/html/cmusphinx.php
**Julius (BSD-style license): http://julius.sourceforge.jp/en_index.php?q=index-en.html
*subtitle rendering (subtitle -> video)
*subtitle to braille (subtitle -> braille)
**Braille ASCII, Unicode (0x2800-0x28ff)
**Braille display
**AT-SPI (LGPL2+)
*text to speech for subtitle (subtitle -> audio)
**for blindness && translated subtitle situation
**looks much difficult because speech emotion keeping and speech speed control would be needed
**source audio volume down
*auto subtitle translation (subtitle -> subtitle)
**such as youtube
**Google Translation: http://translate.google.com/translate_a/t?client=t&text=%s&sl=en&tl=ja&pc=0
***poor translation quality
***maybe useless for styled subtitle like "this '''is''' a ''example''".
**karaoke-like styled song subtitle problem
*virtual theremin (video -> audio or mouse moving -> audio)
*Wizard's Toolkit like something? (text -> text)
**http://www.wizards-toolkit.org/script/index.php
===Crypto algorithms===
===Crypto algorithms===
*FFmpeg (LGPL 2.1+)
*FFmpeg (LGPL 2.1+)
Line 16: Line 45:
*Mozilla (mostly MPL 1.1/GPL 2.0+/LGPL 2.1+; no good document):
*Mozilla (mostly MPL 1.1/GPL 2.0+/LGPL 2.1+; no good document):
**http://hg.mozilla.org/mozilla-central/file/688c44602a55/security/nss/
**http://hg.mozilla.org/mozilla-central/file/688c44602a55/security/nss/
*Crypto++ (mostly Public Domain)
**http://www.cryptopp.com/


===Protocols(or Scheme)===
===Protocols(or Scheme)===
Line 203: Line 234:
**view-source: - show source (browsers)
**view-source: - show source (browsers)
**cdo: - Microsoft Office CDO Protocol
**cdo: - Microsoft Office CDO Protocol
**chrome:// - The Chrome URL (Mozilla)
**geo: - http://tools.ietf.org/html/draft-mayrhofer-geopriv-geo-uri-01
**klik:// - klik (http://klik.atekon.de/ )
**N/A - LDAP (Lightweight Directory Access Protocol)
**alsa:// - alsa input (from VLC 1.0.0-git)
**oss:// - oss input (from VLC 1.0.0-git)
**zip:// - zip compressed file(from VLC 1.0.0-git)
**N/A - DVCP (Miracle Control Protocol) https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt/docs/dvcp.txt
**N/A - SGI MVCP (Multiport Video Computer Protocol) http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi/0650/bks/SGI_Developer/books/MSB_RP/sgi_html/mvcp.html

Latest revision as of 14:02, 8 December 2009

TODO

TODO: move this to proper page

Filters

Crypto algorithms

Protocols(or Scheme)

unselected, bit dirty, protocols list I found. just ignore minorities. feel free to improve it.

"*" - supported by ffmpeg