Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2017-06-15 19:52:14 +0300
committerwm4 <nfxjfg@googlemail.com>2017-06-20 11:03:30 +0300
commitf1df7cc10c62b3d7a8979be36d14b9fb6fc30ff7 (patch)
treef3ba9ffb6400fffbe64be4a48ddbad149162a761 /configure
parentae6f6d4e34b8353a547be48fbf34b95a1c3652e9 (diff)
ffmpeg: remove misleading and incorrect warning messages
It is wrong/incorrect in two aspects: 1. The pixel format is not enough to guarantee that the resulting file will be any more compatible with media players. 2. Media players not supporting higher profiles are not necessarily outdated (in fact this is simply an arrogant statement that libavcodec can handle these particular features). You could add that there are plenty of other ways to produce widely incompatible files with ffmpeg, and these don't show any warnings. What we really want to do here is defaulting to codec profiles that have wide compatibility, such as main/high for h264. Also, if an encoder does not accept certain pixfmts, we should automatically convert them to a pixfmt the encoder can accept. But the existing message certainly is not appropriate. It also works for 2 specific encoders only. Extending it for other cases would result in a lot of special cases, so this is not the right place.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions