Codec is an implementation of compression and decompression of digital data streams and signals in different scales. Digital data like audio, video and electronic documents are been compressed and decompressed using codecs.

learn more… | top users | synonyms (1)

0
votes
0answers
17 views

Given the length of a video, how do I calculate how much how much space it will take after conversion?

OK so I am making a video converter and whenever user inputs a video, I want to be able to tell the user how much space on the disc it is going to take after conversion. I am using Xuggler for the ...
0
votes
0answers
15 views

How to get the names of installed video codecs in ObjectiveC

I am looking for a way to list the names of all installed video codecs with ObjectiveC on OS X Mountain Lion. There is a property of AVCaptureVideoDataOutput called availableVideoCodecTypes which ...
0
votes
0answers
23 views

FLV can play in Windows Media Player but not when WMP is embedded in Browser

I've installed LAV Filter (http://code.google.com/p/lavfilters/) (selected to install LAV Splitter, LAV Audio, LAV Video). After installation, Windows Media Player (WMP) can play FLVs with no ...
0
votes
1answer
16 views

Decoding Video Data Per Pixel / Per Frame

Are there some suggestions on decoding video data from a webcam in raw format, I would like the per pixel raster data frame per frame.
1
vote
1answer
43 views

How to tell what type the DynamicImage loaded by Codec.Picture is

I am trying to load a PNG using the JuicyPixels library and I am able to do this successfully but I then can't figure out what type the underlying image is. In the library the DynamicImage is defined ...
5
votes
2answers
267 views

Decoding audio data

