Top "Decode" questions

To convert some encoded data (e.g. bytes, electrical signals) to some representation ready for further processing (e.g. string, object, picture)

How to decode H.264 video frame in Java environment

Does anyone know how to decode H.264 video frame in Java environment? My network camera products support the RTP/RTSP …

java decode h.264
PHP7.1 mcrypt alternative

Mcrypt function has been deprecated as of PHP 7.1.0. My deprecated string encode / decode functions: $key: secret key $str: string $encoded = …

php encoding decode mcrypt php-7.1
How to decode a unicode string Python

What is the best way to decode an encoded string that looks like: u'u\xf1somestring' ? Background: I have a …

string python-2.7 unicode decode encode
Android how to scale an image with BitmapFactory Options

I want to decode an image from the SD card with BitmapFactory.decodeFile(path, options). I also want images that …

android bitmap decode decoding bitmapfactory
PHP URL decode GET

I have been using URL decode on encoded URL variables from $_get. The current problem I am facing is I …

php get decode urlencode urldecode
How to decode base64 url in python?

For Facebook fbml Apps Facebook is sending in a signed_request parameter explained here: http://developers.facebook.com/docs/authentication/…

python facebook base64 decode
What is the equivalent of JavaScript's decodeURIcomponent in PHP?

I have a string with unicode characters that I am transferring via HTTP. This string was encoded with Javascript's encodeURIcomponent(). …

php javascript decode encode
Decoding Base64 Image

I have got a Base64 image in an HTML embedded, how can I decode this using C# or VB.net.

c# base64 decode
How to decode JSON in Flutter?

How to decode JSON in Flutter? The question is simple, but the answer isn't, at least for me. I have …

json flutter parsing decode jsondecoder
What is the difference between <class 'str'> and <type 'str'>

I am new to python. I'm confused by the <class 'str'>. I got a str by using: response = …

python types decode urllib