Problems with HD .ts files
#16
Ned Scott Wrote:It's the hardware. Bitrate means nothing. Codec means everything. Read FAQ.

But isn't it h264?

Code:
Stream #0.0[0x177a]: Video: h264 (High), yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 56.33 fps, 50 tbr, 90k tbn, 100 tbc

So its h264 inside a TS container

So it should hardware decode the h264 stream

Or am I reading the media description wrong?
Reply
#17
Its 60fps which is not supported ...
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#18
Is it the hardware or XBMC codecproblem
Reply
#19
In that case its hardware.
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#20
Sorry to bring this up again, but the information in this threads seems incorrect.

I have just had this issue myself, it is definately a software issue.

also, it certainly isn't 60fps, mine are 25fps and they wont play correctly whilst inside the ts container in the latest xbmc eden , as stated in the thread, sound only, no picture

if you demux and remux back into a ts container using tsmuxer, it still doesn't work

however, If you take the ts stream and demux the h264 and ac3 file then remux into mkv, it plays flawlessly.

here is media info from a recording


Code:
General
ID                               : 2050 (0x802)
Complete name                    : F:\Movies & Vids\20120830 1928 - BBC One HD - EastEnders.ts
Format                           : MPEG-TS
File size                        : 1.74 GiB
Duration                         : 36mn 58s
Overall bit rate                 : 6 718 Kbps

Video
ID                               : 5400 (0x1518)
Menu ID                          : 6941 (0x1B1D)
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : [email protected]
Format settings, CABAC           : Yes
Format settings, ReFrames        : 4 frames
Format settings, GOP             : M=8, N=24
Codec ID                         : 27
Duration                         : 36mn 58s
Bit rate                         : 5 934 Kbps
Width                            : 1 920 pixels
Height                           : 1 080 pixels
Display aspect ratio             : 16:9
Frame rate                       : 25.000 fps
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : MBAFF
Bits/(Pixel*Frame)               : 0.114
Stream size                      : 1.53 GiB (88%)
Color primaries                  : BT.709-5, BT.1361, IEC 61966-2-4, SMPTE RP177
Transfer characteristics         : BT.709-5, BT.1361
Matrix coefficients              : BT.709-5, BT.1361, IEC 61966-2-4 709, SMPTE RP177

Audio #1
ID                               : 5401 (0x1519)
Menu ID                          : 6941 (0x1B1D)
Format                           : AC-3
Format/Info                      : Audio Coding 3
Mode extension                   : CM (complete main)
Codec ID                         : 6
Duration                         : 36mn 58s
Bit rate mode                    : Constant
Bit rate                         : 192 Kbps
Channel(s)                       : 2 channels
Channel positions                : Front: L R
Sampling rate                    : 48.0 KHz
Bit depth                        : 16 bits
Compression mode                 : Lossy
Delay relative to video          : -834ms
Stream size                      : 50.8 MiB (3%)
Language                         : English

Audio #2
ID                               : 5402 (0x151A)
Menu ID                          : 6941 (0x1B1D)
Format                           : MPEG Audio
Format version                   : Version 1
Format profile                   : Layer 2
Codec ID                         : 3
Duration                         : 36mn 58s
Bit rate mode                    : Constant
Bit rate                         : 256 Kbps
Channel(s)                       : 2 channels
Sampling rate                    : 48.0 KHz
Compression mode                 : Lossy
Delay relative to video          : -828ms
Stream size                      : 67.7 MiB (4%)
Language                         : nar

Text #1
ID                               : 5403 (0x151B)-888
Menu ID                          : 6941 (0x1B1D)
Format                           : Teletext Subtitle
Language                         : English

Text #2
ID                               : 5404 (0x151C)
Menu ID                          : 6941 (0x1B1D)
Format                           : DVB Subtitle
Codec ID                         : 6
Duration                         : 36mn 54s
Delay relative to video          : 5s 608ms
Language                         : English

Menu
ID                               : 260 (0x104)
Menu ID                          : 6941 (0x1B1D)
Duration                         : 36mn 58s
List                             : 5400 (0x1518) (AVC) / 5401 (0x1519) (AC-3, English) / 5402 (0x151A) (MPEG Audio, nar) / 5403 (0x151B) () / 5404 (0x151C) (DVB Subtitle, English)
Language                         :  / English / nar /  / English


if required, i can record a small HD ts file and upload it somewhere for testing, let me know

Cheers
Reply
#21
I just bought an apple tv2... Have exactly the same probkem... HD TS does not play.
Is there a way to fiddle with advancedsettings.xml to always treat these files as 720 files so that these are played?
Reply
#22
(2012-09-04, 20:17)Bram Snip Wrote: I just bought an apple tv2... Have exactly the same probkem... HD TS does not play.
Is there a way to fiddle with advancedsettings.xml to always treat these files as 720 files so that these are played?

Not sure if anyone reads these forums, everyone seems in denial about this issue, for now, i suggest converting the files to mkv with mkvmerge until someone cares Smile
Reply
#23
jayjayuk1234, can you upload a small sample file for us to test with?
Reply
#24
(2012-09-07, 05:56)Ned Scott Wrote: jayjayuk1234, can you upload a small sample file for us to test with?

Sure, no probs

I have uploaded it here

Reply
#25
Posted here too

http://www.embedupload.com/?d=6XIRUZEBUA
Reply
#26
Any news on this?

It appears that VLC also struggles with these files, it can play them perfectly, but has lots of errors when trying to transcode SD and HD

Is there a shared library or somthing that these 2 programs use?
Reply
#27
ffmpeg / libav
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#28
Which means?....
Reply
#29
Its the answer of the last question from jayjayuk1234
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#30
Libav is a library made by ffmpeg (also by a second party called Libav, but that's besides the point). Both XBMC and VLC use this library, so that's the common ground between the two applications. Once libav is fixed, then that will trickle down to XBMC and VLC eventually.
Reply

Logout Mark Read Team Forum Stats Members Help
Problems with HD .ts files2