FAQ  •  Register  •  Login

some .mkv files fail - C5500

<<

dustmop

Serviio newbie

Posts: 2

Joined: Sat Feb 05, 2011 2:37 am

Post Sat Feb 05, 2011 3:27 am

some .mkv files fail - C5500

Samsung C5500, serviio 0.5, profile set to Samsung C series.

Most .mkv files I have play back just fine, but I have a few that do not. I renamed 2 of them as test.mkv and test1.mkv.

Removed the log file and database, pointed it to share a directory with 2 test mkv files, then attempted to play them with my player. Detailed log file from that is attached.

The ffmpeg -i for both below:

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\Nixon>cd "\Program Files (x86)\Serviio\lib"

C:\Program Files (x86)\Serviio\lib>ffmpeg.exe -i v:\Movies\test.mkv
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 10 2011 21:46:22 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
libavutil 50.36. 0 / 50.36. 0
libavcore 0.16. 0 / 0.16. 0
libavcodec 52.108. 0 / 52.108. 0
libavformat 52.92. 0 / 52.92. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1.72. 0 / 1.72. 0
libswscale 0.12. 0 / 0.12. 0
[matroska,webm @ 003bbb40] max_analyze_duration reached
[matroska,webm @ 003bbb40] Estimating duration from bitrate, this may be inaccur
ate

Seems stream 15 codec frame rate differs from container frame rate: 47.95 (48000
/1001) -> 23.98 (48000/2002)
Input #0, matroska,webm, from 'v:\Movies\test.mkv':
Duration: 00:54:43.96, start: 0.000000, bitrate: 1760 kb/s
Stream #0.0(eng): Audio: dca, 48000 Hz, 5.1, s16, 1536 kb/s
Stream #0.1(dan): Subtitle: [0][0][0][0] / 0x0000
Metadata:
title : Danish Commentary
Stream #0.2(eng): Subtitle: [0][0][0][0] / 0x0000
Metadata:
title : English Commentary
Stream #0.3(fin): Subtitle: [0][0][0][0] / 0x0000
Metadata:
title : Finnish Commentary
Stream #0.4(nor): Subtitle: [0][0][0][0] / 0x0000
Metadata:
title : Norwegian Commentary
Stream #0.5(swe): Subtitle: [0][0][0][0] / 0x0000
Metadata:
title : Swedish Commentary
Stream #0.6(dan): Subtitle: [0][0][0][0] / 0x0000
Stream #0.7(eng): Subtitle: [0][0][0][0] / 0x0000
Stream #0.8(fin): Subtitle: [0][0][0][0] / 0x0000
Stream #0.9(fre): Subtitle: [0][0][0][0] / 0x0000
Stream #0.10(nor): Subtitle: [0][0][0][0] / 0x0000
Stream #0.11(por): Subtitle: [0][0][0][0] / 0x0000
Stream #0.12(spa): Subtitle: [0][0][0][0] / 0x0000
Stream #0.13(swe): Subtitle: [0][0][0][0] / 0x0000
Stream #0.14(eng): Audio: ac3, 48000 Hz, stereo, s16, 224 kb/s
Metadata:
title : English Commentary
Stream #0.15(eng): Video: h264, yuv420p, 1436x1080, PAR 1:1 DAR 359:270, 23.
98 fps, 23.98 tbr, 1k tbn, 47.95 tbc
At least one output file must be specified





C:\Program Files (x86)\Serviio\lib>ffmpeg.exe -i v:\Movies\test1.mkv
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 10 2011 21:46:22 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
libavutil 50.36. 0 / 50.36. 0
libavcore 0.16. 0 / 0.16. 0
libavcodec 52.108. 0 / 52.108. 0
libavformat 52.92. 0 / 52.92. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1.72. 0 / 1.72. 0
libswscale 0.12. 0 / 0.12. 0
[matroska,webm @ 012abb50] max_analyze_duration reached
[matroska,webm @ 012abb50] Estimating duration from bitrate, this may be inaccur
ate

