Page 1 of 2
Samsung 4K UE50HU6900

Posted:
Fri Nov 21, 2014 7:41 pm
by Biffaboy
Hi,
I'm having trouble getting my TV to load the folders from my Serviio server. My other Samsung works fine, but this connects, finds all the folders, just doesn't display anything inside them.
What am I doing wrong? What should I set it as on the Serviio server?
Re: Samsung 4K UE50HU6900

Posted:
Sat Nov 22, 2014 1:23 am
by atc98092
Serviio doesn't ship with a Samsung H or HU profile. For my HU I used the H profile that Karnith created, stripped out all transcoding except for WTV files, and play them pretty successfully. I'm still working on some tweaks though. Even though I tell Serviio to transcode WTV, it isn't happening and they won't play. Other than that, I seem to be able to play almost everything else I have: MKV, M2TS, VOB, MP4, WMV. The one other hiccup is if the video has HD audio. The TV can't decode these audio codecs, and won't play, or play with no sound.
Re: Samsung 4K UE50HU6900

Posted:
Sat Nov 22, 2014 12:18 pm
by Biffaboy
Thanks for the reply.
I have downloaded that and set it as the H series in the profile section, but it still just shows he folders and nothing else.
Can you link me your profile?
Re: Samsung 4K UE50HU6900

Posted:
Sat Nov 22, 2014 10:58 pm
by atc98092
Here's what I am currently using for my HU set. there's only one video transcoding line, to support WTV files. However, as I mentioned it isn't working, as Serviio doesn't even begin to transcode the file. Actually, there's second line to catch Dolby TrueHD audio, but again that's not working.
- Code:
<Profile id="sam_hu" name="Samsung TV / player (HU-series)" extendsProfileId="1">
<ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.SamsungDLNAMessageBuilder</ContentDirectoryMessageBuilder>
<ResourceTransportProtocolHandler>org.serviio.upnp.protocol.http.transport.SamsungWiseLinkProtocolHandler</ResourceTransportProtocolHandler>
<Detection>
<UPnPSearch>
<FriendlyName>(^\[TV\][A-Z]{2}\d{2}(E|F)[A-Z]?\d{3,4}.*)|^\[TV\] Samsung</FriendlyName>
<ModelNumber>(1\.0)|(AllShare1\.0)</ModelNumber>
</UPnPSearch>
<HttpHeaders>
<!-- for BD players -->
<User-Agent>(.*SEC_HHP_BD-[EF].*)|(.*SEC_HHP_\[(HT|BD)\][EF].*)</User-Agent>
</HttpHeaders>
</Detection>
<DeviceDescription>
<ExtraElements>
<sec:ProductCap>smi,DCM10,getMediaInfo.sec,getCaptionInfo.sec</sec:ProductCap>
<sec:X_ProductCap>smi,DCM10,getMediaInfo.sec,getCaptionInfo.sec</sec:X_ProductCap>
</ExtraElements>
</DeviceDescription>
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/x-mkv">MATROSKA</MediaFormatProfile>
<MediaFormatProfile mime-type="video/x-msvideo" name="">AVI</MediaFormatProfile>
<MediaFormatProfile mime-type="audio/x-flac">FLAC</MediaFormatProfile>
</MediaFormatProfiles>
<ContentDirectoryDefinitionFilter>org.serviio.upnp.service.contentdirectory.definition.SamsungContentDirectoryDefinitionFilter</ContentDirectoryDefinitionFilter>
<H264LevelCheck>FILE_ATTRIBUTES</H264LevelCheck>
<Transcoding>
<!-- only transcode wtv files -->
<Video targetContainer="mpegts" targetVCodec="h264" targetACodec="ac3" aBitrate="384">
<Matches container="wtv"/>
</Video>
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
<Matches container="mpegts" aCodec="truehd" />
</Video>
<!-- comment line just to break the settings up -->
<Audio targetContainer="lpcm" forceInheritance="true">
<Matches container="mp4"/>
<Matches container="ogg"/>
<Matches container="adts"/>
<Matches container="mp2"/>
<Matches container="wavpack"/>
<Matches container="mpc"/>
<Matches container="ape"/>
<Matches container="asf"/>
</Audio>
</Transcoding>
<OnlineTranscoding>
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
<Matches container="applehttp" vCodec="h264"/>
</Video>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
<Matches container="asf"/>
<!-- mms -->
<Matches container="flv"/>
<!-- transcoding all flv streams, even h264, to avoid premature disconnects, to avoid this, use Samsung C/D profile -->
</Video>
</OnlineTranscoding>
<AutomaticImageRotation>true</AutomaticImageRotation>
<LimitImageResolution>false</LimitImageResolution>
<Subtitles>
<SoftSubs mime-type="smi/caption"/>
</Subtitles>
</Profile>
Re: Samsung 4K UE50HU6900

