Top "Encode" questions

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

How can I perform hardware-accelerated H.264 encoding and decoding for streaming?

I am able to get the RGBA frame data from the camera, and I want to encode it in H.264 …

ios decode encode h.264
I don't understand encode and decode in Python (2.7.3)

I tried to understand by myself encode and decode in Python but nothing is really clear for me. str.encode([…

python string unicode decode encode
Encode image from URL in Base64 in Java

I want to encode and save from an URL images in Base64. I found several example doing the encoding from …

java base64 encode
Python encoded message with HMAC-SHA256

I try to encoded message with HMAC-SHA256 in python according to instructions import hmac import hashlib nonce = 1234 customer_id = 123232 api_…

python api encode hmac
How do I encode UTF-8 using the XStream framework?

Per XStream's FAQ its default parser does not preserve UTF-8 document encoding, and one must provide their own encoder. How …

xml utf-8 encode xstream
How to encode a URL in WinForms?

I'm creating a Windows application and I need to pass an encoded URL. But I'm not sure how to encode …

c# winforms url encode
What are the u's when I use json.loads?

I've been writing a Python script to parse JSON information from the Soundcloud API, and I was just wondering what …

python json encode
how to convert an image into base64 string

I want to convert image to base 64 encode to string. from that to send to server with oma_status-icon xml …

android xml encoding base64 encode
How to XOR two hex strings so that each byte is XORed separately?

I have been posting similar questions here for a couple of days now, but it seems like I was not …

python string hex encode xor
Could not deserialize key data on decoding JWT python

I am using pyjwt library for decoding the JWT token. I got this error when I am decoding. The code …

python authentication oauth jwt encode