Top "Encode" questions

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

Safari 9.0 can not play mp4 video on the storage server

The following video link cannot be played with safari 9.0 (latest version). But older versions of safari, chrome and firefox can …

html video safari ffmpeg encode
Why can't I use HttpServerUtility.HtmlEncode inside a class?

I am trying to use the following code: string myString = HttpServerUtility.HtmlEncode("my link & details"); I am getting the …

c# .net static encode
Basic lzw compression help in python

I'm just trying to write a really basic script that'll take some input text and compress it with lzw, using …

python encode lzw
How to encode an image resource to base64?

I was wondering if there's a way to encode an image to a base64 if it was a resource for …

php image base64 gd encode
IOS cannot decode emoji unicode in json format correctly, and Emoji icons are displayed as squares

I am working on an iPhone app which allows people to send messages with Emoji icons. I saved the icon …

ios encode json emoji utf8mb4
python 3 subprocess error in bytes

Very good, I have a little problem with the output of the thread, I get in unicode or I think …

python-3.x subprocess stdin encode communicate
How to encrypt an NSString in Objective C with DES in ECB-Mode?

I am trying to encrypt an NSString in Objective C on the iPhone. At least I wan't to get a …

iphone base64 encode des
Swift encoding/decoding images for JSON

I'm kinda new to swift and i need some help with encoding some image, putting it in a JSON and …

ios json swift decode encode
Compress Videos using android MediaCodec api

I want to compress locally saved video file to a smaller size in order to upload to a server. Since …

android compression decode encode android-mediacodec
decode 7-bit GSM

I found this post on how to encode ascii data to 7-bit GSM character set, how would I decode 7-bit …

python encode codec gsm