Seems stream 0 codec frame rate differs from container frame rate: 47.95 (48000/
1001) -> 23.98 (48000/2002)
Input #0, matroska,webm, from 'v:\Movies\test1.mkv':
Duration: 02:28:08.00, start: 0.000000, bitrate: 448 kb/s
Stream #0.0: Video: h264, yuv420p, 1280x528 [PAR 1:1 DAR 80:33], 23.98 fps,
23.98 tbr, 1k tbn, 47.95 tbc
Stream #0.1(eng): Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s
Stream #0.2: Attachment: mjpeg
Metadata:
filename : test1.jpg
At least one output file must be specified
Attachments
serviio.log
(189.58 KiB) Downloaded 364 times
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat Feb 05, 2011 11:11 am

Re: some .mkv files fail - C5500

Can you check what video profile/level these files are (use MediaInfo)?
<<

dustmop

Serviio newbie

Posts: 2

Joined: Sat Feb 05, 2011 2:37 am

Post Sat Feb 05, 2011 9:02 pm

Re: some .mkv files fail - C5500

The following are files I found that fail.

  Code:
General
Unique ID                        : 189191588116024411936666635158328865062 (0x8E54F97761ED2F24B32D7DDEA77A7126)
Complete name                    : Z:\Movies_test\test.mkv
Format                           : Matroska
File size                        : 2.19 GiB
Duration                         : 54mn 43s
Overall bit rate                 : 5 723 Kbps
Encoded date                     : UTC 2009-12-21 10:40:37
Writing application              : mkvmerge v2.9.9 ('Tutu') built on Nov 25 2009 21:13:32
Writing library                  : libebml v0.7.9 + libmatroska v0.8.1

Video
ID                               : 16
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : High@L4.1
Format settings, CABAC           : Yes
Format settings, ReFrames        : 5 frames
Codec ID                         : V_MPEG4/ISO/AVC
Duration                         : 54mn 43s
Bit rate                         : 4 000 Kbps
Width                            : 1 436 pixels
Height                           : 1 080 pixels
Display aspect ratio             : 4:3
Frame rate                       : 23.976 fps
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Progressive
Bits/(Pixel*Frame)               : 0.108
Stream size                      : 1.48 GiB (68%)
Writing library                  : x264 core 80 r1376M 3feaec2
Encoding settings                : cabac=1 / ref=5 / deblock=1:-3:-3 / analyse=0x3:0x113 / me=tesa / subme=10 / psy=1 / psy_rd=0.7:0.0 / mixed_ref=1 / me_range=32 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-2 / threads=12 / sliced_threads=0 / nr=0 / decimate=0 / mbaff=0 / constrained_intra=0 / bframes=5 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / wpredb=1 / wpredp=2 / keyint=250 / keyint_min=25 / scenecut=40 / rc_lookahead=68 / rc=2pass / mbtree=1 / bitrate=4000 / ratetol=3.0 / qcomp=0.60 / qpmin=8 / qpmax=30 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=50000 / vbv_bufsize=62500 / ip_ratio=1.40 / aq=2:1.00 / zones=42009,43409,b=14000,deblock=-3:-3,psy-rd=1:0.2
Language                         : English

Audio #1
ID                               : 1
Format                           : DTS
Format/Info                      : Digital Theater Systems
Codec ID                         : A_DTS
Duration                         : 54mn 43s
Bit rate mode                    : Constant
Bit rate                         : 1 510 Kbps
Channel(s)                       : 6 channels
Channel positions                : Front: L C R, Side: L R, LFE
Sampling rate                    : 48.0 KHz
Bit depth                        : 24 bits
Compression mode                 : Lossy
Stream size                      : 591 MiB (26%)
Language                         : English

