Jump to content

Does selecting "H264 Very Slow" disable video transcoding?


Go to solution Solved by Happy2Play,

Recommended Posts

SynesthesiaBruh
Posted (edited)

I have a lot of full BR/4k content on my Windows NAS (most converted to MKV but I think I have 2 .m2ts files) which is wired into my 1GB switch on my home network. My Xbox One is also wired into the same switch. I'd like the video quality to be as high as possible. Does the "Very Slow" setting completely get rid of any video transcoding?

 

 

 

Here are my transcoding settings:

29992011332_560f4aa7ce_o.png

 

Thanks

Edited by SynesthesiaBruh
Happy2Play
Posted

No that is for video compression.  The only way to eliminate transcoding is if the device can natively play the codecs and container.

 

https://trac.ffmpeg.org/wiki/Encode/H.264

Deathsquirrel
Posted

What is your playback device?

SynesthesiaBruh
Posted

What is your playback device?

My TV from my Xbox One. I may eventually get a PS4 Pro though but I'm assuming whatever the Xbox can play the PS4 can play.

SynesthesiaBruh
Posted

No that is for video compression.  The only way to eliminate transcoding is if the device can natively play the codecs and container.

 

https://trac.ffmpeg.org/wiki/Encode/H.264

Hm, I guess I also don't want any compression either. So I'm not really sure specifically what to ask but what settings should I be using/changing so that there is no quality loss at all?

Happy2Play
Posted

You will have to post the media info so some one and determine why it is transcoding and a server log showing the issue.

  • Solution
Happy2Play
Posted

Looks like the dlna profile may need updating for 4k content, since it is limited to 1080p.  But your still going to have a limiting factor on supported audio.

    <CodecProfile type="Video" codec="h264">
      <Conditions>
        <ProfileCondition condition="NotEquals" property="IsAnamorphic" value="true" isRequired="false" />
        <ProfileCondition condition="LessThanEqual" property="VideoBitDepth" value="8" isRequired="false" />
        <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
        <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
        <ProfileCondition condition="LessThanEqual" property="VideoLevel" value="41" isRequired="false" />
        <ProfileCondition condition="EqualsAny" property="VideoProfile" value="high|main|baseline|constrained baseline" isRequired="false" />
      </Conditions>
  • Like 1
SynesthesiaBruh
Posted

You will have to post the media info so some one and determine why it is transcoding and a server log showing the issue.

 

Oh I'm sorry, I guess this was kinda the wrong forum section for this post. I'm not really having issues pertaining to video quality, I just want to make sure that there is no quality loss of any kind happening (or at least minimizing it as much as possible). I'll try looking for a better section and posting there, feel free to delete this.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...