Re: [FFmpeg-user] Detailed list of supported codecs in FFMPEG

2020-06-03 Thread Carl Eugen Hoyos


> Am 02.06.2020 um 14:03 schrieb rohit khali :
> 
> I am surprised though there are no details on supported profile at codec
> level.

I suspect it was not needed so far.

> Is it OK to assume that native FFMPEG decoders like AVC,HEVC,AAC,etc
> supports all latest Profiles.

For H264, at least MVC and SVC are not supported, extended profile is not 
supported.
Similarly, HEVC scalable, multiview and 3D profiles are not supported.
Iirc, several AAC profiles are not supported.

Please find out what top-posting means and avoid it here.

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Detailed list of supported codecs in FFMPEG

2020-06-02 Thread rohit khali
Thanks for the response !
I am surprised though there are no details on supported profile at codec
level. Is it OK to assume that native FFMPEG decoders like AVC,HEVC,AAC,etc
supports all latest Profiles.

One more question: What is the meaning of " .D = Supports direct
rendering method 1" as per response from ffmpeg -decoders.

Regards,
Rohit Khali

On Mon, Jun 1, 2020 at 8:29 PM Carl Eugen Hoyos  wrote:

>
>
>
>
> > Am 01.06.2020 um 14:03 schrieb rohit khali :
> >
> >
> > I am doing feasibility analysis to integrate FFMPEG libraries into my
> > decoder application hence looking for a detailed list of supported audio
> > video codecs including corresponding profile
>
> We generally don’t list supported profiles.
>
> > and level support.
>
> This question makes little sense: Software decoders do not know about
> levels.
>
> > Is there any official page where I can find all this information?
>
> Reading your questions I strongly suggest you read the licensing terms of
> FFmpeg, especially the No-Warranty clause.
>
> Carl Eugen
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Detailed list of supported codecs in FFMPEG

2020-06-01 Thread Carl Eugen Hoyos




> Am 01.06.2020 um 14:03 schrieb rohit khali :
> 
> 
> I am doing feasibility analysis to integrate FFMPEG libraries into my
> decoder application hence looking for a detailed list of supported audio
> video codecs including corresponding profile

We generally don’t list supported profiles.

> and level support.

This question makes little sense: Software decoders do not know about levels.

> Is there any official page where I can find all this information?

Reading your questions I strongly suggest you read the licensing terms of 
FFmpeg, especially the No-Warranty clause.

Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Detailed list of supported codecs in FFMPEG

2020-06-01 Thread Patrick Cusack via ffmpeg-user
If you are running the ffmpeg binary, you can run ffmpeg -decoders or -encoders 
to get a list of all formats supported.

> On Jun 1, 2020, at 5:03 AM, rohit khali  wrote:
> 
> Hi All,
> 
> 
> 
> I am doing feasibility analysis to integrate FFMPEG libraries into my
> decoder application hence looking for a detailed list of supported audio
> video codecs including corresponding profile and level support.
> 
> Is there any official page where I can find all this information?
> 
> 
> 
> Thanks,
> 
> Rohit Khali
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
> 
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] Detailed list of supported codecs in FFMPEG

2020-06-01 Thread rohit khali
Hi All,



I am doing feasibility analysis to integrate FFMPEG libraries into my
decoder application hence looking for a detailed list of supported audio
video codecs including corresponding profile and level support.

Is there any official page where I can find all this information?



 Thanks,

Rohit Khali
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".