Posted:
Sun Nov 23, 2014 12:12 am
by Biffaboy
Thanks for posting that - unfortunately it still only shows folders but nothing inside them

I'm not sure what I'm doing wrong.

Re: Samsung 4K UE50HU6900

Posted:
Sun Nov 23, 2014 5:05 am
by atc98092
OK, next thing to know is the types of files you have. Are they Blu-Ray rips with Dolby TrueHD audio? If so, that's why they won't show. The TV can't play them. If it's something else, then we need the file info. Use the command line ffmpeg <file name> -i and post one or two of them.
Re: Samsung 4K UE50HU6900

Posted:
Tue Nov 25, 2014 7:43 pm
by Biffaboy
-I what?
It asks for a proper command
Re: Samsung 4K UE50HU6900

Posted:
Wed Nov 26, 2014 1:31 am
by atc98092
that last character is an i, not an L. Looks like my browser capitalized it and I didn't notice. Sorry about that.

Re: Samsung 4K UE50HU6900

Posted:
Wed Nov 26, 2014 6:59 pm
by Biffaboy
atc98092 wrote:that last character is an i, not an L. Looks like my browser capitalized it and I didn't notice. Sorry about that.

This is what I get.

Re: Samsung 4K UE50HU6900

Posted:
Thu Nov 27, 2014 1:26 pm
by DenyAll
I think it should be
ffmpeg -i <file name>.
Having said that I prefer MediaInfo for getting media details:
viewtopic.php?f=5&t=4510
Re: Samsung 4K UE50HU6900