Audio #2
ID                               : 15
Format                           : AC-3
Format/Info                      : Audio Coding 3
Mode extension                   : CM (complete main)
Codec ID                         : A_AC3
Duration                         : 54mn 43s
Bit rate mode                    : Constant
Bit rate                         : 224 Kbps
Channel(s)                       : 2 channels
Channel positions                : Front: L R
Sampling rate                    : 48.0 KHz
Bit depth                        : 16 bits
Compression mode                 : Lossy
Stream size                      : 87.7 MiB (4%)
Title                            : English Commentary
Language                         : English


  Code:
General
Unique ID                        : 171488075777565083886983321832000882295 (0x810366EB147A50538D5B1E9CCF448677)
Complete name                    : Z:\Movies_test\test1.mkv
Format                           : Matroska
File size                        : 3.26 GiB
Duration                         : 2h 28mn
Overall bit rate                 : 3 146 Kbps
Encoded date                     : UTC 2010-11-18 14:04:18
Writing application              : mkvmerge v4.4.0 ('Die Wiederkehr') built on Oct 31 2010 21:52:48
Writing library                  : libebml v1.0.0 + libmatroska v1.0.0
Cover                            : Yes

Video
ID                               : 1
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : High@L4.1
Format settings, CABAC           : Yes
Format settings, ReFrames        : 4 frames
Format settings, GOP             : M=1, N=16
Muxing mode                      : Header stripping
Codec ID                         : V_MPEG4/ISO/AVC
Duration                         : 2h 28mn
Bit rate mode                    : Variable
Bit rate                         : 2 695 Kbps
Maximum bit rate                 : 40.0 Mbps
Width                            : 1 280 pixels
Height                           : 528 pixels
Display aspect ratio             : 2.40:1
Frame rate                       : 23.976 fps
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Progressive
Bits/(Pixel*Frame)               : 0.166
Stream size                      : 2.73 GiB (84%)
Writing library                  : x264 core 108 r1766+9_DANGEROUS 6a74947
Encoding settings                : cabac=1 / ref=4 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / subme=9 / psy=1 / fade_compensate=0.00 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=3 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / constrained_intra=0 / fgo=0 / bframes=8 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=24 / keyint_min=2 / scenecut=40 / intra_refresh=0 / rc_lookahead=24 / rc=2pass / mbtree=1 / bitrate=2695 / ratetol=1.0 / qcomp=0.70 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=40000 / vbv_bufsize=30000 / ip_ratio=1.40 / aq=1 / aq-strength=1.00 / aq-sensitivity=10.00 / aq-ifactor=1.00 / aq-pfactor=1.00 / aq-bfactor=1.00 / aq2=0 / nal_hrd=no

Audio
ID                               : 2
Format                           : AC-3
Format/Info                      : Audio Coding 3
Mode extension                   : CM (complete main)
Muxing mode                      : Header stripping
Codec ID                         : A_AC3
Duration                         : 2h 28mn
Bit rate mode                    : Constant
Bit rate                         : 448 Kbps
Channel(s)                       : 6 channels
Channel positions                : Front: L C R, Side: L R, LFE
Sampling rate                    : 48.0 KHz
Bit depth                        : 16 bits
Compression mode                 : Lossy
Stream size                      : 475 MiB (14%)
Language                         : English



  Code:
General
Unique ID                        : 220473702273820891660530778393115316209 (0xA5DDB0C5A6850403AA4804ACE8C74FF1)
Complete name                    : Z:\Movies\Test2.mkv
Format                           : Matroska
File size                        : 3.06 GiB
Duration                         : 56mn 35s
Overall bit rate                 : 7 748 Kbps
Encoded date                     : UTC 2010-12-22 15:36:00
Writing application              : mkvmerge v4.4.0 ('Die Wiederkehr') built on Oct 31 2010 21:52:48
Writing library                  : libebml v1.0.0 + libmatroska v1.0.0

