Advertisement
Guest User

UMS-Playstation4-renderer config

a guest
Jun 16th, 2015
3,278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. $ cat Sony-PlayStation4.conf
  2.  
  3. #----------------------------------------------------------------------------
  4. # Profile for Sony PlayStation 4. (v1)
  5. # See DefaultRenderer.conf for descriptions of all the available options.
  6. #
  7. RendererName = PlayStation 4
  8. RendererIcon = ps3.png
  9.  
  10. # ============================================================================
  11. # This renderer has sent the following string/s:
  12. #
  13. # User-Agent: PS4Application libhttp/1.000 (PS4) libhttp/2.51 (PlayStation 4)
  14.  
  15. UserAgentSearch = PS4
  16.  
  17. SeekByTime = true
  18. DLNALocalizationRequired = true
  19. CreateDLNATreeFaster = true
  20. ForceJPGThumbnails = true
  21. ThumbnailAsResource = false
  22. AccurateDLNAOrgPN = true
  23. MuxNonMod4Resolution = false
  24. DefaultVBVBufSize = true
  25. TranscodeFastStart = true
  26. TranscodedVideoFileSize = -1
  27. MimeTypesChanges = video/avi=video/x-divx
  28. AutoExifRotate = true
  29. MediaInfo = true
  30. ThumbnailSize = 128x128
  31. SubtitleHttpHeader = CaptionInfo.sec
  32. PrependTrackNumbers = true
  33.  
  34. TranscodeVideo = MPEGTS-H264-AAC
  35. TranscodeAudio = MP3
  36.  
  37. TranscodeExtensions = dvr-ms,dvr,dv,ty,mov,ogm,hdmov,hdm,rmv,rmvb,rm,asf,evo,asx,flv,m2v,mpe,mod,tivo,ty,tmf,ts,tp,m2p,wmv,wm,div,flac,mlp,fla,wma,dts,mka,ape,ogg,shn,mpc,ra,mp2,wv,oma,aa3,gif,arw,cr2,crw,dng,raf,mrw,nef,pef,tif,tiff
  38. StreamExtensions = mkv,mpg,mpe,mpeg,m2t,m2ts,mts,mp4,avi,mp4,m4v,m4a
  39.  
  40. # Supported video formats:
  41. Supported = f:mpegps|mpegts v:mpeg1|mpeg2|mp4|h264 a:mpa|mp2|ac3|aac m:video/mpeg
  42. Supported = f:avi|divx v:mp4|divx a:mp3|lpcm|mpa|ac3 m:video/x-divx
  43. Supported = f:mp4 v:mp4|h264 a:ac3|aac m:video/mp4
  44. Supported = f:mkv v:mp4|h264 a:mpa|mp2|mp3|ac3|aac m:video/x-matroska
  45.  
  46. # Supported audio formats:
  47. Supported = f:mp3 n:2 m:audio/mpeg
  48. Supported = f:aac a:(?!alac).+ n:2 m:audio/x-m4a
  49.  
  50. # Supported image formats:
  51. Supported = f:jpg m:image/jpeg
  52. Supported = f:png m:image/png
  53. Supported = f:bmp m:image/bmp
  54.  
  55. SupportedExternalSubtitlesFormats = SUBRIP,ASS,TEXT,MICRODVD,WEBTT,SAMI
  56. SupportedInternalSubtitlesFormats = SUBRIP,ASS,TEXT,MICRODVD,WEBTT,SAMI
  57.  
  58. # Taken from: http://manuals.playstation.net/document/en/ps4/videos/mp_format_v.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement