Advertisement
Guest User

Untitled

a guest
Sep 27th, 2013
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. #----------------------------------------------------------------------------
  2. # Profile for Vizio Smart TV.
  3. # See PS3.conf for a description of all possible configuration options.
  4. #
  5.  
  6. RendererName=Vizio Smart TV
  7. RendererIcon=viziosmarttv.png
  8. UserAgentSearch = IPI/1.0 UPnP/1.0 DLNADOC/1.50
  9.  
  10. Video=true
  11. Audio=true
  12. Image=true
  13. SeekByTime=true
  14. TranscodeVideo=MPEGPSAC3
  15. TranscodeAudio=LPCM
  16. DefaultVBVBufSize=true
  17. MuxH264ToMpegTS=true
  18. MuxDTSToMpeg=false
  19. WrapDTSIntoPCM=false
  20. MuxLPCMToMpeg=false
  21. MaxVideoBitrateMbps=0
  22. MaxVideoWidth=0
  23. MaxVideoHeight=0
  24. H264Level41Limited=true
  25. MimeTypesChanges=audio/wav=audio/L16|video/mp4=video/mpeg
  26. DLNALocalizationRequired=true
  27. 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
  28. StreamExtensions=
  29.  
  30. # For Bravia TVs and Sony Bluray players
  31. ForceJPGThumbnails=true
  32.  
  33. MediaInfo=true
  34. CreateDLNATreeFaster = false
  35. # [Supported video formats]:
  36. # Here we declare support (or lack) of DTS (here, none of the entries declare dts as a supported audio codec)
  37. Supported = f:mpegps|mpegts v:mpeg1|mpeg2|mp4|h264 a:ac3|lpcm|aac|mpa m:video/mpeg
  38. # No H264 for AVI files, plus specific mediainfo attributes, for better auto detection (qpel and gmc are not supported here)
  39. Supported = f:avi|divx v:mp4|divx|mjpeg a:mp3|lpcm|mpa|ac3 m:video/x-divx qpel:no gmc:0
  40. Supported = f:mp4 v:mp4|h264 a:ac3|aac m:video/mp4
  41. # WMV files are supported, but not with 5.1 audio: (hence the n:2)
  42. Supported = f:wmv v:wmv|vc1 a:wma n:2 m:video/x-ms-wmv
  43. # [Supported audio formats]:
  44. Supported = f:wav a:dts|lpcm n:6 s:48000 m:audio/wav
  45. Supported = f:wav n:2 s:48000 m:audio/wav
  46. Supported = f:mp3 n:2 m:audio/mpeg
  47. # Apple lossless not supported
  48. Supported = f:aac n:2 a:(?!alac).+ m:audio/x-m4a
  49. Supported = f:wma n:2 m:audio/x-ms-wma
  50. Supported = f:atrac n:2 m:audio/x-oma
  51. # [Supported image formats]
  52. Supported = f:jpg m:image/jpeg
  53. Supported = f:png m:image/png
  54. Supported = f:gif m:image/gif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement