Top "Encode" questions

to convert some data (e.g. string, picture) to some representation (e.g. bytes, electrical signals)

How to encode Recorded voice to ogg vorbis?

I have recorded voice with android AudioRecord and I would like to convert it to ogg vorbis as it is …

android audio encode oggvorbis
Why won't some MP4 videos start streaming until the entire file is downloaded?

I'm working on an application where users upload a video and play it back the browser using jwplayer, jplayer, flowplayer, …

php video ffmpeg encode
URL Escaping Chinese/Japanese Unicode Characters for Internet Explorer

I'm trying to URL-escape (percent-encode) non-ascii characters in several URLs I'm dealing with. I'm working with a flash application that …

internet-explorer url unicode escaping encode
Perl - read file with encoding method?

im not too good when it comes to encoding and I am wanting to figure out how to return data …

perl file encode entities
Convert string from xmlcharrefreplace back to utf-8

I've next part of code: In [8]: st = u"опа" In [11]: st.encode("ascii", "xmlcharrefreplace") Out[11]: 'опа' In [14]: …

python utf-8 encode unicode-string
Using AVAssetWriter to create a movie from images is not working as expected on a 3GS device

The call to appendPixelBuffer is returning NO on 3GS device (IOS 4.1), but is working well on iPhone 4 devices. The following …

iphone video encode avassetwriter
PHP urlencode - encode only the filename and dont touch the slashes

http://www.example.com/some_folder/some file [that] needs "to" be (encoded).zip urlencode($myurl); The problem is that …

php url encoding urlencode encode
org.apache.commons.codec.DecoderException: Odd number of characters

Sending hex string in url parameter and trying to convert it in to string at server side. Converting user input …

java javascript apache encode
Ideas to create a small (<10 digits), not (very) secure "hash"

I'm working on an online event ticketing system, where users will be able to self print his tickets and show …

encryption hash checksum encode
How to save XML without characters being escaped?

In my C# app, XML data may contain arbitrary element text that's already been pre-processed, so that (among other things) …

c# encode xmlwriter