Bathrone
24th March 2009, 09:17
I have a maddening problem where my PS3 wont playback some MPEG4-ASP files. It seems to be independent of streaming or USB playback and I suspect its got something to do with encoding options or some sort of header details.
Ive googled around on this problem but no answer seems to have been found. Both of these files play fine on other devices.
Ive compared two xvid files, where one plays and the other does not below:
//
// This file plays
//
CompleteName : zzz.avi
Format_Settings_Matrix/String : Default (H.263)
MuxingMode : Packed bitstream
Width/String : 640 pixels
Height/String : 352 pixels
Alignment/String : Aligned on interleaves
Encoded_Library_Settings : VBR (mtrh)
//
// This file does not play
//
CompleteName : xyz.avi
Format_Settings_Matrix/String : Custom
Width/String : 560 pixels
Height/String : 320 pixels
Alignment/String : Split accross interleaves
Encoded_Library_Settings : ABR
Both files dont use qpel or gmc. I decided to try to rebuild the index using mencoder like so:
mencoder -idx xyz.avi -ovc copy -oac copy -o newindex.avi
But this resulted in the same failure to playback. I dont know the format settings matrix string is. I know many other VBR encoded audio files play fine so thats not it.
Ive googled around on this problem but no answer seems to have been found. Both of these files play fine on other devices.
Ive compared two xvid files, where one plays and the other does not below:
//
// This file plays
//
CompleteName : zzz.avi
Format_Settings_Matrix/String : Default (H.263)
MuxingMode : Packed bitstream
Width/String : 640 pixels
Height/String : 352 pixels
Alignment/String : Aligned on interleaves
Encoded_Library_Settings : VBR (mtrh)
//
// This file does not play
//
CompleteName : xyz.avi
Format_Settings_Matrix/String : Custom
Width/String : 560 pixels
Height/String : 320 pixels
Alignment/String : Split accross interleaves
Encoded_Library_Settings : ABR
Both files dont use qpel or gmc. I decided to try to rebuild the index using mencoder like so:
mencoder -idx xyz.avi -ovc copy -oac copy -o newindex.avi
But this resulted in the same failure to playback. I dont know the format settings matrix string is. I know many other VBR encoded audio files play fine so thats not it.