-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should I transcode all my media or leave it as it is? #332
Comments
I am sure Don will be along soon, but in the meantime I will try answering. I would not transcode these videos. The main issue is that they are already HDR. With the current version of More generally, there are methods for converting HDR content into SDR. They all come with compromises. To my knowledge, there is no mathematical way to map HDR colours and brightnesses into SDR without loosing something. There certainly are better and worse ways to do this, but none will be perfect. If you would like to investigate, the term of art is "tone mapping". Finally, in this community we are at the beginning of understanding HDR (we are a bit slow, but we are persistent). The next version of Hope you find this helpful |
Thank you very much. |
@martinpickett the Anime scene has a history of encoding as 10-bit h264 files to minimize colour banding in the final encode. It is challenging for playback since h264 videos with 10-bit colour depth was basically not adopted as a standard. I suspect these are the source files @solleeali is working with- 1080p non-HDR files re-encoded as 10-bit for colour banding prevention. @solleeali are those assumptions and details accurate? If so, you could re-encode at a lower bitrate in an effort to save space, and likely can save a lot since animation is comparatively simple, but then you are re-encoding and certain to experience some generational loss as well as the transition from an 8-bit source to a 10-bit re-encode, back to an 8-bit re-encode. You might be better served finding a source that more closely meets your size needs. |
@solleeali My thanks to @martinpickett and @klogg416 for their excellent comments and questions! And I would agree. Don't transcode these particular videos. Converting HDR to SDR is currently fraught with problems, no matter which tool you use. And, BTW, thanks for using my tools! |
One last point I missed. HDR requires 10-bit or 12-bit colour, but 10-bit colour does not necessarily mean HDR. If the Anime started life as 1080p, then you are dealing with 8-bit FHD source video re-encoded as 10-bit, which can have a meaningful decrease in colour banding, but still doesn't convert the source to HDR. If that makes sense. |
@klogg416 Oooooh, good point. If that's the case, then it might be worth trying to transcode them just to see what it looks like. |
Echoing @klogg416's point, 10-bit does not mean HDR. So if your videos are only 10-bit and not HDR, then you could transcode using Edit: Don beat me to it. |
Hey Don
I have been using your transcoding tools for my Plex and Emby server and is absolutely loving it. But I want a little help in deciding something.
Actually, the media I have is expertly encoded (you know like maintaining bitrates, debanding, denoising, color correction, deinterlace etc.) by it's uploaders. The files are quite large, usually between 1.5 - 2.8 GB per episode. Also they are all 10bit videos (Japanese anime are usually 10bit 2D animation). I usually watch them on my mobile or TV.
So my question is, should I transcode my media at all? Would there be a significant loss in quality converting HDR to SDR?
The text was updated successfully, but these errors were encountered: