Top "Codec" questions

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

ffmpeg convert mov file to mp4 for HTML5 video tag IE9

I looked everywhere here and on google - there is no valid command that works for IE9. some how IE9 …

video ffmpeg internet-explorer-9 html5-video codec
VLC: How to convert from mp4 to webm

How can I convert from mp4 to webm using VLC, if possible? What codec should I choose? Do I need …

html5-video vlc codec video-codecs
Difference between open and codecs.open in Python

There are two ways to open a text file in Python: f = open(filename) And import codecs f = codecs.open(…

python unicode codec
what is the codec for mp4 videos in python OpenCV

fourcc = cv2.cv.CV_FOURCC(*'XVID') The above line is used for avi video. In the same fashion, which codec …

python opencv ubuntu mp4 codec
Flutter images not loaded (EXCEPTION: resolving an image codec)

When I try to run images assets doesn't get properly loaded, I am getting an exception: The following assertion was …

image dart flutter codec
Fatal Python error: initfsencoding: unable to load the file system codec

I have created a .exe file of a simple script with intentions to run it on a server however I …

python exe pyinstaller codec
Can't open video using opencv

The opencv works fine when doing other things. It can open images and show images. But it can't open a …

python opencv video codec
How to determine the codec of an audio file on Windows?

I need to find the codec of an audio file. How can I do this? Do I need to write …

audio codec
Adding video codec to Android

Can someone please explain the steps I need to take in order to add a new codec to Android? Also, …

android video codec http-live-streaming mpeg2-ts
Open() and codecs.open() in Python 2.7 behave strangely different

I have a text file with first line of unicode characters and all other lines in ASCII. I try to …

python python-2.7 file-io codec python-unicode