2.40 content being transcoded to 16:9

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
tkw6886
Posts: 2
Joined: Tue Jul 11, 2023 6:37 am

2.40 content being transcoded to 16:9

Post by tkw6886 »

I have a movie that I am streaming from UMS to VLC on an android box and it keeps getting transcoded to 16:9 even though I have KeepAspectRatio set to true in the configuration file.

How can I configure UMS so that it does not transcode and also maintains 2.40 aspect ratio?

Additionally there is a receiver in the configuration that can handle all the audio/video formats.
Attachments
_ums_dbg_2023-07-10-13-42.zip
(2.64 MiB) Downloaded 57 times
User avatar
mik_s
Moderator
Posts: 1130
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: 2.40 content being transcoded to 16:9

Post by mik_s »

I can see UMS is doing something with that option as the transcoding command includes

Code: Select all

pad=iw:iw/(16/9):0:(oh-ih)/2
VLC should be good with playing most formats so you should not need to transcode it.
I can see UMS is transcoding because of the aspect ratio option set in the conf

Code: Select all

File "Fast.X.2023.1080p.10bit.WEBRip.6CH.x265.HEVC-PSA.mkv" will not be streamed because the renderer needs us to add borders to change the aspect ratio from 2.40:1 to 16/9.
This is not an option I have used but have you tried to remove KeepAspectRatio and KeepAspectRatioTranscoding from that conf to let UMS stream that video unaltered and have VLC handle the aspect ratio?

Is that conf one you made? Have you tried the VLC-for-desktop.conf one or basing your conf off that?
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
tkw6886
Posts: 2
Joined: Tue Jul 11, 2023 6:37 am

Re: 2.40 content being transcoded to 16:9

Post by tkw6886 »

Thank you!

That works.
Post Reply