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)

Analyze partial or corrupted QR codes

How can I analyze broken/partial QR codes? Normally a QR decoder will just tell you that the data can …

decode qr-code
Decode JPEG2000 bitarray image with Javascript

I'm using HTML5 technology with the FileApi. My problem is very simple, but i'm searching since 2 days ago and I …

javascript decode dicom fileapi jpeg2000
CloudWatch logs stream to Lambda python

I have created a subscription filter in CloudWatch log group and made it stream to my lambda function, but am …

python-3.x aws-lambda decode amazon-cloudwatchlogs
What does it mean "invalid NAL unit size" for h.264 decoder?

I want to transmux a .mkv file to .mp4 using Libav but when I try to decode the video h.264 …

api decode h.264 libav mux
Swift base64 decoding returns nil

I am trying to decode a base64 string to an image in Swift using the following code: let decodedData=NSData(…

ios swift uiimage base64 decode
Base64-decode a string using NetEncoding in Delphi XE7?

In Delphi XE7 Update 1, when trying to execute this code in a VCL program: uses System.NetEncoding; ... tempstring := TNetEncoding.Base64.…

delphi base64 decode delphi-xe7 utf8-decode
ANdroid - Run APK file after edited using apktool get error : [INSTALL_PARSE_FAILED_NO_CERTIFICATES]

I have an APK file name : Splash.apk. First i decode it using apktool apk d Splash.apk Then i …

android compiler-construction apk adb decode
How to parse the jwt token from controller $jwtManager->decode($jwt) using pure token ( token as a string )

So I'm using Lexik JWT Authentication Bundle (Symfony 2.6) and successful created user and token using this code: $userRegistration = new UserRegistration(); $…

php symfony jwt decode lexikjwtauthbundle
decodeAudioData HTML5 Audio API

I want to play audio data from an ArrayBuffer... so I generate my array and fill it with microfone input. …

javascript html buffer decode html5-audio