Top "Codec" questions

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

Print to UTF-8 encoded file, with platform-dependent newlines?

In Python, what is the best way to write to a UTF-8 encoded file with platform-dependent newlines? the solution would …

python text utf-8 newline codec
Enabling libfdk_aac in ffmpeg installed with Homebrew

On macOs I always used to install or update ffmpeg through Homebrew. I use the libfdk_aac audio codec a …

macos ffmpeg homebrew codec
How to use Blob URL, MediaSource or other methods to play concatenated Blobs of media fragments?

Am attempting to implement, for lack of a different description, an offline media context. The concept is to create 1 second …

javascript media codec media-source bloburls
Video Format Analyzer

I have a video file I don't know what format it is. Is there a software can analyze what kind …

media converter codec transcoding
HEX decoding in Python 3.2

In Python 2.x I'm able to do this: >>> '4f6c6567'.decode('hex_codec') 'Oleg' But …

python python-3.x codec
mpeg 2 decoding

I want to understand how video and audio decoding works, specially the timing synchronization (how to get 30fps video, how …

c++ c video codec mpeg
Is there a good open codec for screencast compression

Video captured from computer screens can be compressed very well by codecs that are optimised for screen video. Generally, this …

video screen codec
Create video from images

Is there a way to create a video from a series of images on android? Maybe a way to extend …

android image video codec
MPEG-4 and alpha transparency - the ongoing saga

I'd like to reach some sort of definitive answer for the following questions: Is alpha transparency supported in MPEG-4-based …

video ffmpeg codec mpeg-4
Open and read avi files with OpenCV - Ubuntu

I have just read this in the book OpenCV 2 Computer Vision Application Programming Cookbook by R. Laganiere : It is important …

ubuntu opencv codec avi