How to make No Encoding default render type for [TV][LG]LG UB820V
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
How to make No Encoding default render type for [TV][LG]LG UB820V
Hey I was wondering how to make No Encoding default, the config I use is LG-LA6200.conf
Re: How to make No Encoding default render type for [TV][LG]LG UB820V
The best and most correct way is to define in LG-LA6200.conf which formats are supported by the TV.
Samsung-EH6070.conf contains the syntax you can use as an example
For it to work the setting "MediaInfo" must be set to "true"(it is already set to true in LG-LA6200.conf)
Note: If you are using subtitles, UMS may choose to transcode your file even though you defined the format as "supported"All this depends on your renderers ability to read subtitles. ( It may require the subtitles "burned-in", and thus results in a transcode )
Read more in "DefaultRenderer.conf", located in your "renderers" folder
Hope this helps a bit.
Samsung-EH6070.conf contains the syntax you can use as an example
Code: Select all
Supported = f:3gp v:divx|h264|mjpeg|mp4|mpeg1|mpeg2|wmv a:aac|aac-he|ac3|dts|lpcm|mp3|wma m:video/3gpp
Supported = f:avi v:divx|h264|mjpeg|mp4|mpeg1|mpeg2|wmv a:aac|aac-he|ac3|dts|lpcm|mp3|wma m:video/avi
Supported = f:mkv v:divx|h264|mjpeg|mp4|mpeg1|mpeg2|wmv a:aac|aac-he|ac3|dts|lpcm|mp3|wma m:video/x-matroska
Supported = f:mov v:divx|h264|mjpeg|mp4|mpeg1|mpeg2|wmv a:aac|aac-he|ac3|dts|lpcm|mp3|wma m:video/quicktime
Supported = f:mp4 v:divx|h264|mjpeg|mp4|mpeg1|mpeg2|wmv a:aac|aac-he|ac3|dts|lpcm|mp3|wma m:video/mp4
Supported = f:mpegps|mpegts v:divx|h264|mjpeg|mp4|mpeg1|mpeg2|wmv a:aac|aac-he|ac3|dts|lpcm|mp3|wma m:video/mpeg
Supported = f:wmv v:divx|h264|mjpeg|mp4|mpeg1|mpeg2|wmv a:aac|aac-he|ac3|dts|lpcm|mp3|wma m:video/x-ms-wmv
For it to work the setting "MediaInfo" must be set to "true"
Code: Select all
MediaInfo = true
Note: If you are using subtitles, UMS may choose to transcode your file even though you defined the format as "supported"All this depends on your renderers ability to read subtitles. ( It may require the subtitles "burned-in", and thus results in a transcode )
Read more in "DefaultRenderer.conf", located in your "renderers" folder
Hope this helps a bit.
Re: How to make No Encoding default render type for [TV][LG]LG UB820V
So does something like this look right?
Excuse my ignorance don't understand much of this encoding stuff.
Code: Select all
#----------------------------------------------------------------------------
# Profile for LG LA6200 TVs.
# See DefaultRenderer.conf for descriptions of all the available options.
#
RendererName = LG LA6200
RendererIcon = lg-la6200.png
UserAgentSearch = LGE_DLNA_SDK
#UserAgentAdditionalHeader = X-AV-Client-Info
#UserAgentAdditionalHeaderSearch = LA6200
UpnpDetailsSearch = LG Electronics , LG TV
# Note: There are several similar LG profiles that use the same User-Agent.
# Set loading priority to 1 to prefer this configuration over the others
LoadingPriority = 0
MediaInfo = true
TranscodeAudio = MP3
MaxVideoBitrateMbps = 50
TranscodedVideoFileSize = -1
StreamExtensions = asf,wmv,avi,divx,mp4,m4v,mov,3gp,3g2,mkv,ts,trp,tp,mts,m2ts,vob,mpg,mpeg,mp3,jpg,jpeg,jpe,jps,mpo
AutoExifRotate = true
Supported = f:3gp v:divx|h264|mjpeg|mp4|mpeg1|mpeg2|wmv a:aac|aac-he|ac3|dts|lpcm|mp3|wma m:video/3gpp
Supported = f:avi v:divx|h264|mjpeg|mp4|mpeg1|mpeg2|wmv a:aac|aac-he|ac3|dts|lpcm|mp3|wma m:video/avi
Supported = f:mkv v:divx|h264|mjpeg|mp4|mpeg1|mpeg2|wmv a:aac|aac-he|ac3|dts|lpcm|mp3|wma m:video/x-matroska
Supported = f:mov v:divx|h264|mjpeg|mp4|mpeg1|mpeg2|wmv a:aac|aac-he|ac3|dts|lpcm|mp3|wma m:video/quicktime
Supported = f:mp4 v:divx|h264|mjpeg|mp4|mpeg1|mpeg2|wmv a:aac|aac-he|ac3|dts|lpcm|mp3|wma m:video/mp4
Supported = f:mpegps|mpegts v:divx|h264|mjpeg|mp4|mpeg1|mpeg2|wmv a:aac|aac-he|ac3|dts|lpcm|mp3|wma m:video/mpeg
Supported = f:wmv v:divx|h264|mjpeg|mp4|mpeg1|mpeg2|wmv a:aac|aac-he|ac3|dts|lpcm|mp3|wma m:video/x-ms-wmv
Re: How to make No Encoding default render type for [TV][LG]LG UB820V
The syntax and the structure of the renderer file seems ok.
What's important now, is to figure out what formats can your TV actually play.
So for an example.. if your TV can play AVI's, but only AVI's with DIVX Codec and H264, you should leave "divx" and "h264" , and delete the rest from the line. ( and let UMS transocde the formats that are not supported)
Maybe this will help: viewtopic.php?f=5&t=4086
What's important now, is to figure out what formats can your TV actually play.
So for an example.. if your TV can play AVI's, but only AVI's with DIVX Codec and H264, you should leave "divx" and "h264" , and delete the rest from the line. ( and let UMS transocde the formats that are not supported)
Maybe this will help: viewtopic.php?f=5&t=4086