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)

Decoding h264 ByteStream on Android

I want to decode and display a raw h264 video byte stream in Android and therefore I'm currently using the …

java android video decode android-mediacodec
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc3 in position 0: unexpected end of data

I'm writing a code for stemming a tweet, but I'm having issues with encoding. When I tried to apply porter …

python unicode nltk decode tweetstream