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

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to