On Tue, Apr 29, 2014 at 6:47 AM, Luca Barbato <[email protected]> wrote: > On 29/04/14 03:48, [email protected] wrote: >> I built avconv like this... >> ./configure --enable-libx264 --enable-gpl --disable-everything >> --enable-protocol=hls --enable-muxer=hls --enable-demuxer=avi >> --enable-decoder=pcm_s16le,rawvideo --enable-encoder=libx264,aac >> --enable-indev=v4l2,alsa >> >> Does anyone know which build option I am missing to cause this? I am >> trying to make libav smaller for an embedded system. > > file protocol I'd guess.
No change from adding file protocol except binary is a lot larger. Same error. ./configure --enable-libx264 --enable-gpl --disable-everything --enable-protocol=file,hls --enable-muxer=hls --enable-demuxer=avi --enable-decoder=pcm_s16le,rawvideo --enable-encoder=libx264,aac --enable-indev=v4l2,alsa > >> Could not write header for output file #0 (incorrect codec parameters >> ?): Protocol not found > > lu > > _______________________________________________ > libav-tools mailing list > [email protected] > https://lists.libav.org/mailman/listinfo/libav-tools -- Jon Smirl [email protected] _______________________________________________ libav-tools mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-tools