Posted:
Thu Nov 27, 2014 8:54 pm
by Biffaboy
DenyAll wrote:I think it should be
ffmpeg -i <file name>.
Having said that I prefer MediaInfo for getting media details:
viewtopic.php?f=5&t=4510
- Code:
General
Unique ID : 198952418429949121007644753340207271623 (0x95ACD78E607F961F82E360321D290EC7)
Complete name : F:\Media\Movies\Transformers Age Of Extinction.mkv
Format : Matroska
Format version : Version 4 / Version 2
File size : 1.99 GiB
Duration : 2h 45mn
Overall bit rate : 1 725 Kbps
Movie name : 1Transformers Age of Extinction 2014 1080p BluRay x264 Ganool com
Encoded date : UTC 2014-09-19 04:37:51
Writing application : mkvmerge v6.6.0 ('The Edge Of The In Between') built on Dec 1 2013 17:55:00
Writing library : libebml v1.3.0 + libmatroska v1.4.1
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 2h 45mn
Nominal bit rate : 1 532 Kbps
Width : 1 920 pixels
Height : 800 pixels
Display aspect ratio : 2.40:1
Frame rate mode : Constant
Frame rate : 23.976 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.042
Writing library : x264 core 135 r2345 f0c1c53
Encoding settings : cabac=1 / ref=3 / deblock=1:-1:-1 / analyse=0x3:0x113 / me=umh / subme=10 / psy=1 / psy_rd=0.00:0.00 / mixed_ref=1 / me_range=32 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=0 / threads=12 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=8 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=2pass / mbtree=1 / bitrate=1532 / 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
Default : Yes
Forced : No
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : HE-AAC / LC
Codec ID : A_AAC
Duration : 2h 45mn
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz / 24.0 KHz
Compression mode : Lossy
Language : English
Default : Yes
Forced : No
Menu
00:00:00.000 : en:00:00:00.000
00:06:51.578 : en:00:06:51.578
00:14:33.581 : en:00:14:33.581
00:21:37.463 : en:00:21:37.463
00:30:13.395 : en:00:30:13.395
00:38:45.990 : en:00:38:45.990
00:46:08.057 : en:00:46:08.057
00:51:39.513 : en:00:51:39.513
00:59:09.337 : en:00:59:09.337
01:07:48.648 : en:01:07:48.648
01:15:14.552 : en:01:15:14.552
01:23:25.292 : en:01:23:25.292
01:29:14.724 : en:01:29:14.724
01:37:16.956 : en:01:37:16.956
01:44:35.436 : en:01:44:35.436
01:51:25.053 : en:01:51:25.053
01:57:47.936 : en:01:57:47.936
02:04:48.481 : en:02:04:48.481
02:12:35.865 : en:02:12:35.865
02:21:04.206 : en:02:21:04.206
02:28:48.670 : en:02:28:48.670
02:37:09.629 : en:02:37:09.629
- Code:
General
Complete name : F:\Media\Movies\Sin City A Dame to Kill For.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 904 MiB
Duration : 1h 42mn
Overall bit rate : 1 229 Kbps
Writing application : Lavf55.33.100
Comment : wrestle_mania
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 9 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 42mn
Bit rate : 1 124 Kbps
Width : 1 280 pixels
Height : 690 pixels
Display aspect ratio : 1.85:1
Frame rate mode : Variable
Frame rate : 24.000 fps
Minimum frame rate : 23.810 fps
Maximum frame rate : 24.390 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.053
Stream size : 826 MiB (91%)
Writing library : x264 core 142 r2431 ac76440
Encoding settings : cabac=1 / ref=9 / deblock=1:0:0 / analyse=0x3:0x133 / me=umh / subme=10 / 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=1 / chroma_qp_offset=-2 / threads=24 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=6 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=240 / keyint_min=24 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=2pass / mbtree=1 / bitrate=1124 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=62500 / vbv_bufsize=78125 / nal_hrd=none / filler=0 / ip_ratio=1.40 / aq=1:1.00
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : HE-AAC / LC
Codec ID : 40
Duration : 1h 42mn
Bit rate mode : Constant
Bit rate : 99.5 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 44.1 KHz / 22.05 KHz
Compression mode : Lossy
Stream size : 73.1 MiB (8%)
- Code:
General
Complete name : F:\Media\Movies\Mary Kom.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 1.78 GiB
Duration : 2h 1mn
Overall bit rate : 2 108 Kbps
Writing application : Lavf55.33.100
Comment : wrestle_mania
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 : avc1
Codec ID/Info : Advanced Video Coding
Duration : 2h 1mn
Bit rate : 2 010 Kbps
Width : 1 920 pixels
Height : 800 pixels
Display aspect ratio : 2.40:1
Frame rate mode : Constant
Frame rate : 24.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.055
Stream size : 1.70 GiB (95%)
Writing library : x264 core 142 r2431 ac76440
Encoding settings : cabac=1 / ref=5 / deblock=1:-1:-1 / analyse=0x3:0x113 / me=umh / subme=9 / psy=1 / psy_rd=1.00:0.15 / mixed_ref=1 / me_range=24 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-3 / threads=12 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=240 / keyint_min=24 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=2pass / mbtree=1 / bitrate=2010 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=31250 / vbv_bufsize=31250 / nal_hrd=none / filler=0 / ip_ratio=1.40 / aq=1:1.00
Color primaries : BT.709
Matrix coefficients : BT.709
Color range : Limited
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 2h 1mn
Bit rate mode : Constant
Bit rate : 93.4 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 80.9 MiB (4%)
- Code:
General
Unique ID : 185555862352596764345149714505928576331 (0x8B98C258B66A47479281902916DC8D4B)
Complete name : F:\Media\Movies\X-Men Days of Future Past.mkv
Format : Matroska
Format version : Version 2
File size : 1.36 GiB
Duration : 2h 11mn
Overall bit rate : 1 481 Kbps
Movie name : X.Men.Days.of.Future.Past.2014.720p.WEBRiP.x264.ShAaNiG.com
Encoded date : UTC 2014-08-17 14:07:28
Writing application : mkvmerge v4.0.0 ('The Stars were mine') built on Jun 5 2010 17:44:09
Writing library : libebml v1.0.0 + libmatroska v1.0.0
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.0
Format settings, CABAC : Yes
Format settings, ReFrames : 5 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 2h 11mn
Nominal bit rate : 1 288 Kbps
Width : 1 280 pixels
Height : 688 pixels
Display aspect ratio : 1.85:1
Frame rate mode : Constant
Frame rate : 30.181 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.048
Writing library : x264 core 133 r2334 a3ac64b
Encoding settings : cabac=1 / ref=5 / deblock=1:-1:-1 / analyse=0x3:0x113 / me=umh / subme=7 / psy=1 / 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=24 / lookahead_threads=4 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=0 / b_adapt=1 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=302 / keyint_min=30 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=1288 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=20000 / vbv_bufsize=25000 / nal_hrd=none / ip_ratio=1.40 / aq=1:1.00
Default : No
Forced : No
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : HE-AAC / LC
Codec ID : A_AAC
Duration : 2h 11mn
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz / 24.0 KHz
Compression mode : Lossy
Delay relative to video : 31ms
Default : No
Forced : No
Text
ID : 3
Format : UTF-8
Codec ID : S_TEXT/UTF8
Codec ID/Info : UTF-8 Plain Text
Default : Yes
Forced : No
Re: Samsung 4K UE50HU6900

