[Libav-user] pass-through "re-containering" with libavXXXX

Tomas Härdin tomas.hardin at codemill.se
Thu Nov 1 09:47:08 CET 2012


On Tue, 2012-10-30 at 23:15 +0100, "René J.V. Bertin" wrote:
> Hello list,
> 
> Can someone point me to a bare-bones (possibly pseudo-code) implementation using libavformat, libavcodec etc. of a command like
> 
> ffmpeg -i somekindofIncomplete.mp4 -vcodec copy wellFormed.m4v

See doc/examples/demuxing.c and muxing.c

For a hackish way, assuming you want a minimal binary: Take ffmpeg.c,
strip it down until it does only what you want and ./configure
--disable-everything --enable-demuxer=mov --enable-muxer=m4v

/Tomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20121101/9c8edcb4/attachment.asc>


More information about the Libav-user mailing list