Pages tagged encoding:

Unicode In 5 Minutes - Second Life Wiki
http://wiki.secondlife.com/wiki/Unicode_In_5_Minutes

Nerdiness.
Encoding Video for the Web with QuickTime Pro | Motionographer | Motion graphics, design, animation, filmmaking and visual effects
http://motionographer.com/encoding-video-for-the-web-with-quicktime-pro/
Text Escaping and Unescaping in JavaScript
http://0xcc.net/jsescape/
十徳ナイフ的テキストエンコードツール 便利便利
hid.im
http://www.hid.im/
A Hidim turns a torrent into a regular PNG image
Torrent into PNG
Are you one of those people who has always wanted to hide a torrent inside an image? Wait no longer, with Hid.im it takes just one click to convert a torrent into an image file, with the option to decode it later on.
MailTo Encoder | Prevent Spam by encoding your email address
http://www.mailtoencoder.com/
Prevent spambots from getting your email, encode all the email addresses you publish on your site! Enter the address you want to encode, then put the code we provide in the source code where the address should appear and...VOILA!
防止email地址被垃圾邮件爬虫
Prevent spambots from getting your email, encode all the email addresses you publish on your site!
If you’ve encountered a situation where you leave your email address on a public website and start getting spam starting next day, then you are not alone. Mailto Encoder is a site which helps to prevent this by encoding your email address with javascript in a way that makes it unreadable to any spam bot spider or email extractor.
The Official Netflix Blog: Encoding for streaming
http://blog.netflix.com/2008/11/encoding-for-streaming.html
Pet Peeves - Unicode
http://www.itworld.com/print/58558
A list of the many challenges of internationalization. My favourite code-breaker is Russian pluralization: if you are saying "X new messages", then "messages" is spelled one way if X ends in 1, another if it ends if 2,3, or 4, and a third way if it ends in 5,6,7,8,9 or 0. I cannot imagine how annoying this must be to code.
It’s not always as simple as 'Just use Unicode'
'Let us start by looking at four main variables in the space : language, country, culture and technology. Language. Let us take that one first. How hard can that be? Well, what list of languages do you want to target? Please don't say "all of them". There is no such thing as a definitive list of languages and even if there was, the list of languages supported in Unicode changes across various incarnations of Unicode. Oh, and there are languages with unbounded sets of "characters" such as Chinese which literally cannot be fully described in Unicode.'
Some examples of why internationalization and localization are not as simple as "just use Unicode".
Nice explanation of the complexity of language support.
FFmpeg made easy | TuxRadar
http://www.tuxradar.com/content/ffmpeg-made-easy
Various example ffmpeg commands
HD Cloud - Home
http://hdcloud.com/
Fuck Yeah!!!!!
The Power User's Guide to Video Encoding with Handbrake | Maximum PC
http://www.maximumpc.com/article/features/handbrake
ウノウラボ Unoh Labs: 文字コードと携帯絵文字
http://labs.unoh.net/2009/02/post_132.html
文字コードについて説明したプレゼン資料有
携帯電話絵文字は最後のほうだけで、むしろ文字集合と文字符号化方式、文字化けについて簡単にまとまったスライドとしてまとまっているように感じた。
Faster JPEG Encoding in Flash Player 10 [ by Thibault Imbert ] < ByteArray.org
http://www.bytearray.org/?p=775
Faster JPEG Encoding with Flash Player 10 http://bit.ly/cHrQoO #flash #jpeg
作者對Flash Player10作了JPG輸出優化(比corelib的版本快了2.X以上)
JPEGEncoder
replacement jpeg encoder class
Vectorを使ったJpegエンコーダクラス
Punctuation and Glyphs — CSS Wizardry — CSS, Web Standards, Typography and Grids
http://csswizardry.com/toybox/punctuation-glyphs/
When it comes to typography on the web, there seens to be very little proper use or variation of particular glyphs and punctuation marks. For example, an abundant use of three periods (...) for an ellipsis instead of &hellip; (…), or - in place of &mdash; (—).
Strings - Dive into Python 3
http://diveintopython3.org/strings.html
When you talk about “text,” you’re probably thinking of “characters and symbols on my computer screen.” But computers don’t deal in characters and symbols; they deal in bits and bytes. Every piece of text you’ve ever seen on a computer screen is actually stored in a particular character encoding. Very roughly speaking, the character encoding provides a mapping between the stuff you see on your screen and the stuff your computer actually stores in memory and on disk. There are many different character encodings, some optimized for particular languages like Russian or Chinese or English, and others that can be used for multiple languages. In reality, it’s more complicated than that. Many characters are common to multiple encodings, but each encoding may use a different sequence of bytes to actually store those characters in memory or on disk. So you can think of the character encoding as a kind of decryption key.
Everything you thought you knew about strings is wrong.
also about UTF-32, UTF-16, UTF-8
Repeat after me: Unicode is not UTF-\d{1,2} « Enjoy, you’re doing it wrong!
http://enjoydoingitwrong.wordpress.com/2009/06/22/unicode-is-not-utf/
Unicode is a standard, UTF-8/16/32 are encodings.
Awesome Geek Blog: File transfer over sound card
http://awesomegeekblog.blogspot.com/2009/04/file-transfer-over-sound-card.html
Ah, I thought, and wrote a program that encoded data in sound. When I did it back then I used a bad algorithm. It was very noise sensitive and tried to do too much at the same time. As of then, I've improved (and simplified) the concept to using a sort of pulse width modulation (an idea I got when I read about the ZX Spectrum Tape Loader.)
Panda: Open Source Video Platform For Websites
http://www.techcrunch.com/2008/09/16/panda-open-source-video-platform-for-websites/
Panda: Open Source Video Platform For Websites - http://techcrunch.com/2008/09/16/panda-open-source-video-platform-for-websites/
Panda, an open source project, will let any site owner willing to do a little coding and integration work to allow user video uploads and playback. Think YouTube in a box.
Eine Open Source Video Plattform, die man auf einem Amazon Web Service laufen lassen kann. Ermöglicht Video-Uploads und das Abspielen von Videos auf der eigenen Homepage. YouTube in a box.
Web Service for Video & Audio Encoding/Transcoding/Converting | Zencoder
http://zencoder.com/
on demand video encoder with api
Hosted video encoding service.
Optimized Handbrake Presets to Encode Video for Your New iPad or iPhone 4
http://lifehacker.com/5572037/handbrake-presets-for-your-new-ipad-or-iphone-4
handbrake settings for iphone 4 / ipad
Falling foul of special characters « simon r jones
http://www.simonrjones.net/2010/06/falling-foul-special-characters/
These days its pretty standard to require support for multiple languages and special characters on your website. But it’s still terribly easy to trip up and make mistakes, usually indicated by weird characters popping up across your web content. Here’s a few tips on how to sort out your character encoding.
Falling foul of special characters « simon r jones
http://www.simonrjones.net/2010/06/falling-foul-special-characters/
These days its pretty standard to require support for multiple languages and special characters on your website. But it’s still terribly easy to trip up and make mistakes, usually indicated by weird characters popping up across your web content. Here’s a few tips on how to sort out your character encoding.
Home - Transloadit
http://transloadit.com/
File uploading, resizing, encoding, thumbnailing and storage. Has a jQuery plugin for a progress bar
"Let us do the processing"
Fantastic file uploading for your web application
Home - Transloadit
http://transloadit.com/
File uploading, resizing, encoding, thumbnailing and storage. Has a jQuery plugin for a progress bar
"Let us do the processing"
Fantastic file uploading for your web application