I believe I've seen a similar post somewhere on the forum, cannot find it though. My BRAVIA NX710 would never play a MP4 file on the first attempt no matter what settings I have in my custom renderer.conf, maybe because the file is recognized as
MPEG2. When I change directory and return, the MP4 video is now correctly labeled as
AVC and successfully streamed without re-encode. Is there really no way to assign the correct mime type (AVC) to MP4? Perhaps with some
MimeTypesChanges=video/mp4=video/mpeg4 or something?? I don't really get what can be converted on the fly and what not. Like why my 1440x1080 MPEG2/MPA home video files are listed on XMB but will simply not play. And why would the TV somehow correctly recognize MP4 but only on the second try.
My current config looks like the one I found in this thread:
- Code: Select all
...
Video=true
Audio=true
Image=true
SeekByTime=true
TranscodeVideo=MPEGAC3
TranscodeAudio=MP3
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=false
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
H264Level41Limited=true
TranscodeAudioTo441kHz=false
AutoExifRotate=true
MimeTypesChanges=audio/wav=audio/L16|video/mp4=video/mpeg
DLNALocalizationRequired=true
ForceJPGThumbnails=true
MediaParserV2_ThumbnailGeneration=false
MediaInfo=true
Supported = f:mpegps v:mpeg2 a:ac3|lpcm|mpa m:video/mpeg
Supported = f:mpegts v:mpeg2|h264 a:ac3|mpa m:video/mpeg
Supported = f:mpegts v:mpeg2|h264 a:ac3|aac|mpa m:video/vnd.dlna.mpeg-tts
Supported = f:qt|mov v:mp4|h264 a:ac3|aac m:video/mpeg
Supported = f:mp3 n:2 m:audio/mpeg
Supported = f:wav n:2 m:audio/L16
Supported = f:jpg m:image/jpeg