Posted:
Thu Nov 27, 2014 9:02 pm
by Biffaboy
Here is some more..
- Code:
General
Complete name : F:\Media\Movies\-I
File size : 0.00 Byte
General
Complete name : F:\Media\Movies\-l
File size : 0.00 Byte
General
Complete name : F:\Media\Movies\12 Years a Slave.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 1.83 GiB
Duration : 2h 14mn
Overall bit rate : 1 950 Kbps
Codirector : codirector
Production studio : studio
ContentType : Unknown Type
Writing application : Lavf53.31.100
copy-warning : copy_warning
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.0
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 2h 14mn
Bit rate : 1 619 Kbps
Width : 1 920 pixels
Height : 800 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.044
Stream size : 1.52 GiB (83%)
Writing library : x264 core 135 r2345 f0c1c53
Encoding settings : cabac=1 / ref=3 / deblock=1:-1:-1 / analyse=0x3:0x113 / me=umh / subme=9 / psy=1 / psy_rd=0.00:0.00 / mixed_ref=1 / me_range=32 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=0 / threads=12 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=2pass / mbtree=1 / bitrate=1619 / 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
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 2h 14mn
Bit rate mode : Constant
Bit rate : 326 Kbps
Channel(s) : 2 channels
Channel(s)_Original : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 313 MiB (17%)
General
Complete name : F:\Media\Movies\2 Guns.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 817 MiB
Duration : 1h 49mn
Overall bit rate : 1 046 Kbps
Codirector : codirector
Production studio : studio
ContentType : Unknown Type
Writing application : Lavf55.33.100
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L3.1
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 49mn
Bit rate : 979 Kbps
Width : 1 280 pixels
Height : 536 pixels
Display aspect ratio : 2.40:1
Original display aspect ratio : 2.40:1
Frame rate mode : Variable
Frame rate : 25.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.057
Stream size : 762 MiB (93%)
Writing library : x264 core 120 r2151 a3f4407
Encoding settings : cabac=1 / ref=1 / deblock=1:0:0 / analyse=0x3:0x3 / me=dia / subme=1 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=0 / threads=18 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=1 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc=abr / mbtree=0 / bitrate=979 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / pb_ratio=1.30 / aq=1:1.00
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 1h 49mn
Bit rate mode : Constant
Bit rate : 63.9 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 44.1 KHz
Compression mode : Lossy
Stream size : 49.9 MiB (6%)
General
Complete name : F:\Media\Movies\21 and Over.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 1.18 GiB
Duration : 1h 29mn
Overall bit rate : 1 891 Kbps
Writing application : Lavf54.59.106
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L3.1
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 29mn
Bit rate : 1 800 Kbps
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 25.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.078
Stream size : 1.10 GiB (93%)
Writing library : x264 core 129
Encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / 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=1 / chroma_qp_offset=-2 / threads=24 / lookahead_threads=4 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=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=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=abr / mbtree=1 / bitrate=1800 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 1h 29mn
Bit rate mode : Constant
Bit rate : 128 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 44.1 KHz
Compression mode : Lossy
Stream size : 81.7 MiB (7%)
General
Complete name : F:\Media\Movies\22 Jump Street.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 1.73 GiB
Duration : 1h 51mn
Overall bit rate : 2 216 Kbps
Codirector : codirector
Production studio : studio
ContentType : Unknown Type
Writing application : Lavf55.33.100
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.0
Format settings, CABAC : Yes
Format settings, ReFrames : 5 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 51mn
Bit rate : 2 104 Kbps
Width : 1 912 pixels
Height : 792 pixels
Display aspect ratio : 2.40:1
Original display aspect ratio : 2.40:1
Frame rate mode : Variable
Frame rate : 23.976 fps
Minimum frame rate : 23.976 fps
Maximum frame rate : 24.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.058
Stream size : 1.64 GiB (95%)
Writing library : x264 core 133 r2334 a3ac64b
Encoding settings : cabac=1 / ref=5 / deblock=1:-1:-1 / analyse=0x3:0x113 / me=umh / subme=7 / psy=1 / 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=24 / lookahead_threads=4 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=0 / b_adapt=1 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=240 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=2104 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=20000 / vbv_bufsize=25000 / nal_hrd=none / ip_ratio=1.40 / aq=1:1.00
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 1h 51mn
Bit rate mode : Constant
Bit rate : 107 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 85.6 MiB (5%)
General
Complete name : F:\Media\Movies\300 - Rise of an Empire.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 1.96 GiB
Duration : 1h 42mn
Overall bit rate : 2 729 Kbps
Writing application : Lavf55.42.100
Comment : wrestle_mania
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 42mn
Bit rate : 2 500 Kbps
Width : 1 920 pixels
Height : 800 pixels
Display aspect ratio : 2.40:1
Frame rate mode : Variable
Frame rate : 23.976 fps
Minimum frame rate : 23.810 fps
Maximum frame rate : 24.390 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.068
Stream size : 1.79 GiB (92%)
Writing library : x264 core 140 r2377kMod 1ca7bb9
Encoding settings : cabac=1 / ref=4 / deblock=1:-1:-1 / analyse=0x3:0x113 / me=hex / subme=7 / psy=1 / fade_compensate=0.00 / psy_rd=1.00:0.15 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-3 / threads=11 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / fgo=0 / bframes=8 / b_pyramid=1 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=2500 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=31250 / vbv_bufsize=31250 / nal_hrd=none / filler=0 / ip_ratio=1.40 / aq=1:1.00
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 1h 42mn
Duration_LastFrame : 43ms
Bit rate mode : Constant
Bit rate : 224 Kbps
Channel(s) : 2 channels
Channel(s)_Original : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 164 MiB (8%)
General
Complete name : F:\Media\Movies\A Million Ways To Die In The West.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 934 MiB
Duration : 1h 55mn
Overall bit rate : 1 128 Kbps
Codirector : codirector
Production studio : studio
ContentType : Unknown Type
Writing application : Lavf55.33.100
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.0
Format settings, CABAC : Yes
Format settings, ReFrames : 5 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 55mn
Bit rate : 1 021 Kbps
Width : 1 280 pixels
Height : 528 pixels
Display aspect ratio : 2.40:1
Original display aspect ratio : 2.40:1
Frame rate mode : Variable
Frame rate : 23.976 fps
Minimum frame rate : 23.976 fps
Maximum frame rate : 24.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.063
Stream size : 846 MiB (91%)
Writing library : x264 core 133 r2334 a3ac64b
Encoding settings : cabac=1 / ref=5 / deblock=1:-1:-1 / analyse=0x3:0x113 / me=umh / subme=7 / psy=1 / 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=24 / lookahead_threads=4 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=0 / b_adapt=1 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=240 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=1021 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=20000 / vbv_bufsize=25000 / nal_hrd=none / ip_ratio=1.40 / aq=1:1.00
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 1h 55mn
Bit rate mode : Constant
Bit rate : 101 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 83.7 MiB (9%)
General
Complete name : F:\Media\Movies\About Time.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 860 MiB
Duration : 2h 3mn
Overall bit rate : 974 Kbps
Codirector : codirector
Production studio : studio
ContentType : Unknown Type
Writing application : Lavf53.31.100
copy-warning : copy_warning
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L3.1
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 2h 3mn
Bit rate : 840 Kbps
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.052
Stream size : 741 MiB (86%)
Writing library : x264 core 135 r2345 f0c1c53
Encoding settings : cabac=1 / ref=3 / deblock=1:-1:-1 / analyse=0x3:0x113 / me=umh / subme=9 / psy=1 / psy_rd=0.00:0.00 / mixed_ref=1 / me_range=32 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=0 / threads=12 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=2pass / mbtree=1 / bitrate=840 / 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
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 2h 3mn
Bit rate mode : Constant
Bit rate : 128 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 113 MiB (13%)
General
Complete name : F:\Media\Movies\After Earth.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 1.44 GiB
Duration : 1h 40mn
Overall bit rate : 2 055 Kbps
Writing application : Lavf55.14.102
Comment : wrestle_mania
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 : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 40mn
Bit rate : 1 957 Kbps
Width : 1 920 pixels
Height : 800 pixels
Display aspect ratio : 2.40:1
Frame rate mode : Constant
Frame rate : 23.976 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.053
Stream size : 1.37 GiB (95%)
Writing library : x264 core 135 r2 f0c1c53
Encoding settings : cabac=1 / ref=5 / deblock=1:-1:-1 / analyse=0x3:0x133 / me=umh / subme=9 / psy=1 / psy_rd=1.00:0.15 / mixed_ref=1 / me_range=24 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-3 / threads=36 / lookahead_threads=3 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / 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_lookahead=60 / rc=2pass / mbtree=1 / bitrate=1957 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=31250 / vbv_bufsize=31250 / nal_hrd=none / ip_ratio=1.40 / aq=1:1.00
Color primaries : BT.709
Matrix coefficients : BT.709
Color range : Limited
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 1h 40mn
Bit rate mode : Constant
Bit rate : 93.7 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 67.1 MiB (5%)
General
Complete name : F:\Media\Movies\Almost Married.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 724 MiB
Duration : 1h 37mn
Overall bit rate : 1 036 Kbps
Codirector : codirector
Production studio : studio
ContentType : Unknown Type
Writing application : Lavf55.33.100
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 37mn
Bit rate : 934 Kbps
Width : 1 280 pixels
Height : 544 pixels
Display aspect ratio : 2.35:1
Frame rate : 24.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.056
Stream size : 652 MiB (90%)
Writing library : x264 core 135 r2345 f0c1c53
Encoding settings : cabac=1 / ref=3 / deblock=1:-1:-1 / analyse=0x3:0x113 / me=umh / subme=10 / psy=1 / psy_rd=0.00:0.00 / mixed_ref=1 / me_range=32 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=0 / threads=12 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=8 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=2pass / mbtree=1 / bitrate=934 / 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
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 1h 37mn
Bit rate mode : Constant
Bit rate : 96.0 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 66.4 MiB (9%)
General
Complete name : F:\Media\Movies\American History X.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 1.60 GiB
Duration : 1h 58mn
Overall bit rate : 1 925 Kbps
Writing application : Lavf54.35.100
Comment : wrestle_mania
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.0
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 58mn
Bit rate : 1 824 Kbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 23.976 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.037
Stream size : 1.51 GiB (95%)
Writing library : x264 core 120 r2164 da19765
Encoding settings : cabac=1 / ref=4 / deblock=1:0:0 / analyse=0x3:0x113 / me=umh / subme=8 / psy=1 / psy_rd=1.00:0.15 / mixed_ref=1 / me_range=18 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-3 / threads=6 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=240 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=50 / rc=2pass / mbtree=1 / bitrate=1824 / 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
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 1h 58mn
Bit rate mode : Constant
Bit rate : 96.0 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 81.5 MiB (5%)
General
Complete name : F:\Media\Movies\American Hustle.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 2.04 GiB
Duration : 2h 18mn
Overall bit rate mode : Variable
Overall bit rate : 2 114 Kbps
Encoded date : UTC 2014-02-28 10:15:48
Tagged date : UTC 2014-02-28 10:15:48
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 2h 18mn
Bit rate : 2 016 Kbps
Maximum bit rate : 10.6 Mbps
Width : 1 920 pixels
Height : 800 pixels
Display aspect ratio : 2.40:1
Frame rate mode : Constant
Frame rate : 23.976 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.055
Stream size : 1.94 GiB (95%)
Writing library : x264 core 135 r2 f0c1c53
Encoding settings : cabac=1 / ref=4 / deblock=1:-1:-1 / analyse=0x3:0x133 / me=umh / subme=9 / psy=1 / psy_rd=1.00:0.15 / mixed_ref=1 / me_range=24 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-3 / threads=18 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / 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_lookahead=60 / rc=2pass / mbtree=1 / bitrate=2016 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=31250 / vbv_bufsize=31250 / nal_hrd=none / ip_ratio=1.40 / aq=1:1.00
Encoded date : UTC 2014-02-28 10:15:48
Tagged date : UTC 2014-02-28 10:16:00
Color primaries : BT.709
Matrix coefficients : BT.709
Color range : Limited
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 2h 18mn
Bit rate mode : Variable
Bit rate : 93.8 Kbps
Maximum bit rate : 106 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 92.7 MiB (4%)
Language : English
Encoded date : UTC 2014-02-28 10:15:59
Tagged date : UTC 2014-02-28 10:16:00
General
Complete name : F:\Media\Movies\Anchorman 2 The Legend Continues.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 1 009 MiB
Duration : 2h 3mn
Overall bit rate : 1 144 Kbps
Codirector : codirector
Production studio : studio
ContentType : Unknown Type
Writing application : Lavf53.31.100
copy-warning : copy_warning
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.0
Format settings, CABAC : Yes
Format settings, ReFrames : 5 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 2h 3mn
Bit rate : 1 011 Kbps
Width : 1 280 pixels
Height : 532 pixels
Display aspect ratio : 2.40:1
Frame rate mode : Variable
Frame rate : 23.976 fps
Minimum frame rate : 23.976 fps
Maximum frame rate : 24.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.062
Stream size : 892 MiB (88%)
Writing library : x264 core 133 r2334 a3ac64b
Encoding settings : cabac=1 / ref=5 / deblock=1:-1:-1 / analyse=0x3:0x113 / me=umh / subme=7 / psy=1 / 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=36 / lookahead_threads=4 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=0 / b_adapt=1 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=240 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=1011 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=20000 / vbv_bufsize=25000 / nal_hrd=none / ip_ratio=1.40 / aq=1:1.00
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 2h 3mn
Bit rate mode : Constant
Bit rate : 128 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 113 MiB (11%)
General
Complete name : F:\Media\Movies\Assault on Wallstreet.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 660 MiB
Duration : 1h 38mn
Overall bit rate : 933 Kbps
Writing application : Lavf54.59.106
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L3.0
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 38mn
Bit rate : 800 Kbps
Width : 854 pixels
Height : 478 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 25.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.078
Stream size : 565 MiB (86%)
Writing library : x264 core 129
Encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / 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=1 / chroma_qp_offset=-2 / threads=24 / lookahead_threads=4 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=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=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=abr / mbtree=1 / bitrate=800 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 1h 38mn
Bit rate mode : Constant
Bit rate : 128 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 44.1 KHz
Compression mode : Lossy
Stream size : 90.5 MiB (14%)
General
Complete name : F:\Media\Movies\Automata.mp4
File size : 0.00 Byte
General
Complete name : F:\Media\Movies\Avenged 2013.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 900 MiB
Duration : 1h 43mn
Overall bit rate : 1 220 Kbps
Writing application : Lavf55.33.100
Comment : wrestle_mania
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 9 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 43mn
Bit rate : 1 118 Kbps
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate mode : Variable
Frame rate : 24.000 fps
Minimum frame rate : 23.810 fps
Maximum frame rate : 24.390 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.051
Stream size : 822 MiB (91%)
Writing library : x264 core 142 r2431 ac76440
Encoding settings : cabac=1 / ref=9 / deblock=1:0:0 / analyse=0x3:0x133 / me=umh / subme=10 / 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=1 / chroma_qp_offset=-2 / threads=24 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=6 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=240 / keyint_min=24 / scenecut=40 / intra_refresh=0 / rc_lookahead=60 / rc=2pass / mbtree=1 / bitrate=1118 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=62500 / vbv_bufsize=78125 / nal_hrd=none / filler=0 / ip_ratio=1.40 / aq=1:1.00
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : HE-AAC / LC
Codec ID : 40
Duration : 1h 43mn
Bit rate mode : Constant
Bit rate : 100.0 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz / 24.0 KHz
Compression mode : Lossy
Stream size : 73.7 MiB (8%)
General
Complete name : F:\Media\Movies\Bad Grampa.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 809 MiB
Duration : 1h 42mn
Overall bit rate : 1 104 Kbps
Writing application : Lavf55.14.102
Comment : wrestle_mania
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 42mn
Bit rate : 1 004 Kbps
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 23.976 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.045
Stream size : 736 MiB (91%)
Writing library : x264 core 138 r2 9e941d1
Encoding settings : cabac=1 / ref=4 / deblock=1:-1:-1 / analyse=0x3:0x133 / me=umh / subme=9 / psy=1 / psy_rd=1.00:0.15 / mixed_ref=1 / me_range=24 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-3 / threads=18 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / 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_lookahead=60 / rc=2pass / mbtree=1 / bitrate=1004 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=31250 / vbv_bufsize=31250 / nal_hrd=none / ip_ratio=1.40 / aq=1:1.00
Color primaries : BT.709
Matrix coefficients : BT.709
Color range : Limited
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 1h 42mn
Bit rate mode : Constant
Bit rate : 93.9 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 68.7 MiB (8%)
General
Complete name : F:\Media\Movies\Bad Neighbors.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 778 MiB
Duration : 1h 36mn
Overall bit rate : 1 125 Kbps
Codirector : codirector
Production studio : studio
ContentType : Unknown Type
Writing application : Lavf55.33.100
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.0
Format settings, CABAC : Yes
Format settings, ReFrames : 5 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 36mn
Bit rate : 1 019 Kbps
Width : 1 280 pixels
Height : 532 pixels
Display aspect ratio : 2.40:1
Frame rate mode : Variable
Frame rate : 23.976 fps
Minimum frame rate : 23.976 fps
Maximum frame rate : 24.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.062
Stream size : 705 MiB (91%)
Writing library : x264 core 133 r2334 a3ac64b
Encoding settings : cabac=1 / ref=5 / deblock=1:-1:-1 / analyse=0x3:0x113 / me=umh / subme=7 / psy=1 / 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=24 / lookahead_threads=4 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=0 / b_adapt=1 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=240 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=1019 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=20000 / vbv_bufsize=25000 / nal_hrd=none / ip_ratio=1.40 / aq=1:1.00
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 1h 36mn
Bit rate mode : Constant
Bit rate : 100 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 69.4 MiB (9%)
General
Complete name : F:\Media\Movies\Bad Words.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom
File size : 1.70 GiB
Duration : 1h 29mn
Overall bit rate : 2 730 Kbps
Writing application : Lavf55.42.100
Comment : wrestle_mania
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1h 29mn
Bit rate : 2 500 Kbps
Width : 1 920 pixels
Height : 800 pixels
Display aspect ratio : 2.40:1
Frame rate mode : Variable
Frame rate : 23.976 fps
Minimum frame rate : 12.048 fps
Maximum frame rate : 16 000.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.068
Stream size : 1.55 GiB (92%)
Writing library : x264 core 142 r2431kMod ac76440
Encoding settings : cabac=1 / ref=4 / deblock=1:-1:-1 / analyse=0x3:0x113 / me=umh / subme=8 / psy=1 / fade_compensate=0.00 / psy_rd=1.00:0.15 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-3 / threads=11 / lookahead_threads=3 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / fgo=0 / bframes=8 / b_pyramid=1 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=50 / rc=2pass / mbtree=1 / bitrate=2500 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=31250 / vbv_bufsize=31250 / nal_hrd=none / filler=0 / ip_ratio=1.40 / aq=1:1.00
Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 40
Duration : 1h 29mn
Bit rate mode : Constant
Bit rate : 224 Kbps
Channel(s) : 2 channels
Channel(s)_Original : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 143 MiB (8%)
Re: Samsung 4K UE50HU6900

