On 9/23/2021 7:54 AM, Nicolas Gaullier wrote:
Envoyé : jeudi 16 septembre 2021 09:40
Nicolas Gaullier (3):
avcodec/h264_parser: Set AVCodecContext.framerate
avformat/utils: Use r_frame_rate in compute_frame_duration if codec_framerate
is unknown
avformat/mov: Set AVSTREAM_PARSE_HEADERS f
>Envoyé : jeudi 16 septembre 2021 09:40
>
>>Nicolas Gaullier (3):
>> avcodec/h264_parser: Set AVCodecContext.framerate
>> avformat/utils: Use r_frame_rate in compute_frame_duration if
>> codec_framerate is unknown
>> avformat/mov: Set AVSTREAM_PARSE_HEADERS flag for H264
>
>Hello, I have receiv
>Nicolas Gaullier (3):
> avcodec/h264_parser: Set AVCodecContext.framerate
> avformat/utils: Use r_frame_rate in compute_frame_duration if
> codec_framerate is unknown
> avformat/mov: Set AVSTREAM_PARSE_HEADERS flag for H264
Hello, I have received no feedback on this serie I posted last week.
My use case is a typical ffprobe+ffmpeg scenario where there are many MP4/H264
progressive materials.
I just want to avoid inserting a deinterlacing filter if it is not required.
NOTE: many MP4 files don't have a 'fiel' box. I may be missing sth, but in my
information,
this is actually a quickti