[FFmpeg-devel] higher-level libs?

Ulrich von Zadow coder
Mon Oct 29 15:32:30 CET 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Timothy Baldridge wrote:
> Well, it does do more then that. It can be as simple as:
> 
> dec = new Decoder()
> dec->open("infile.avi")
> enc = new Encoder()
> enc->setVCodec("mpeg2")
> enc->setACodec("mpeg2a")
> trans = new Transcoder(dec, enc)
> trans->run()
> 
> Take a look at the Decoder.h from fobs, it's really high level stuff.
> Since it is C++ it shouldn't be hard to use SWIG to create wrappers
> for whatever language you want. Believe me when I say that I've tried
> finding higher lever libs for ffmpeg, and Fobs is about as good as it
> gets. And if it doesn't do something you want, the code is very easy
> to read, and modifying it shouldn't be hard at all.

Sounds very good. What applications have been done with it?

Regards,

  Uli

- --

Ulrich von Zadow | +49-172-7872715
Jabber: cocacoder at jabber.berlin.ccc.de
Skype: uzadow
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHJe7+GUJpz6XjqGQRAhTuAKCtxjexLg3YTiW8aBLB3BfuR+QikgCgshZ2
hat05GTKEY16jbhSpWF63iE=
=fQIQ
-----END PGP SIGNATURE-----




More information about the ffmpeg-devel mailing list