Search code examples
.netcvideovideo-encoding

.AMV video encoder/converter?


I'm looking for a converter that can encode input files to amv format output.

I've found this project, but it looks somewhat outdated and not maintained. And the problem of that is that it supports a very limited variety of input file types.

Do you know of a solid and reliable amv encoder (any API or tool that can be invoked from .NET), or can you recommend on the one I mentioned?

UPDATE

I use FFmpeg for my application for all other types, the problem is that the .AMV format which is a key output file in my app, is not supported by FFmpeg at all.

UPDATE

Anyone has any idea if and how I can merge the outdated amv-codec suggested above with the official FFmpeg?

Update

Are you a C developer willing to contribute?
Please refer to this ticket, it looks like an easy task for a decent C developer.


Solution

  • Finally!!!

    AMV is now officially a part of the new FFmpeg version 9.0 (Harmony), go ahead and download it if you're here looking for it:

    http://ffmpeg.org