Closed. This question is off-topic. It is not currently accepting answers. 开发者_StackOverflow Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have code that converts audio from PCM to GSM6.10 and back, using MSACM functions. When I run it to convert back and forth a few times, I get a noticeable degradation in audio quality.
I am trying to generate an AVI with PyMedia by muxing together an audio and video stream. However, I can\'t find any examples on the web, and can\'t even get a simple example with a single MPEG2 video
I have built a simple media player using ffmpeg on Android 2.2. Hardware is an arm cortex-a8 based 1GHz processor, 512 MB RAM. I am getting low performance, around 15 FPS for 800x600 mp4 video. I have
I开发者_高级运维 am looking for a way to decode h264 (or indeed any video format) using c#. The ultimate goal is to be able to decode the images and very strictly control the playback in real time. Th
no matter what \"CV_FOURCC\" I use I get this: OpenCV Error: Unsupported format or combination of formats (Gstreamer
If anyone have some experience that encode/decode speex audio format with AudioQueue? I have tried to implement it by editing the SpeakHere sample. But not success!
I have a small problem. i have written a code in Qt that will create an application which will take contents from a file encrypt it and save the encrypted contents to another file. now i have written
i\'m on macosx and ffmpeg installed with macports ffmpeg version 0.7.1, Copyright (c) 2000-2011 the FFmpeg developers
I am a newbie in android,开发者_开发问答 and i want to know if there are ways to convert raw bytes captured using surface view to any other format such as MJPEG for faster data transmission.