Re: [FFmpeg-devel] Global options to compile FFmpeg with only audio-related features

2018-01-02 Thread wm4
On Tue, 2 Jan 2018 19:41:39 +0100 "Cyber Sinh" wrote: > Nobody has an idea? > > Thanks. > > Checking AVMEDIA_TYPE seems to be the best way to split audio and video > codecs. > But what is the best way to exclude demuxers and parsers which have no sense > for audio

Re: [FFmpeg-devel] Global options to compile FFmpeg with only audio-related features

2018-01-02 Thread Ronald S. Bultje
Hi, On Tue, Jan 2, 2018 at 1:41 PM, Cyber Sinh wrote: > Nobody has an idea? Please don't top-post. I think you know how to do codecs. As for muxers, that's up to you, there's no generic way and I don't think we'd want one on our side. Whether you generate the

Re: [FFmpeg-devel] Global options to compile FFmpeg with only audio-related features

2018-01-02 Thread Cyber Sinh
vel] Global options to compile FFmpeg with only audio-related features Hi, On Sat, Dec 30, 2017 at 11:28 AM, Derek Buitenhuis < derek.buitenh...@gmail.com> wrote: > On 12/30/2017 4:00 PM, Cyber Sinh wrote: > > What do you think? > > That patches are welcome :). Just to

Re: [FFmpeg-devel] Global options to compile FFmpeg with only audio-related features

2017-12-30 Thread Cyber Sinh
d'origine- De : ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] De la part de Ronald S. Bultje Envoyé : samedi 30 décembre 2017 18:15 À : FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Objet : Re: [FFmpeg-devel] Global options to compile FFmpeg with only audio-r

Re: [FFmpeg-devel] Global options to compile FFmpeg with only audio-related features

2017-12-30 Thread Cyber Sinh
[mailto:ffmpeg-devel-boun...@ffmpeg.org] De la part de Derek Buitenhuis Envoyé : samedi 30 décembre 2017 17:29 À : ffmpeg-devel@ffmpeg.org Objet : Re: [FFmpeg-devel] Global options to compile FFmpeg with only audio-related features On 12/30/2017 4:00 PM, Cyber Sinh wrote: > What do you think? That patc

Re: [FFmpeg-devel] Global options to compile FFmpeg with only audio-related features

2017-12-30 Thread Ronald S. Bultje
Hi, On Sat, Dec 30, 2017 at 11:28 AM, Derek Buitenhuis < derek.buitenh...@gmail.com> wrote: > On 12/30/2017 4:00 PM, Cyber Sinh wrote: > > What do you think? > > That patches are welcome :). Just to be clear: I'm not OK with a list of audio or video thingies in configure. Similar to the

Re: [FFmpeg-devel] Global options to compile FFmpeg with only audio-related features

2017-12-30 Thread Derek Buitenhuis
On 12/30/2017 4:00 PM, Cyber Sinh wrote: > What do you think? That patches are welcome :). - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] Global options to compile FFmpeg with only audio-related features

2017-12-30 Thread Cyber Sinh
Hi, I use FFmpeg in an audio-oriented software (for playing and acoustic fingerprinting). So, I want to compile FFmpeg with only: - audio-oriented features to reduce the size (and compilation time) of the lib (eg. bypass video codecs). A feature should be considered as audio-related if