[FFmpeg-user] mp4 muxing and libx264 GPL licensing

malikcis malik.cisse at gmx.net
Tue Jan 7 09:37:05 CET 2014


Thanks,

I already found out myself that one should set
c->strict_std_compliance = FF_COMPLIANCE_EXPERIMENTAL;//-2
But then I discovered that sample format should be set to:
c->sample_fmt = AV_SAMPLE_FMT_FLTP;
I am using 
c->sample_fmt = AV_SAMPLE_FMT_S16;	
so far.
Is there any example showing how to convert the sample format?
Is there a way to avoid using conversion?
Thanks,



--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/mp4-muxing-and-libx264-GPL-licensing-tp4662871p4663105.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list