sensagent's content
Dictionary and translator for handheld
New : sensagent is now available on your handheld
Advertising ▼
Webmaster Solution
Alexandria
A windows (pop-into) of information (full-content of Sensagent) triggered by double-clicking any word on your webpage. Give contextual explanation and translation from your sites !
SensagentBox
With a SensagentBox, visitors to your site can access reliable information on over 5 million pages provided by Sensagent.com. Choose the design that fits your site.
Business solution
Improve your site content
Add new content to your site from Sensagent by XML.
Crawl products or adds
Get XML access to reach the best products.
Index images and define metadata
Get XML access to fix the meaning of your metadata.
Please, email us to describe your idea.
Lettris
Lettris is a curious tetris-clone game where all the bricks have the same square shape but different content. Each square carries a letter. To make squares disappear and save space for other squares you have to assemble English words (left, right, up, down) from the falling squares.
boggle
Boggle gives you 3 minutes to find as many words (3 letters or more) as you can in a grid of 16 letters. You can also try the grid of 16 letters. Letters must be adjacent and longer words score better. See if you can get into the grid Hall of Fame !
English dictionary
Main references
Most English definitions are provided by WordNet .
English thesaurus is mainly derived from The Integral Dictionary (TID).
English Encyclopedia is licensed by Wikipedia (GNU).
Copyrights
The wordgames anagrams, crossword, Lettris and Boggle are provided by Memodata.
The web service Alexandria is granted from Memodata for the Ebay search.
The SensagentBox are offered by sensAgent.
Translation
Change the target language to find translations.
Tips: browse the semantic fields (see From ideas to words) in two languages to learn more.
last searches on the dictionary :
computed in 0.047s
|
|
It has been suggested that Libavcodec be merged into this article or section. (Discuss) Proposed since May 2012. |
| This article relies on references to primary sources or sources affiliated with the subject, rather than references from independent authors and third-party publications. Please add citations from reliable sources. (July 2009) |
|
|
This article needs attention from an expert on the subject. Please add a reason or a talk parameter to this template to explain the issue with the article. WikiProject Computing or the Computing Portal may be able to help recruit an expert. (April 2009) |
![]() |
|
![]() FFmpeg running on Microsoft Windows |
|
| Developer(s) | FFmpeg team |
|---|---|
| Initial release | December 20, 2000 [1] |
| Stable release | 0.11.1 (June 7, 2012) [±] |
| Preview release | Git snapshot |
| Development status | Active |
| Written in | C[2] |
| Operating system | Cross-platform[3] |
| Platform | Multi-platform |
| Type | Multimedia framework |
| License | GNU LGPL 2.1+ GNU GPL 2+ Unredistributable if compiled as such[4] |
| Website | ffmpeg.org |
FFmpeg is a free software project that produces libraries and programs for handling multimedia data. The most notable parts of FFmpeg are libavcodec, an audio/video codec library used by several other projects, libavformat, an audio/video container mux and demux library, and the ffmpeg command line program for transcoding multimedia files. FFmpeg is published under the GNU Lesser General Public License 2.1+ or GNU General Public License 2+ (depending on which options are enabled).[5]
Contents |
The project was started by Fabrice Bellard[5] (using the pseudonym "Gerard Lantau"), and has been maintained by Michael Niedermayer since 2004. Many FFmpeg developers are also part of the MPlayer project. The name of the project comes from the MPEG video standards group, together with "FF" for "fast forward".[6] The logo uses a zigzag pattern that shows how MPEG video codecs handle entropy encoding.
FFmpeg is developed under GNU/Linux, but it can be compiled under most operating systems, including Mac OS X, Microsoft Windows, AmigaOS and its heir MorphOS. Most computing platforms and microprocessor instruction set architectures are also supported, like x86 (IA-32 and x86-64), PPC (PowerPC), ARM, DEC Alpha, SPARC, and MIPS.[7]
FFmpeg version 0.5 appeared after a long time without formal releases. FFmpeg developers still always recommend using the latest neutral build from their source code Git version control system.
There are two video codecs and one video container invented in the FFmpeg project during its development. The two video codecs are the lossless "FFV1", and the lossless and lossy Snow codec, the development of which has stalled, while its bitstream format hasn't been finalized yet, making it experimental for now (February 2011), and the multimedia container is "NUT" which is also not being actively developed anymore, but is still maintained.
On June 17, 2010, with version 0.6 FFmpeg also supports WebM and VP8.[8]
On July 23, 2010 Jason Garrett-Glaser, Ronald Bultje, and David Conrad of the FFmpeg Team announced the ffvp8 decoder. Through testing they determined that ffvp8 was faster than Google's own libvpx decoder.[9][10]
On March 13, 2011 a group of FFmpeg developers decided to fork the project under the name "Libav".[11][12][13] The event seems related to a recent issue in project management.[14][15] Since then, the maintainer of Debian[16] and Ubuntu[17] packages has switched them to the fork.
The project is made of several components:
Codecs which originated from within the FFmpeg project:
The FFmpeg developers have implemented among others:
The default MPEG-4 codec used by FFmpeg for encoding has the FourCC of FMP4.
FFmpeg is used by many open source (and proprietary) projects, including ffmpeg2theora, VLC, MPlayer, HandBrake, Blender, Google Chrome, YouTube[26], FaceBook[27], and others.[28]
FFmpeg handles the HTML5 Video and Audio media content in the Origyn Web Browser for MorphOS Operating System.[29][30]
A number of graphical user interfaces for FFmpeg have been developed, including Avanti,[31] Winff,[32] and the Miro Video Converter.[33]
FFmpeg contains more than 100 codecs [34] most of which do not just store uncompressed data. At least all codecs that compress information could be claimed by patent holders.[35] Such claims may be enforceable in countries like the United States which have implemented software patents, but are considered unenforceable or void in countries that have not implemented software patents. Furthermore, many of these codecs are only released under terms that forbid reverse engineering, even for purposes of interoperability. These terms of use are forbidden in certain countries. For example, some European Union nations have not implemented software patents and have laws expressly allowing reverse engineering for purposes of interoperability.[36]