Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
4k views

How to write a video encoder with ffmpeg?

I want to write an encoder with ffmpeg which can put iFrames (keyframes) at positions I want. Where can I found tutorials or reference material for it? P.S Is it possible to do this with mencoder ...
3
votes
1answer
244 views

C# Theora encoder?

I want to live stream images I receive from a third party service to a HTML5 video. Looks like the best option is to encode the images in the theora format. Anyone knows a good theora encoder for c#
3
votes
3answers
384 views

Send sound to different audio devices

Is it possible to play a sound on a playback device that is not set as default playback device? I need to play multiple files simultaniously trough multiple output devices. Does anyone knows a ...
3
votes
4answers
619 views

ScreenVideo encoder in Java

Anyone know of a Java video encoder for ScreenVideo (v1 or v2) which is free? I know ffmpeg has a C++ version and Lee Felarca wrote one in AS3; but I really would like to have one in Java. AS3: ...
3
votes
3answers
2k views

100% Java encoder for AVI animation

I am looking for a 100% Java solution for encoding software generated images into an AVI stream together with an uncompressed audio track. At the moment I am using JMF, but its size and installation ...
3
votes
7answers
3k views

Are any MP3 encoder libraries PIC microcontroller compatible?

I know that are many MP3 encoder libraries, but any of them could work on a PIC microcontroller?
3
votes
5answers
13k views

Using a rotary encoder with AVR Micro controller

I'm having trouble getting a rotary encoder to work properly with AVR micro controllers. The encoder is a mechanical ALPS encoder, and I'm using Atmega168. Clarification I have tried using an ...
2
votes
1answer
193 views

How to use unlimited Frame-Sizes in JBoss-Netty without wasting Memory?

I explore netty to communicate Objects between VMs. I use ObjectEncoder & ObjectDecoder respectively to serialize these. I quickly found out that this solution is limited to max 1MB-sized ...
2
votes
3answers
64 views

how to assign the address pointed by a pointer to another local pointer

I'm doing a video processing project, and I got struck in assigning the block address for sending to the dct function. The following line is not taking the correct assignment address as the right ...
2
votes
0answers
377 views

Compression problem in saving of R project_problem solved

I solved the problem by moving R installation directory out of disk C. Thanks Joris for the great suggestions! I think the R core team should also take this as a bug and do something against the ...
2
votes
2answers
2k views

Base64 encoder and decoder

Is there a base-64 decoder and encoder for a string in Android?
2
votes
2answers
181 views

Prevent GDI+ PNG Encoder from adding Gamma information to a 1-bit PNG

I wonder if its possible to instruct the Imaging PNG Encoder not to add any gamma and chroma informations to a 1-bit PNG. I am creating a 2 color palette for the image ColorPalette* pal = ...
2
votes
2answers
596 views

How to determine WCF message size at the encoder level

I am building a custom encoder that compresses WCF responses. It is based on the Gzip encoder in Microsoft's WCF samples and this blog post: ...
2
votes
1answer
620 views

Where to get simple opensource adpcm C\C++ encoder lib?

Where to get simple opensource pcm to adpcm C\C++ encoder lib?
2
votes
1answer
191 views

Developing for Linux

I want to develop multimedia encoder for Linux. I want to make use of ready command line codecs like ffmpeg. I want to build nice GUI for that & pass arguments to command line encoders. I am ...
2
votes
1answer
696 views

Silverlight Player doesn't play video smoothly

I'm having a problem with silverlight player when playing a smoothstreaming video (ismv). When the camera is moving fast some parts of the movie appear distorted (horizontal blocks). It seams like ...
1
vote
4answers
62 views

is the sun.misc package still available in java?

I would like to use the Base64 encoder of the package sun.misc.BASE64Encoder because I need to encode a password. However an error is being generated when I type in the import for this package. the ...
1
vote
0answers
159 views

Bcompiler 1.0.2 does not work if a class is defined

