NamcsdehT

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by NamcsdehT

  1. I've been a Tdarr user for a while now and have modified a few plug-ins for it to make Tdarr do what I want. Now, I've come across unmanic and I like the interface design much better. I have a library of mostly hevc files most are 10 bit, but many are still 8 bit. I'm trying to convert all my media to hevc 10 bit to support direct streaming for Apple Tvs. I'm currently using the Video Encoder H265/HEVC - libx265 (CPU) encoder. It does fine encoding anything that is not HEVC into HEVC 10 bit. I am using custom settings of the encoder with these settings "-map 0 -dn -c:v libx265 -preset veryfast -pix_fmt p010le -a53cc 0 -c:a copy -c:s copy -max_muxing_queue_size 999". The problem I have is that it does not re-encode the hevc 8 bit to 10 bit. Is there anyway to force it to?