encoder

Developing for Linux

Hello Guys, 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 thinking to use Qt. (Is it possible?) I don't know anything about Linux programming, but I have been an Ubuntu user for 8 months. P...

Instance of WMEncode causes crash (vb .net)

I'm trying to use the windows media encoder sdk to make a function to video capture my screen. I use the WMEncoderlib in VB .Net. When I do dim encoder as wmencode followed by encoder = new wmencode the program crashes immediately, no line numbers, nothing, vshost.exe even crashes when debugging. If I just say dim encoder as wmencod...

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 problems make it a bad solution for my purpose. ...

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 profile but after I encode my video and audio with it, the WMP while loading says that the WMV1 codec is not found and prompts me for downlo...

Silverlight Encoder Templates, is it possible to change the background colour?

Hi, Is it possible to change the default background colour of black in Silverlight Encoder Templates? We have a website that requires a white background, instead of the default black bars for aspect ratio video. I'm using Expression Studio 3. Any help would be appreciated. Rich ...

Raw rgb frames to mpeg?

Does anybody know of a simple dll that has like 3 main functions, i.e. 1. Start_recording_mpeg(<encoding>, <fps>, <file>, <etc>) 2. Encode_frame(<raw rgb data>) 3. Finish() ...

how to deploy Windows Media Encoder ?

Hi All, I have created a small screen capture application using .NET. How can i deploy Windows Media Encoder 9 (WMEncoder.exe) setup with the installation. ? I tried by registering DLLs using regsvr32, but didn't workout very well. is there anyway that i could do this using installshield or another package ? Thanks -Aruna ...

Expression Encoder 3: Green artifacts after encoding

Some of the videos I encode using the Expression Encoder 3.0 have green lines at the bottom. Since I have no prior experience with encoding, I have no clue about why this is happening. Though I think it might have something to do with the format of the videos I am encoding. I am using some very basic code: DirectoryInfo dInfo = new Dire...

Expression Encoder SDK - WMA Pro Codec Issues with Windows Server 2003

I am using the Expression Encoder SDK to encode .avi and Flash files to a .wmv format suitable for Silverlight. By default, EE encodes files with audio using the the WMA PRO codec. If you are running Windows Server 2003, this is a problem as it doesn't support the WMA PRO codec and produces and error message similar to the following. ...

Screencasting of a Silverlight Application?

I have got a silverlight application which basically plays videos among other things, as is portrayed below (Silverlight 3): <Grid x:Name="LayoutRoot" Background="White"> <MediaElement AutoPlay="True" Source="World.wmv" /> </Grid> But, when I 'screencast' it, using Microsoft Expression Encoder 3 Screen Capture the output video is...

.NET Expression SDK LiveJob Authentication

I'm trying to stream a live feed to a Publishing Point but keep getting 'Access is Denied' errors. I can do this just fine in the Expression Encoder application (using a valid username and password). But when I try to use the same username/password in my custom app, I get that error. I've tried pre-connecting without credentials, whic...

Best PHP Encoder

How does the php encoder works? Do they need any server side software installation? How i use them? Which one from the bellow is best php encoder? ioncube sourceguardian phpshield phpcipher truebug ...

Access to request HTTP headers in custom WCF MessageEncoder.

Hi folks, Does anyone know how to get access to request HTTP headers within MessageEncoder.ReadMessage method? It seems that WCF already "knows" request headers at the point of invoking ReadMessage method, at least Content-Type and Content-Length but I cannot get the access to the Content-Encoding header. Basically, I'm trying to utili...

T4 Fax encoder in C#

How to implement tiff file to T4 fax data encoding using c# ? ...

encoding mp3 from a audio stream of PyTTS

Hello every body, 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 encode in mp3 format directly). So after that, I code these wav files, in mp3 format, using lame command line encoder. Now,...

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

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

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 or any opensource encoder. I want to encode H263 file. I am writing under & for linux. ...

WMEncoder merge wmv files

how I can merge two or more wmv files using WMEncoder without lose quality. I'm using next code. but output file has very low quality(is unusable). Note: files were created with the same profile as for output. public void Merge(ICollection<string> files, string output, string profileName) { WMEncoder Encoder = new WMEncode...

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, the code doesnt work! It appears some strange 'Z' as it runs. I really can't find what;s wrong! Could you please give me a piece of advice?...

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 phone) and LAME's website states that it is the "best MP3 encoder at mid-high bitrates and at VBR". Is there is a better encoder for lower bi...