Re: [FFmpeg-devel] [RFC] User-defined default enc/dec/mux/dem/etc

2022-06-07 Thread Nicolas George
Thilo Borgman (12022-06-07): > Hi, > > currently, if -c:{a,v} is not given, the list of all codecs is successively > searched until the first enc/dec is found. > > If I have two or more enc/dec's for the same codec ID (like by having > libx264, libfdk-aac, etc..) it will still be the first in t

Re: [FFmpeg-devel] [RFC] User-defined default enc/dec/mux/dem/etc

2022-06-07 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of Thilo > Borgmann > Sent: Tuesday, June 7, 2022 3:26 PM > To: FFmpeg development discussions and patches > Subject: [FFmpeg-devel] [RFC] User-defined default enc/dec/mux/dem/etc > > Hi, > > curre

[FFmpeg-devel] [RFC] User-defined default enc/dec/mux/dem/etc

2022-06-07 Thread Thilo Borgmann
Hi, currently, if -c:{a,v} is not given, the list of all codecs is successively searched until the first enc/dec is found. If I have two or more enc/dec's for the same codec ID (like by having libx264, libfdk-aac, etc..) it will still be the first in the list that is found that is used if no