Posted:
Fri Nov 28, 2014 12:38 am
by Miquel2Agreste
If you have any question about the using of
wireless audio,then you can come to learn more about it and gain more suggestion from professional persons.
Re: Samsung 4K UE50HU6900

Posted:
Fri Nov 28, 2014 2:19 am
by atc98092
Biffaboy wrote:atc98092 wrote:that last character is an i, not an L. Looks like my browser capitalized it and I didn't notice. Sorry about that.

This is what I get.

Also, since there's a space in the file name, the full name including path should be in quotes. But DenyAll is right about MediaInfo being easier to use. It's just that occasionally it doesn't include everything. I have a few files that MediaInfo reports having no audio track, even though it's there. Weird.
Looking at this info, the only thing that jumps out at me (and I may have no idea what I'm talking about

) is the audio. I can't find any of my files with AAC, so I can't compare them, but HE-AAC or A-AAC might be something other than "normal" AAC. The video sections I can match to some of my files, so they should at least show up.

Re: Samsung 4K UE50HU6900

Posted:
Fri Nov 28, 2014 6:10 pm
by Biffaboy
atc98092 wrote:Also, since there's a space in the file name, the full name including path should be in quotes. But DenyAll is right about MediaInfo being easier to use. It's just that occasionally it doesn't include everything. I have a few files that MediaInfo reports having no audio track, even though it's there. Weird.
Looking at this info, the only thing that jumps out at me (and I may have no idea what I'm talking about

) is the audio. I can't find any of my files with AAC, so I can't compare them, but HE-AAC or A-AAC might be something other than "normal" AAC. The video sections I can match to some of my files, so they should at least show up.

