On Sunday, March 29, 2015 06:59:09 PM Luigi Baldoni wrote: > Stanislav Baiduzhyi <baiduzhyi.devel@...> writes: > > I've noticed that ffmpeg team has added webp support, but the RPM for > > ffmpeg does not support it. The options are there in spec file, and > > simple rebuilt with '--with libwebp' enabled it and it works without > > issues. > > > > Could someone please add the '--with libwebp' option by default to ffmpeg > > build? > > ffmpeg already has an internal webp decoder, libwebp is more capable but > optional. > > May I ask what problem you are encountering with the default one?
Sure, wget 'http://www.808.dk/vstreamer.asp?video=gizmo.mp4' ffmpeg -i gizmo.mp4 gizmo.webp On my system it says that there is no encoder for webp, which is easily fixed by rebuilding src.rpm with '--with libwebp' which I found in spec file. -- Regards, Stas _______________________________________________ Packman mailing list [email protected] http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