I am trying to decode an Opus file back to raw 48 kHz. However I am unable to find any sample code to do that. My current code is this: void COpusCodec::Decode(unsigned char* encoded, short* ...
0
votes
0answers
19 views

How can I convert the RTP payload containing SILK-encoded audio into a file?

I have the pcap of a VoIP call involving SILK. I'm able to see in Wireshark the RTP payload. From the RTP headers I can understand the sample rate (e.g. 24 KHz) and the frame size (e.g. 20 ms). What ...
0
votes
0answers
30 views

Decode wma and wmv codecs usning ffmpeg

I am trying to receive a http stream from an analog camera that is connected to hardware encoder. The codec of http stream is wma3 for audio and wmv2 for video. I can't do this maybe because ffmpeg ...
0
votes
0answers
27 views

How to get crypto scheme UUID

MediaCrypto class can be used in conjunction with MediaCodec to decode encrypted media data. Crypto schemes are assigned 16 byte UUIDs, the method isCryptoSchemeSupported(UUID) can be used to query ...
0
votes
0answers
33 views

Free Codec Pack for DirectShow Encoding

As part of a project I'm involved in, we're allowing the user to select a video codec (pre-installed by the user) in order to encode video from our system to an AVI. We're looking for a free, allowed ...
-1
votes
0answers
68 views

How to custom a codec for Windows RT to play the format mkv? [closed]

I have no any background knowledge of codec, and there are some limitation on WinRT, so please give some advice, any help would be greatly appreciated. Thanks.
0
votes
1answer
129 views

android mediacodec: real time decoding h264 nals

I'm trying to decode h264 nals in real time with android low level media api. Each nal contains one full frame, so i expect that after feeding input with my nal and calling dequeueOutputBuffer it ...
0
votes
0answers
30 views

Programmatic way to block streaming image capture?

I notice there are a lot of cam/skype sites where it has become necessary to prevent webcam captures between users from being recorded/captured. Obviously these exchanges are recorded/uploaded and ...
0
votes
0answers
21 views

Android - Decoding COLOR_QCOM_FormatYUV420SemiPlanar

Im using the Android media codec API to decode some videos. As many of you who have used the API will have discovered, its very inflexible when it comes to being used on different devices. What i ...
0
votes
0answers
30 views

Android - encode video/position/orientation in a single stream

I am able to capture video, GPS position data, and orientation data from my android phone. I want to stream them to a web service in (near) real time. The sample times of the GPS position and ...
1
vote
0answers
30 views

What is missing here in the usage of fromAscii()?

I've some strange issue and don't know how to figure it out. setup:- Qt4.8.2 and Win7 platform and IDE VS2010. Lets Assume: A.dll , contains the code snippet described below & B.dll , ...
-1
votes
1answer
34 views

making screenshots from a wmv video with ffmpeg in linux [closed]

when I try to make screenshots from a wmv video it shows- Error while decoding stream #0.1 - frame= 0 fps= 0 q=0.0 Lsize= -0kB time=10000000000.00 bitrate= -0.0kbits/s video:0kB audio:0kB global ...
0
votes
0answers
30 views

Mathematically lossless encoding and decoding of RGB24 image sequence

I am trying to encode a RGB24 image sequence into a mathematically (not merely visually) lossless video. huffyuv was suggested on many online forums so I tried the following. ffmpeg -i ...
0
votes
1answer
37 views

Asterisk 11 not transcoding

I have defined an ip address / domain in sip.conf and defined it in a way that I forced the call to come on g729 Now I reloaded the asterisk after exiting sip.conf by saving it and called the ...
1
vote
1answer
53 views

For Base64 encode, prefer str.encode('base64_codec') or base64.b64encode(str)?

In Python library, there is base64 module for working on Base64. At the same time, if you want to encode a string, there is codec for base64, i.e. str.encode('base64_encode'). Which approach is ...
0
votes
1answer
74 views

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 read the first line as one variable, and all other lines as another. However, when I use the following ...
0
votes
3answers
58 views

how to create a byte from string representation of a byte

i am working on a project(web application with java 2 ee) and i need to send an OutputStream on a COM port, the data type in the OutputStream is byte[], one byte of this data is the address of the ...
0
votes
0answers
67 views

Android MediaRecorder is not generating a streamable AAC-LC audio using AudioEncoder.AAC

I am using a Nexus 7 with Android version 4.2+. So according to the Android Supported Media Formats all listed encoders and container formats are supported. Now I want to record an audio using the ...
0
votes
1answer
43 views

Qt or OpenCV: print out the codec of a video file

I'd like to know how i can print out the codec of a video file after opening it with VideoCapture (on OSX or Ubuntu). The file is correctly loaded and visualized by opencv inside a qt application. ...
1
vote
1answer
92 views

Base64 decoding

I'm trying to decode some text in base 64, and I don't understand why I get an error while trying to do that: b'Zm9v'.decode('base64_codec') The exception raised is: TypeError: expected bytes, not ...
2
votes
1answer
113 views

Custom Wrapper Codec Integration into Android

I need to develop a custom 'wrapper' video codec and integrate it into android (JB for now, ICS later). We want to do some custom decryption keys from the SIM (don't ask!). The best method (that ...
0
votes
0answers
16 views

REGARDING VALUES OF pjmedia_codec_param IN STREAMUTIL.c in PJMEDIA

I am trying to run streamutil.c from samples. Earlier I was getting Assertion failed because pjmedia_codec_param variable of info structure was not initialized. So I initialized it using malloc ...
4
votes
5answers
118 views

unknown audio format - where to dig into?

On my Android phone (Philips Xenium W632), I have an option of calls' recording by its own software (without any external programs, this option is turned on in service menu). The problem is that ...
0
votes
0answers
56 views

Making a video converter using Xuggler — what file formats will it support?

I was going over this question : What codecs does Xuggler support? and it has a list of file formats and codecs that Xuggler supports. It supports a lot of files and can be used to make an all-purpose ...
1
vote
1answer
131 views

Installing codecs for mov to mp4 conversion ffmpeg [closed]

I have been trying to convert a .mov file to a .mp4 file for a while now i think this is the correct code to do it. ffmpeg -i P1010989.MOV -vcodec copy -acodec copy out.mp4 But here is my output ...
1
vote
1answer
54 views

ascii' codec can't decode byte… Need help accounting for input discrepancy

I have a bit of code that I've been working on that takes a csv file and converts it into an appropriately filled in xls file. The csv file is sent to me from the clients website. I've tested it on 8 ...
0
votes
0answers
39 views

Axis video server Q7401 http failure

Recently I have had an issue with Axis Q7401 video server. There is an analog camera conected to the Q7401 (firmware v5.20.3), Q7401 is connected to a 3G(UMTS/HSUPA) router and is configured to send ...
0
votes
0answers
67 views

C# AviFile: fccHandler -> codec name?

Hoping to avoid using any 3rd party utilities. Looking for a way to convert or somehow translate the 'fccHandler' code contained in Avi.AVICOMPRESSOPTIONS into a human-readable codec name for display ...
0
votes
1answer
80 views

how to write utf-8 string to utf-8 file on utf-8 machine with python

Not the first time, by this confused me: Open the file with codecs.open: cfh = codecs.open('/tmp/ddfh', 'wb', 'utf-8') Try to write the string, sa: In [109]: sa Out[109]: '\xe6\x96\xb0 ...
0
votes
3answers
101 views

Opencv video codec OSX

I'm working through the example in openCV Highgui that can be found here. It may be worth noting that i'm running osx. When running the file I get the error "WARNING: Couldn't read movie file ...
0
votes
1answer
38 views

How to Bundle all required codec in the AVI module?

I had developed the program that let user record a avi file. I used vfw.h lib for AVI record and avi codecs option dialog to let user choose what the codecs option need to be used. This dialog list ...
0
votes
0answers
24 views

How to properly display the the Chinese information coming in the http header?

For example, after a Get request, the Server returns the following information: HTTP/1.1 200 OK Date: Mon, 19 Jan 2009 06:37:47 GMT Server: IBM_HTTP_Server/6.0.2 Apache/2.0.47 (Unix) ...
2
votes
0answers
37 views

ios: playing video with arbitrary nsinputstream

I would like to pass an NSInputStream into a MPMoviePlayerController, or MPMoviePlayerViewController, or whatever else. The input stream leverages a protocol that is not supported by Apple's ...
1
vote
2answers
100 views

How to encapsulate raw uLaw or aLaw samples so they can be easily played?

I am debugging a bit of code that processes an RTP voice stream in uLaw or aLaw format. I want to capture the samples that pass through my code and store them into a file. That is easy enough. My ...
0
votes
0answers
364 views

Using OpenCV 2.4.4 with FFmpeg in Windows

I know there are other questions dealing with FFmpeg usage in OpenCV, but most of them appear to be outdated. By opening up the makefiles in CMake, I can verify that I've got the WITH_FFMPEG flag on. ...
0
votes
1answer
116 views

H.264 is patented. What happens when developing a commercial app in Android using H264 codec in ffmpeg? [closed]

H.264 is patented. In countries where patents on software algorithms are upheld, vendors and commercial users of products that use H.264/AVC are expected to pay patent licensing royalties for ...
0
votes
1answer
82 views

FFmpeg streaming: can't see image from h263 stream in flash

I'm using FFmpeg for live rtmp-streaming of my desktop to Wowza. If I publish stream in h264 or flashsv2 codec, everything works fine, but I need h263 support too. The problem is, that I see no images ...
0
votes
1answer
38 views

.WAV file –where is list of all codecs Format IDs?

.Wav file serves as a container for numerous audio formats, as explained in [2]. Audio format is defined with 2 bytes, for example MP3 has "Microsoft Audio ID: 0x0055" (see [3]). I need to search a ...
1
vote
1answer
56 views

Apple Lossless (ALAC) encoder library in C, not C++

I have a small audio-project written in C, in which I would like to convert streamed PCM into ALAC. I know there is the very large library "FFmpeg" which contains methods for this encoding, but FFmeg ...
0
votes
1answer
50 views

opening an AVI video in visual studio 2008

I have an AVI video and i want to change its codec to CVID due to an error happening in visual studio where only video with this codec can be opened we are using opencv 2.1 to open the avi video ...
-2
votes
1answer
292 views

Peer to peer video chat? [closed]

I want to program a peer to peer video chat application. can any body suggest an open source real time video codec with low latency. I prefer to work with c#. ffmpeg is great but I could not figure ...
0
votes
0answers
74 views

admin panel codec with header sidebar and content

hi everyone i need to codec admin panel for new cms. there are 3 main divs. header which is not fixed. sidebar that is on the right side of the screen content that is on the right of the sidebar ...
0
votes
2answers
130 views

difference between Hybrid and Hardware decoding

For iOS Players (such as AVPlayer or oPlayer) exist Hybrid and Hardware decoding settings. Both are designed for h.264 codec (for normally play HD files with h.264 codec). I don't understand ...
0
votes
0answers
70 views

Codec component debugging

I have codec component, that works nice. I want to debug it. I put breakpoints, set executable QuickTime Player.app and GDB debugger and Run it. After QuickTime was launched, I open mow file, that ...
0
votes
1answer
47 views

DCT Coefficient in MPEG2 Bitstream ISO/IEC standards

I am having difficulty parsing MPEG2 video bitstream. I have an encoded MPEG2 video in a binary file and I want to use one of the "Selective Encryption Algorithms" that encrypts only the "DC signs in ...

1 2 3 4 5 10