Video
ID                               : 1
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : High@L4.1
Format settings, CABAC           : Yes
Format settings, ReFrames        : 5 frames
Codec ID                         : V_MPEG4/ISO/AVC
Duration                         : 56mn 35s
Bit rate                         : 5 999 Kbps
Width                            : 1 920 pixels
Height                           : 1 080 pixels
Display aspect ratio             : 16:9
Frame rate                       : 23.976 fps
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Progressive
Bits/(Pixel*Frame)               : 0.121
Stream size                      : 2.32 GiB (76%)
Writing library                  : x264 core 112 r1834 a51816a
Encoding settings                : cabac=1 / ref=5 / deblock=1:-3:-3 / analyse=0x3:0x133 / me=tesa / subme=9 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=24 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-2 / threads=6 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / constrained_intra=0 / bframes=9 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc=2pass / mbtree=0 / bitrate=5999 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / pb_ratio=1.30 / aq=2:0.60

Audio #1
ID                               : 2
Format                           : DTS
Format/Info                      : Digital Theater Systems
Codec ID                         : A_DTS
Duration                         : 56mn 35s
Bit rate mode                    : Constant
Bit rate                         : 1 510 Kbps
Channel(s)                       : 6 channels
Channel positions                : Front: L C R, Side: L R, LFE
Sampling rate                    : 48.0 KHz
Bit depth                        : 24 bits
Compression mode                 : Lossy
Delay relative to video          : 10ms
Stream size                      : 611 MiB (19%)
Language                         : English

Audio #2
ID                               : 3
Format                           : AC-3
Format/Info                      : Audio Coding 3
Mode extension                   : CM (complete main)
Codec ID                         : A_AC3
Duration                         : 56mn 35s
Bit rate mode                    : Constant
Bit rate                         : 224 Kbps
Channel(s)                       : 2 channels
Channel positions                : Front: L R
Sampling rate                    : 48.0 KHz
Bit depth                        : 16 bits
Compression mode                 : Lossy
Stream size                      : 90.7 MiB (3%)
Title                            : Commentary
Language                         : English

Text
ID                               : 4
Format                           : PGS
Muxing mode                      : zlib
Codec ID                         : S_HDMV/PGS
Codec ID/Info                    : The same subtitle format used on BDs/HD-DVDs
Language                         : English

Menu
00:00:00.000                     : en:Chapter 00
00:02:27.147                     : en:Chapter 01
00:04:52.500                     : en:Chapter 02
00:10:44.310                     : en:Chapter 03
00:15:40.648                     : en:Chapter 04
00:24:41.480                     : en:Chapter 05
00:32:05.173                     : en:Chapter 06
00:38:51.370                     : en:Chapter 07
00:47:04.530              [code][/code]       : en:Chapter 08
00:55:27.282                     : en:Chapter 09




This next one has different profile, but also fails to play. Sound starts with no video, then after about 10 to 15 seconds, fails.

  Code:
General
Unique ID                        : 246908597655603279915174715979597042122 (0xB9C0DDBDA7BAF956892381B5FA4351CA)
Complete name                    : Z:\Movies\Test5.mkv
Format                           : Matroska
File size                        : 7.94 GiB
Duration                         : 1h 44mn
Overall bit rate                 : 10.8 Mbps
Encoded date                     : UTC 2010-12-11 22:34:27
Writing application              : mkvmerge v4.0.0 ('The Stars were mine') built on Jun  6 2010 16:18:42
Writing library                  : libebml v1.0.0 + libmatroska v1.0.0

Video
ID                               : 1
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : High@L5.0
Format settings, CABAC           : Yes
Format settings, ReFrames        : 5 frames
Format settings, GOP             : M=4, N=32
Codec ID                         : V_MPEG4/ISO/AVC
Duration                         : 1h 44mn
Bit rate                         : 9 322 Kbps
Width                            : 1 920 pixels
Height                           : 1 040 pixels
Display aspect ratio             : 16:9
Frame rate                       : 23.976 fps
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Progressive
Bits/(Pixel*Frame)               : 0.195
Stream size                      : 6.68 GiB (84%)
Title                            : Test5
Writing library                  : x264 core 110 r1820 fdcf2ae
Encoding settings                : cabac=1 / ref=5 / deblock=1:0:0 / analyse=0x3:0x133 / me=umh / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-2 / threads=12 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=240 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=9322 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / aq=1:1.00
Language                         : English