The bcompiler encoded script of this code works fine: <?php echo time(); However if I just add a class, even without any code within the class, like this: <?php echo time(); class myClass { ...
1
vote
1answer
121 views

Smooth Streaming Playback doesn't work without Audio Stream

I am having problems playing a smooth stream with the Antrica ANT-32000 encoder, when I record the ISM I get no data in the audio and if I remove it. I am acquiring the stream using RTSP. Is it a ...
1
vote
0answers
238 views

Good PHP obfuscator for free or for a fee [closed]

Possible Duplicates: Is there any good PHP obfuscator? PHP obfuscator? Hello. I am looking for a very good PHP obfuscator, something like ioncube.. But ioncube requires the loader to be ...
1
vote
2answers
188 views

LZW (Limpel-Ziv-Welch) Dictionary coding delimiter issue

This question may not be strictly limited to the LZW algorithm, and may cover other implementations of LZ77 and LZ78: I've been trying to write a compression/decompression utility involving the LZW ...
1
vote
0answers
449 views

How to use python JSON custom parser in example?

Please, how to get class serializable and well parsed by JSON? Here are the most valuable links I have already found: simpljson docs JSON Encoding and Decoding with Custom Objects in Python I ...
1
vote
0answers
26 views

image decoding in asp

HI can any body tell me how to decode a base64 string in asp classic encoded by java from an image
1
vote
2answers
963 views

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Expression.Encoder.Utilities.dll'

i just wrote a program that uses microsoft encoders and merge videos and audios , its working fine in my PC (Windows7 ) and when i test it on other PCs (Windows7,Windows XP [.net 4.0 installed]] it is ...
1
vote
1answer
97 views

Windows media encoder Library cannnot be created

I have an application that records video from webcam. It works on my 64-bit window, but this doesn't work in 32-bit version. Actually I just try to initiate an WME Object from this below statement. ...
1
vote
2answers
418 views

Why is Image.Save(Stream, ImageFormat) throwing an exception?

I am trying to convert an image to an icon. My function is: private Icon GenerateIcon(int width, int height) { using (Bitmap icon = _backingImage.GetThumbnailImage(width, height, () => false, ...
1
vote
1answer
363 views

the best way to Encode Video For Android

I have videos that should be run on android. and those videos will be host on web server - so my android app will hit the web server to play the video. I try several way to encode the video and the ...
1
vote
1answer
333 views

PNG encoder/decoder for PHP

Is there any implementation of a PNG encoder/decoder written in PHP? Something similar to this one: http://packages.python.org/pypng/png.html I know there is GD and other ones, but as far as I know, ...
1
vote
2answers
487 views

Reed-Solomon encoder for embedded application (memory-efficient)

I am looking for a very memory-efficient (like max. 500 bytes of memory for lookup tables etc.) implementation of a Reed-Solomon encoder for use in an embedded application? I am interested in coding ...
1
vote
1answer
235 views

Converting WAV to MP3 on Linux with low bitrates

I need to convert WAV files to MP3 files so they can be played on a website. I think that LAME would probably be the best tool. However the WAV files are low bitrate (around 8kbits recorded from a ...
1
vote
2answers
351 views

RLE Encoding…What's the wrong?

I'm trying to make a RLE (Run-Length Encoder) Programme just for characters. I read the way it works on notes on net. And I tried to fix my code! Regardless I think that the steps of code are right, ...
1
vote
2answers
643 views

encoding mp3 from a audio stream of PyTTS

I work on text-to-speech trasforming text, in audio mp3 files, using python 2.5. I use pyTSS as a python Text-To-Speech module, to transform text in audio .wav files (in pyTTS is not possible to ...
1
vote
3answers
2k views

Best PHP Encoder [closed]

How does the php encoder works? Do they need any server side software installation? How I use them? Which one from the below is best PHP encoder? ioncube sourceguardian phpshield phpcipher truebug ...
1
vote
2answers
405 views

Custom WM profile - issues with codec

Hello I create my custom WM encoder profile. The reason I need a custom, non standard WM profile is that I need that the video resolution must be the same as input video stream. I created below ...
1
vote
1answer
145 views

Windows Media Encoder installation issue

I have a program written in C# and dependent on Windows Media Encoder 9 Series SDK. In order for my program to run on other target machines, I have to install the whole Windows Media Encoder on target ...
1
vote
1answer
749 views

C# program always crash when creating Windows Media Encoder object

I am using Windows Vista x86 + VSTS 2008. When creating new Windows Media Encoder object using statement WMEncoder encoder = new WMEncoder(); My program always crash in VSTS 2008. Here is the screen ...
1
vote
4answers
2k views

using Windows Media Encoder to record screen

Is it easy to write some .Net code to record screen and audio (from computer mic), then output to an wmv file. Any reference code? BTW: I searched all codes from WME SDK, no such sample code. ...
0
votes
1answer
33 views

Strange bmp black output from BitmapSource - any ideas?

I have a byte[] array with the bgra bytes of an image, from which I produce a BitmapSource like so: BitmapSource bmsOut = BitmapSource.Create( iPixelWidth, iPixelHeight, 96, 96, PixelFormats.Bgra32, ...
0
votes
0answers
4 views

Can Flash Media Live Encoder (FMLE) command mode assign output file name?

i need to run FMLE by using command line mode. But I want the output filename not be hardcode by profile xml. Can I assign the output file name each time in command line ? such as using ...
0
votes
1answer
31 views

Convert position to Encoder Ticks for a differential drive robot

I am trying to calculate the required encoder ticks to achieve a given position. I know that there are equations for if you have the encoder ticks, you can calculate the resulting position. I am ...
0
votes
1answer
60 views

High Resolution Capture and Encoding

I'm using two custom push filters to inject audio and video (uncompressed RGB) into a DirectShow graph. I'm making a video capture application, so I'd like to encode the frames as they come in and ...
0
votes
0answers
27 views

HMMP video encoder from sony

I want to know the details for HMMP video encoder from sony. I searched on google, but could not find any useful information. My questions are - What are the formats supported and how is the ...
0
votes
0answers
60 views

Windows Media Encoder SDK - Figuring out when conversion is done in native C++

I use the Windows Media Encoder SDK to convert WAV files in the WMA format. It works pretty nice BUT I have a huge problem finding out when the process is done... The funny thign is that I have used ...
0
votes
0answers
59 views

Video encoder for JavaScript for my website? [closed]

I am currently working on developing my first website where my users can upload their own videos to my site and share it by public or private. Does anyone know what encoder that would work for ...
0
votes
0answers
73 views

Flash Media Encoder - Unsupported Capture Device

using a MAC with the flash media encoder 3.2 and the camera is a Microsoft LifeCam Cinema HD. Whenever trying to select the device my response is: Video format provided by video capture device is ...
0
votes
1answer
205 views

Flash/PHP: Using the AS3 Jpeg Encoder

I am a beginner at both Actionscript3 and PHP, and I'm trying to get Henry Jone's movie clip to jpeg code to work for me, as seen here: http://henryjones.us/articles/using-the-as3-jpeg-encoder I ...
0
votes
1answer
106 views

image.Save lossless quality, in XP, pixelated on Windows7?

So I've come across a rather odd situation. I'm using the following to Save a PNG (lossless) image, public static void SaveJpeg(string path, Image image, int quality) { if ((quality ...
0
votes
0answers
69 views

AVI Compression - CBR not configurable

I wrote a C# code that captures video from a video capture card, and writes it in a AVI file. I'm using the XviD encoder (DirectShow). I'm using the IAMVfwCompressDialogs interface to get the ...
0
votes
0answers
84 views

Best vendor for video transcoding/streaming hardware?

I've reached to pain tipping-point with the ACTi device we are currently using (which requires me to embed a 32-bit only ActiveX control into our app - boo). But I'm really struggling to find another ...
0
votes
1answer
73 views

PHP Encoder and Accelerator

I'm looking for recommendations for PHP encoders and accelerators. From what I can tell, APC is the de facto standard for accelerators: http://php.net/manual/en/book.apc.php. As for encoders, I'm ...

1 2