User:Nazo: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(reformatted)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==TODO==
==TODO==
==Protocols(or Scheme)==
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===
*FFmpeg (LGPL 2.1+)
**Hash: ADLER32, MD5, SHA1, CRC_8_ATM, CRC_16_ANSI, CRC_16_CCITT, CRC_32_IEEE, CRC_32_LE
**Crypto: RC4, BASE64, AES128, AES192, AES256, DES64, DES192
**Compression: LZO 1x (decode only)
*Windows (proprietary):
**http://msdn.microsoft.com/en-us/library/aa375549%28VS.85%29.aspx
*OpenSSL (Apache-style licence):
**http://www.openssl.org/docs/apps/openssl.html
*Linux (GPL 2.0):
**http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=crypto/Kconfig;hb=HEAD
*Wine (LGPL 2.1+; no good document)
**http://source.winehq.org/git/wine.git/?a=blob;f=include/wincrypt.h
**http://source.winehq.org/git/wine.git/?a=tree;f=dlls/rsaenh
*Mozilla (mostly MPL 1.1/GPL 2.0+/LGPL 2.1+; no good document):
**http://hg.mozilla.org/mozilla-central/file/688c44602a55/security/nss/
*Crypto++ (mostly Public Domain)
**http://www.cryptopp.com/
 
===Protocols(or Scheme)===
unselected, bit dirty, protocols list I found. just ignore minorities. feel free to improve it.
unselected, bit dirty, protocols list I found. just ignore minorities. feel free to improve it.


Line 186: 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