archienz / ps3mediaserver

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

[Video] DTS->LPCM breaks video playback when audio is pcm and sample rate inferior to 44khz #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Playing back a Divx 5.0.1

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

For the movie to playback onmy PS3. Instead I get an error on the PS3.

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

1.02.1 on Windows 7

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

All of the above.

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) ? 

Codec DX50 
Name Divx 5.0.1
Frames 25.000
Size 320X240
AVI v1.0
Video 10.6MB
Audio 895KB
Audio Codec 0x0006 (ALAW)
Info 800Hz 64kb/s (1chnl)

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

Original issue reported on code.google.com by mlmason9...@gmail.com on 11 Jan 2009 at 2:44

Attachments:

GoogleCodeExporter commented 9 years ago
The following is more info about the file!

General
Complete name                    : C:\Users\Michael\Desktop\154vbjv5.avi
Format                           : AVI
Format/Info                      : Audio Video Interleave
File size                        : 11.6 MiB
Duration                         : 1mn 54s
Overall bit rate                 : 849 Kbps

Video
Format                           : MPEG-4 Visual
Format settings, BVOP            : Yes
Format settings, QPel            : No
Format settings, GMC             : No warppoints
Format settings, Matrix          : Default
Codec ID                         : DX50
Codec ID/Hint                    : DivX 5
Duration                         : 1mn 54s
Bit rate                         : 780 Kbps
Width                            : 320 pixels
Height                           : 240 pixels
Display aspect ratio             : 4/3
Frame rate                       : 25.000 fps
Resolution                       : 24 bits
Scan type                        : Progressive
Bits/(Pixel*Frame)               : 0.406
Stream size                      : 10.7 MiB (92%)
Writing library                  : DivX 5.0.1 (UTC 2002-04-09)

Audio
Format                           : ADPCM
Format profile                   : A-Law
Codec ID                         : 6
Codec ID/Info                    : CCITT A-Law
Duration                         : 1mn 54s
Bit rate mode                    : Constant
Bit rate                         : 64.0 Kbps
Channel(s)                       : 1 channel
Sampling rate                    : 8 000 Hz
Resolution                       : 8 bits
Stream size                      : 896 KiB (8%)
Interleave, duration             : 997 ms (24.92 video frames)
Interleave, preload duration     : 1000 ms

Original comment by mlmason9...@gmail.com on 11 Jan 2009 at 2:49

GoogleCodeExporter commented 9 years ago
Any update on why this video will not play?

Original comment by mlmason9...@gmail.com on 12 Jan 2009 at 7:47

GoogleCodeExporter commented 9 years ago
yeah, because you haven't joined the debug.log file :)
I suspect the 8000Hz A-Law codec, but without debug...

Original comment by ps3mediaserver@gmail.com on 12 Jan 2009 at 7:51

GoogleCodeExporter commented 9 years ago
I am trying to upload the debug.log file but its timing out because its over 
50MB.

So you can download it from here  
http://rapidshare.com/files/182551720/debug.log

I hope you will be able to get this file to play on the PS3 :)

Original comment by mlmason9...@gmail.com on 12 Jan 2009 at 8:18

GoogleCodeExporter commented 9 years ago
you have enabled the DTS->LPCM and there's a little bug in the pcm parsing 
(8khz is 
not lossless)
meanwhile, disable that option, I think it should be ok

Original comment by ps3mediaserver@gmail.com on 12 Jan 2009 at 8:49

GoogleCodeExporter commented 9 years ago

Original comment by ps3mediaserver@gmail.com on 12 Jan 2009 at 8:50

GoogleCodeExporter commented 9 years ago
Good news like you said by disableling DTS->LPCM this now allows the PS3 to 
playback this video :)

Huge thank you!

Original comment by mlmason9...@gmail.com on 12 Jan 2009 at 9:11

GoogleCodeExporter commented 9 years ago

Original comment by ps3mediaserver@gmail.com on 12 Jan 2009 at 10:22