Top "Codec" questions

Codec is an implementation of compression and decompression of digital data streams and signals in different scales.

Get supported Codec for Android device

Is there a way to ask an Android device what audio and video Codecs it supports for encoding? I found …

android codec mediarecorder
UnicodeDecodeError: 'ascii' codec can't decode byte 0x8b

I'm using the following code from here (with minor edits): import _pickle as cPickle def unpickle(file): fo = open(file, …

python unicode codec
Very low bitrate video codec?

I was wondering if there are any video codecs out there that are suited for extremely low bitrates, especially for …

video codec bitrate
AAC ADTS raw data strange header

I got some ADTS AAC raw data from somewhere(actually it is extracted from a demuxed file) and in theory …

audio codec multimedia aac
OpenCV/FFMpeg image capture problems

I'm trying to capture images from an IP camera in real time. The stream works perfectly well in VLC, but …

c++ video opencv codec live555
Android AudioRecord and AudioTrack codec options?

I currently use the AudioTrack and AudioRecord classes in Android. I use the pure PCM data but I was wondering …

android audio pcm codec amr
Android encoder muxer: raw h264 to mp4 container

I created a h264 raw video file, and I was able to mux it with Android MediaMuxer on Android 4.3 and …

android h.264 codec muxer jcodec
Get QString length in bytes (not characters)

I need to solve the problem opposite to this one. I have QString with non-ascii symbols. For example: Schöne …

qt text size codec qstring
How do Media Player Android apps like MXPlayer and MoboPlayer play unsupported file formats like MKV?

Android doesn't support many media file formats (files like .mkv), by default. But players like MXPlayer and MoboPlayer enables you …

android video codec mkv
How do I create a custom media player to play a custom codec in Android?

n00b here (first Android project). I have been given a custom video codec that has been integrated with an …

android video media-player codec mediaplayerservices