Audio
ID                               : 2
Format                           : DTS
Format/Info                      : Digital Theater Systems
Codec ID                         : A_DTS
Duration                         : 1h 44mn
Bit rate mode                    : Constant
Bit rate                         : 1 510 Kbps
Channel(s)                       : 6 channels
Channel positions                : Front: L C R, Side: L R, LFE
Sampling rate                    : 48.0 KHz
Bit depth                        : 24 bits
Compression mode                 : Lossy
Stream size                      : 1.11 GiB (14%)
Title                            : Test5
Language                         : English



For comparison sake, I checked a few that I do play correctly, and have included the MediaInfo from one of the ones that seems to have the same profile:

  Code:
General
Unique ID                        : 235032332649570393111225543846463197527 (0xB0D194AB0AD69A8FBA709BD2EBB2D157)
Complete name                    : Z:\Movies\Test4.mkv
Format                           : Matroska
File size                        : 17.4 GiB
Duration                         : 2h 29mn
Overall bit rate                 : 16.6 Mbps
Movie name                       : Transformers: Revenge of the Fallen (2009)
Encoded date                     : UTC 2009-10-08 18:28:13
Writing application              : mkvmerge v2.9.7 ('Tenderness') built on Jul  1 2009 18:43:35
Writing library                  : libebml v0.7.7 + libmatroska v0.8.1
Cover                            : Yes / Yes / Yes / Yes / Yes

Video
ID                               : 1
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : High@L4.1
Format settings, CABAC           : Yes
Format settings, ReFrames        : 5 frames
Codec ID                         : V_MPEG4/ISO/AVC
Duration                         : 2h 29mn
Bit rate                         : 15.1 Mbps
Width                            : 1 920 pixels
Height                           : 796 pixels
Display aspect ratio             : 2.40:1
Frame rate                       : 23.976 fps
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Progressive
Bits/(Pixel*Frame)               : 0.412
Stream size                      : 15.5 GiB (89%)
Writing library                  : x264 core 75 r1251M e553a4c
Encoding settings                : cabac=1 / ref=5 / deblock=1:-3:-3 / analyse=0x3:0x133 / me=esa / subme=9 / psy=1 / psy_rd=0.9:0.4 / mixed_ref=1 / me_range=32 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / chroma_qp_offset=-4 / threads=12 / nr=0 / decimate=0 / mbaff=0 / bframes=4 / b_pyramid=1 / b_adapt=2 / b_bias=0 / direct=3 / wpredb=1 / keyint=250 / keyint_min=25 / scenecut=40 / rc=2pass / mbtree=0 / bitrate=15103 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / pb_ratio=1.30 / aq=1:0.80
Language                         : English

Audio
ID                               : 2
Format                           : DTS
Format/Info                      : Digital Theater Systems
Codec ID                         : A_DTS
Duration                         : 2h 29mn
Bit rate mode                    : Constant
Bit rate                         : 1 510 Kbps
Channel(s)                       : 6 channels
Channel positions                : Front: L C R, Side: L R, LFE
Sampling rate                    : 48.0 KHz
Bit depth                        : 24 bits
Compression mode                 : Lossy
Stream size                      : 1.58 GiB (9%)
Language                         : English
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Sun Feb 06, 2011 8:50 am

Re: some .mkv files fail - C5500

Test1.mkv:
It is the Muxing mode : Header stripping. This is also called "header compression". Not supported

Test2.mkv, Test.mkv:
b_pyramid=2 on x264 encoding option, probably not supported

Test5.mkv:
Format profile : High@L5.0, not supported
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator

Return to Samsung

Who is online

Users browsing this forum: No registered users and 20 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.