Project

General

Profile

Bug #3448

x264 encoding errors in syslog

Added by Martin Bednar almost 9 years ago. Updated almost 9 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-12-28
Due date:
% Done:

0%

Estimated time:
Found in version:
4.1-1227~gc1a0705-dirty
Affected Versions:

Description

After setting up a stream profile tu transcode into "libx264: libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10" I see plenty of output in syslog while transcoding, it follows a pattern :
24x "libav : specified frame type is not compatible with max B-frames"
1x "libav : specified frame type (5) at 17027 is not compatible with keyframe interval" (17027 is an incrementing number)

Using x265 encoding I don't see these warnings/errors.

History

#1

Updated by Jaroslav Kysela almost 9 years ago

  • Status changed from New to Invalid

Fix the ffmpeg libraries.. These log lines are from the ffmpeg code.

#2

Updated by Dietmar Konermann almost 9 years ago

get also my log spammed with these messages... WARNING level

2016-01-07 18:24:34.675 [WARNING]:libav: specified frame type is not compatible with max B-frames
2016-01-07 18:24:34.701 [WARNING]:libav: specified frame type is not compatible with max B-frames
2016-01-07 18:24:34.740 [WARNING]:libav: specified frame type is not compatible with max B-frames
2016-01-07 18:24:34.794 [WARNING]:libav: specified frame type is not compatible with max B-frames

maybe this could be changed to DEBUG or even TRACE level?

#3

Updated by C K almost 9 years ago

Dietmar Konermann wrote:

get also my log spammed with these messages... WARNING level

2016-01-07 18:24:34.675 [WARNING]:libav: specified frame type is not compatible with max B-frames
2016-01-07 18:24:34.701 [WARNING]:libav: specified frame type is not compatible with max B-frames
2016-01-07 18:24:34.740 [WARNING]:libav: specified frame type is not compatible with max B-frames
2016-01-07 18:24:34.794 [WARNING]:libav: specified frame type is not compatible with max B-frames

maybe this could be changed to DEBUG or even TRACE level?

Yes, very annoying. Perhaps the log can be suppressed?

Also available in: Atom PDF