Unknown1User / ps3mediaserver

Automatically exported from code.google.com/p/ps3mediaserver
0 stars 0 forks source link

MKV/AVCHD files recognized as MPEG2 by TV first time, hence no video; second time is OK #896

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Restart the PS3 media server or use a new MKV file (not seen before after 
the server start)
2. Access the mkv file from the Sony 52EX700 TV.
3. It's seen on the TV as TsMuxer/MPEG2

What is the expected output? What do you see instead?

Expected to see the full movie, only the sound is heard, no picture.
If I stop the movie, re-read the directory from the TV, then the same file is 
seen as TsMuxer/AVC and it runs perfectly fine.
In case I re-start the PS3 server, the problem is seen again, but if I restart 
the TV, the problem is not seen. Hence I think the issue is at the PS3 server 
side.

Looks like the server reports a wrong format in some cases.

What version of the product are you using? On what operating system?

1.20.412 (and the previous release .419 worked the same way)

If you are transcoding a media file, which engine are you using (mencoder, 
avisynth/mencoder, tsmuxer?)

TsMuxer

If the media file is in error (or does not play flawlessly), what are the codec 
informations of this file (you can use following program: 
mediainfo.sourceforge.net) ?

Please provide any additional information below and PLEASE JOIN debug.log file 
!!

Original issue reported on code.google.com by alexk...@gmail.com on 16 Nov 2010 at 7:16

Attachments:

GoogleCodeExporter commented 9 years ago
Media info:

General
Complete name                    : 
F:\Video\kino\peres_reverto\Flamandskaya_Doska.mkv
Format                           : Matroska
File size                        : 1.37 GiB
Duration                         : 1h 42mn
Overall bit rate                 : 1 913 Kbps
Encoded date                     : UTC 2009-08-06 13:54:18
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

Video
ID                               : 1
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : High@L3.0
Format settings, CABAC           : Yes
Format settings, ReFrames        : 5 frames
Muxing mode                      : Container profile=Unknown@3.0
Codec ID                         : V_MPEG4/ISO/AVC
Duration                         : 1h 42mn
Bit rate                         : 1 495 Kbps
Width                            : 720 pixels
Height                           : 480 pixels
Display aspect ratio             : 4:3
Frame rate                       : 23.976 fps
Standard                         : NTSC
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Progressive
Bits/(Pixel*Frame)               : 0.180
Stream size                      : 1.04 GiB (76%)
Writing library                  : x264 core 68 r1181kAVAQ 49bf767
Encoding settings                : cabac=1 / ref=5 / deblock=1:-2:-2 / 
analyse=0x3:0x133 / me=esa / subme=7 / psy_rd=0.2:0.0 / mixed_ref=1 / 
me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=1 / cqm=0 / deadzone=16,6 / 
chroma_qp_offset=-1 / threads=3 / nr=0 / decimate=0 / mbaff=0 / bframes=3 / 
b_pyramid=1 / b_adapt=2 / b_bias=0 / direct=1 / wpredb=1 / keyint=240 / 
keyint_min=24 / scenecut=40 / rc=2pass / bitrate=1495 / ratetol=5.0 / 
qcomp=0.50 / qpmin=1 / qpmax=51 / qpstep=10 / cplxblur=20.0 / qblur=0.5 / 
ip_ratio=1.30 / pb_ratio=1.30 / aq=2:0.80

Audio #1
ID                               : 2
Format                           : AC-3
Format/Info                      : Audio Coding 3
Mode extension                   : CM (complete main)
Codec ID                         : A_AC3
Duration                         : 1h 42mn
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
Stream size                      : 164 MiB (12%)
Title                            : 
╨┐╤А╨╛╤Д╨╡╤Б╤Б╨╕╨╛╨╜╨░╨╗╤М╨╜�
��Л╨╣ ╨╖╨░╨║╨░╨┤╤А╨╛╨▓╤Л╨╣ AC3 stereo
Language                         : Russian

Audio #2
ID                               : 3
Format                           : AC-3
Format/Info                      : Audio Coding 3
Mode extension                   : CM (complete main)
Codec ID                         : A_AC3
Duration                         : 1h 42mn
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
Stream size                      : 141 MiB (10%)
Title                            : AC3 stereo
Language                         : English

Original comment by alexk...@gmail.com on 16 Nov 2010 at 7:25

GoogleCodeExporter commented 9 years ago
I have a very similar problem with BluRay rips .m2ts files.  At first they all 
show up as mpeg2.  I have discovered that the movies that are actually in an 
H264 container will show up as AVC then next time I view the file and then they 
play just fine.  But the movies that are VC1 or VL1 (something like that) 
remain as mpeg2 and wont buffer to play.  The AVC movies play perfectly with no 
required transcoding.  It seems they are not quite being recognized correctly.

Original comment by JoeB...@gmail.com on 22 Nov 2010 at 10:04