It's strange - nothing shows up in the server on the TV - all the folders do, but nothing inside (even pictures!) but on all the other Samsung TV's I've got they work fine.
I'm really struggling here.
Re: Samsung 4K UE50HU6900

Posted:
Mon Dec 01, 2014 11:58 pm
by tobbbie
Hi, I have the UE40HU6900 (my first smart TV) and I find it confusing that you have to pass several steps through the menu on the TV before getting to where you want. So the first menu after selecting the DLNA server is there (Video, Audio, Pictures - supplied by the Samsung TV - the folder symbols have some icons with them) which is then creating a filter on the next screen - again showing the same like earlier, but this time the menu comes from the DLNA server and not the TV client. The first menu sets a filter (e.g. video) and the subsequent selections then access the "folders" on the server (e.g. music) with that filter. This may never find a match

You can see the filter on the top right of the TV but you will not have an option to change it after you have done your first menu selection.
So be careful to select the "video" in both menus (TV presented and then DLNA presented) - this should deliver the items served by the server.
Interestingly the direct connected USB devices permit to browse "all" content and then you can apply the filter later after doing your folder selections.
Re: Samsung 4K UE50HU6900

Posted:
Tue Dec 02, 2014 1:06 am
by atc98092
Yes, Samsung has a few interesting "design elements" in their UI. They released new firmware for mine a couple of days ago, and I was hoping it fixed my MPEG2 playback issue. Better, but not fixed. But their UI could really use some work.
Re: Samsung 4K UE50HU6900

