Search the Community
Showing results for tags 'Setting'.
-
Hi, I did a quick look around and coulnd't see this already requested. In the app could we get a setting that allows us to change the Emby logo to another image of our own and the wording next to it for premier users. It would look amazing to have our own logo and server name shown here instead and if were paying subscribers. Incentive to get emby premier for those who don't already too.
-
Hi, I dont know if a lot of user multiplex there mkv before uploading but would be a sure awesome feature if we could have the option that instead of telling us formately witch language the audio track is, it only read the actual track name. For example. As a french user, I have most of my media in both french and English Audio ( wich btw work amazingly good work on that ! ) However, as a canadian user, I also try to obtain most of them in Quebec French Audio version. Now, as most of them are only availible in France French Audio, I still apreciate being able to know the diference on the one I have wich is currently Impossible since French is a unique Language Tag and Emby currently on read the Language Tag. Also, same thing for the subtible, some of them or Forced, some or Full and some time there only commentary but since there all in the same language there's no actual way to identify them threw emby other than English, English and English Thank for your consideration !
-
HD audio downgraded due to 2 Mbps max settings for internet stream
SuissoNaBisso posted a topic in LG Smart TV
Hi So I have a remote server connected with gigabit connection, at home I'm using the Emby app on LG 65C9 TV running WebOS 4.5. Use the server with UHD movies mainly containing HD audio like DTH-HD MA, Dolby True HD or event Dolby True HD Atmos. The problem is that on this Emby player app, in the settings, the maximum quality we can set for audio (with internet stream) is 2Mbps and for certain audio tracks this is not enough hence the server is forced to transcode / downgrade the audio to AC3 format with such a low bitrate... Example yesterday I did several tests with various movies and different audio bitrate : Quantum of Solace with DTS-HD MA track with bitrate of 1536 kbps = no trasncoding at all, stats for nerds well show that the DTS HD signal is decoded and sent to the TV Skyfall with DTS-HD MA track with bitrate of 1536 kbps = no trasncoding at all, stats for nerds well show that the DTS HD signal is decoded and sent to the TV Fantastics Beast, Crimes of Grindelwald with True HD ATmos track with bitarte of 3457 kbps = audio is being transcoded and dowgraded to AC3 format at around 500 kbps... Is there anyway to break this max setting for audio of 2 mbps ? My TV is compatible with HD formats including Atmos but I can't enjoy these tracks due to this limitation of Emby app...any update to fix in the future ? if Audio max settings offered was 4 or 5 Mbps that would make it ! Thanks -
I encode all of my media before it goes onto the server so I'm wondering if there are any recommended settings for smooth playback on Emby both inside and out of network? Currently I'm using the settings below. Please excuse the format it's copied and pasted from my (plist) file. <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist> <array> <dict> <key>AudioList</key> <array> <dict> <key>AudioBitrate</key> <string>320</string> <key>AudioEncoder</key> <string>MP3</string> <key>AudioMixdown</key> <string>Stereo</string> <key>AudioSamplerate</key> <string>Auto</string> <key>AudioTrack</key> <integer>1</integer> <key>AudioTrackDRCSlider</key> <real>0</real> <key>AudioTrackDescription</key> <string>Unknown</string> <key>AudioTrackGainSlider</key> <real>0</real> </dict> </array> <key>AudioAllowAACPass</key> <true /> <key>AudioAllowAC3Pass</key> <true /> <key>AudioAllowDTSHDPass</key> <true /> <key>AudioAllowDTSPass</key> <true /> <key>AudioAllowMP3Pass</key> <true /> <key>AudioEncoderFallback</key> <string>AC3</string> <key>ChapterMarkers</key> <true /> <key>Default</key> <integer>0</integer> <key>FileFormat</key> <string>MKV file</string> <key>Folder</key> <false /> <key>Mp4HttpOptimize</key> <integer>0</integer> <key>Mp4iPodCompatible</key> <integer>0</integer> <key>PictureAutoCrop</key> <integer>1</integer> <key>PictureDeblock</key> <integer>0</integer> <key>PictureDecombDeinterlace</key> <false /> <key>PictureDecombCustom</key> <string /> <key>PictureDecomb</key> <integer>0</integer> <key>PictureDeinterlaceCustom</key> <string /> <key>PictureDeinterlace</key> <integer>0</integer> <key>PictureDenoiseFilter</key> <string>off</string> <key>PictureDenoiseCustom</key> <string /> <key>PictureDenoisePreset</key> <string>ultralight</string> <key>PictureDetelecine</key> <integer>0</integer> <key>PictureDetelecineCustom</key> <string /> <key>PictureHeight</key> <integer>804</integer> <key>PictureKeepRatio</key> <integer>0</integer> <key>PictureModulus</key> <integer>2</integer> <key>PicturePAR</key> <integer>2</integer> <key>PictureLeftCrop</key> <integer>0</integer> <key>PictureRightCrop</key> <integer>0</integer> <key>PictureTopCrop</key> <integer>0</integer> <key>PictureBottomCrop</key> <integer>0</integer> <key>PictureWidth</key> <integer>1920</integer> <key>PresetBuildNumber</key> <string>2016021100</string> <key>PresetDescription</key> <string>No Description</string> <key>PresetName</key> <string>Movies Dual</string> <key>Type</key> <integer>1</integer> <key>UsesMaxPictureSettings</key> <integer>1</integer> <key>UsesPictureFilters</key> <integer>1</integer> <key>UsesPictureSettings</key> <integer>1</integer> <key>VideoAvgBitrate</key> <string /> <key>VideoEncoder</key> <string>H.264 (x264)</string> <key>VideoFramerate</key> <string>Same as source</string> <key>VideoFramerateMode</key> <string>vfr</string> <key>VideoGrayScale</key> <false /> <key>VideoQualitySlider</key> <real>20</real> <key>h264Level</key> <string>Auto</string> <key>x264OptionExtra</key> <string>rc-lookahead=30:ref=4</string> <key>x264Preset</key> <string>medium</string> <key>h264Profile</key> <string>none</string> <key>x264Tune</key> <string>none</string> <key>x264UseAdvancedOptions</key> <integer>1</integer> <key>h265Profile</key> <string>none</string> <key>x265Preset</key> <string>veryfast</string> <key>x265Tune</key> <string>none</string> <key>VideoQualityType</key> <integer>2</integer> <key>VideoTargetSize</key> <string /> <key>VideoTurboTwoPass</key> <integer>0</integer> <key>VideoTwoPass</key> <integer>0</integer> <key>x264Option</key> <string>rc-lookahead=30:ref=4</string> </dict> </array> </plist> Thanks.
-
What id like to know,is there a particular way to set these that will provide optimal results when finished?
-
Can someone explain me how the bandwidth setting in the app works? Is the rate setting in MegaBytes per second or is it Megabits? The highest setting is 120MB/s, if those are megabytes per second it will mean that you will need a connection that is faster than gigabit to reach the limit? If my LAN connection is 100mbit which limit should I use? Sorry for all the different questions but I'm really confused with this setting. Thanks.
-
Luke, MBS Version 3.0.5326.13255 MBT Version 3.0.5327.40705 What should the MAX STREAMING BITRATE setting be set at if you want all of your media to be DIRECT PLAYED and not transcoded? I installed the MBT update on three (3) machines and two (2) defaulted to a setting of 3Mbps and one (1) defaulted to 8Mbps. Most of my media is below the 8Mbps setting, but RECOREDED TV can vary from 12Mbps to 20Mbps. I'm sure people with BluRay media will have even higher bit rate requirements. I believe this was included as a setting to assist with controlling remote play of MBT, but should it not be an option that you can turn off if you don't have that need? Rather confusing to now have to configure MBT Internal Player to behave the way I assumed it was all along. Does this setting in MBT over ride the TRANSCODING settings in MBS? Any guidance on how this should be configured for DIRECT PLAY or minimal transcoding would be appreciated.
- 9 replies
-
- MBT
- Internal Player
-
(and 2 more)
Tagged with: