Advertisement
Guest User

Vizio PS3MediaServer Configuration

a guest
Nov 26th, 2012
4,906
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. # ps3mediaserver renderer profile for Vizio SmartTV with Yahoo Widgets
  2. # Refer to PS3.conf for help
  3.  
  4. RendererName=Vizio SmartTV
  5. RendererIcon=braviaex.png
  6. UserAgentSearch = IPI/1.0 UPnP/1.0 DLNADOC/1.50
  7.  
  8. Video=true
  9. Audio=true
  10. Image=true
  11. SeekByTime=true
  12. TranscodeVideo=MPEGPSAC3
  13. TranscodeAudio=LPCM
  14. DefaultVBVBufSize=true
  15. MuxH264ToMpegTS=true
  16. MuxDTSToMpeg=false
  17. WrapDTSIntoPCM=false
  18. MuxLPCMToMpeg=false
  19. MaxVideoBitrateMbps=0
  20. MaxVideoWidth=0
  21. MaxVideoHeight=0
  22. H264Level41Limited=true
  23. MimeTypesChanges=audio/wav=audio/L16|video/mp4=video/mpeg
  24. DLNALocalizationRequired=true
  25. TranscodeExtensions=dvr-ms,dvr,mkv,dv,ty,mov,ogm,hdmov,hdm,rmv,rmvb,rm,asf,evo,asx,flv,m2v,mpe,mod,tivo,ty,tmf,ts,tp,m2p,mp4,m4v,avi,wmv,wm,divx,div,flac,mlp,fla,wma,m4a,aac,dts,mka,ape,ogg,shn,mpc,ra,mp2,wv,oma,aa3,gif,png,arw,cr2,crw,dng,raf,mrw,nef,pef,tif,tiff
  26. StreamExtensions=
  27.  
  28. # For Bravia TVs and Sony Bluray players
  29. ForceJPGThumbnails=true
  30.  
  31. MediaInfo=true
  32. CreateDLNATreeFaster = false
  33. # [Supported video formats]:
  34. # Here we declare support (or lack) of DTS (here, none of the entries declare dts as a supported audio codec)
  35. Supported = f:mpegps|mpegts v:mpeg1|mpeg2|mp4|h264 a:ac3|lpcm|aac|mpa m:video/mpeg
  36. # No H264 for AVI files, plus specific mediainfo attributes, for better auto detection (qpel and gmc are not supported here)
  37. Supported = f:avi|divx v:mp4|divx|mjpeg a:mp3|lpcm|mpa|ac3 m:video/x-divx qpel:no gmc:0
  38. Supported = f:mp4 v:mp4|h264 a:ac3|aac m:video/mp4
  39. # WMV files are supported, but not with 5.1 audio: (hence the n:2)
  40. Supported = f:wmv v:wmv|vc1 a:wma n:2 m:video/x-ms-wmv
  41. # [Supported audio formats]:
  42. Supported = f:wav a:dts|lpcm n:6 s:48000 m:audio/wav
  43. Supported = f:wav n:2 s:48000 m:audio/wav
  44. Supported = f:mp3 n:2 m:audio/mpeg
  45. # Apple lossless not supported
  46. Supported = f:aac n:2 a:(?!alac).+ m:audio/x-m4a
  47. Supported = f:wma n:2 m:audio/x-ms-wma
  48. Supported = f:atrac n:2 m:audio/x-oma
  49. # [Supported image formats]
  50. Supported = f:jpg m:image/jpeg
  51. Supported = f:png m:image/png
  52. Supported = f:gif m:image/gif
  53. Supported = f:tiff m:image/tiff
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement