Am Mo., 11. Mai 2020 um 20:02 Uhr schrieb Jacob Trimble via Libav-user
<libav-user@ffmpeg.org>:
>
> I'm creating a minimal build of FFmpeg that only has the features I need.  
> Right now,
> it only has the MOV demuxer.  I'm trying to get the sample aspect ratio from 
> the
> media, but I notice it isn't getting set from the demuxer.  If I add the 
> H.264 decoder
> to the build, even if I don't use it, then the SAR gets set.

That means that in the file you tested, sar is not set on the
container level but
the codec level (both are possible).

Sar is not the only thing that can need the parser, libavformat does not work
very well with minimal libavcodec, this is not a bug.

Carl Eugen
_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/libav-user

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

Reply via email to