Posted:
Wed Dec 03, 2014 8:46 pm
by Biffaboy
tobbbie wrote:Hi, I have the UE40HU6900 (my first smart TV) and I find it confusing that you have to pass several steps through the menu on the TV before getting to where you want. So the first menu after selecting the DLNA server is there (Video, Audio, Pictures - supplied by the Samsung TV - the folder symbols have some icons with them) which is then creating a filter on the next screen - again showing the same like earlier, but this time the menu comes from the DLNA server and not the TV client. The first menu sets a filter (e.g. video) and the subsequent selections then access the "folders" on the server (e.g. music) with that filter. This may never find a match

You can see the filter on the top right of the TV but you will not have an option to change it after you have done your first menu selection.
So be careful to select the "video" in both menus (TV presented and then DLNA presented) - this should deliver the items served by the server.
Interestingly the direct connected USB devices permit to browse "all" content and then you can apply the filter later after doing your folder selections.
Yes, I have tried selecting Videos, then going into Movies, Series etc but no luck!
Re: Samsung 4K UE50HU6900

Posted:
Wed Dec 03, 2014 9:07 pm
by tobbbie
Well - an obvious check is it the TV's or the server's problem - cross check with other servers on the TV and with other clients for the serviio settings. It works well for me with default profile on TV (I even disabled transcoding) and on any other device I connect to my local WLAN. I have installed serviio on the PC and used several clients on my mobile (Android) devices. For a quick check you can find several DLNA Servers also for Android - I found "iMediaShare" (both for serving and client) and GinkoDLNA (only client) quite handy.
Good luck in debugging this further.
Re: Samsung 4K UE50HU6900

Posted:
Mon Dec 22, 2014 6:59 pm
by Biffaboy
TV still doesn't work - yet my other Samsungs do.