- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When encoding using main or high profile with b-frames, and output via mepgts muxer and udp, I get somewhat frequently (around each 10-30 seconds) warnings about "Non-monotonous DTS in output stream" from the mpegts muxer. It seems that (though only sometimes and not on all b-frames, because there are plenty of b-frames in the stream), that the b-frames are somehow "out of order" regarding DTS.
An example log of 1 such occurence with 3 frames "affected":
2017/11/14 13:15:34 [mpegts @ 0x4609da0] Non-monotonous DTS in output stream 0:2; previous: 973677600, current: 973645200; changing to 973677601. This may result in incorrect timestamps in the output file.
2017/11/14 13:15:34 [mpegts @ 0x4609da0] Non-monotonous DTS in output stream 0:2; previous: 973677601, current: 973648800; changing to 973677602. This may result in incorrect timestamps in the output file.
2017/11/14 13:15:34 [mpegts @ 0x4609da0] Non-monotonous DTS in output stream 0:2; previous: 973677602, current: 973652400; changing to 973677603. This may result in incorrect timestamps in the output file.
1 occurence can have 1 or more frames that are in sequence, up to max b-frames setting for encoder.
I am pretty unsure if this is a real problem as I was unable to link that to any obvious picture artifacts in the player when playing such stream. Regardless, I would like to understand if this is a known issue and if it is ffmpeg or Media SDK caused.
Please help with any indication on where to look for the cause of this.
Using ffmpeg version n3.2.8
python sys_analyzer_linux.py
--------------------------
Hardware readiness checks:
--------------------------
[ OK ] Processor name: Intel(R) Core(TM) i7-4860EQ CPU @ 1.80GHz
--------------------------
OS readiness checks:
--------------------------
[ OK ] GPU visible to OS
[ OK ] Linux distro suitable for Media Server Studio 2016 Gold
--------------------------
Media Server Studio Install:
--------------------------
[ ERROR ] user not in video group. Add with usermod -a -G video {user}
[ OK ] libva.so.1 found
[ OK ] vainfo reports valid codec entry points
[ OK ] /dev/dri/renderD128 connects to Intel i915
--------------------------
Component Smoke Tests:
--------------------------
[ OK ] Media SDK HW API level:1.17
[ OK ] Media SDK SW API level:1.17
[ OK ] OpenCL check:platform:Intel(R) OpenCL GPU OK CPU OK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Haris,
I seems problem is with ffmpeg. Try using ffmpeg 3.2 or later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am using ffmpeg version n3.2.8
Later versions of ffmpeg seem to have problems with SDK 2106, which I have to use because all runs on Haswell HW.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
it would be important to see used ffmpeg command line and to have input sample.
is this only one CPU SKU you are focusing at?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page