justdan96 / tsMuxer

tsMuxer is a transport stream muxer for remuxing/muxing elementary streams, EVO/VOB/MPG, MKV/MKA, MP4/MOV, TS, M2TS to TS to M2TS. Supported video codecs H.264/AVC, H.265/HEVC, VC-1, MPEG2. Supported audio codecs AAC, AC3 / E-AC3(DD+), DTS/ DTS-HD.
Apache License 2.0
830 stars 140 forks source link

Missing "UHD .. " options in GUI #541

Closed medikoo closed 2 years ago

medikoo commented 2 years ago

I've just downloaded latest nightly release and I don't see "UHD Blu-ray ISO" and "UHD Blu-ray folder" options in GUI.

What do I miss?

Screenshot 2022-01-11 at 10 11 30
lighterowl commented 2 years ago

You're not missing anything. Those two options existed for a short while and were removed about a year ago, if not more. The screenshot in the readme is just really old.

Nowadays, the output Blu-ray type is automagically set to UHD if the input streams require making the BR as an UHD one, i.e. the streams are 4K/HEVC or include Dolby Vision. If you want to force this, go to the Blu-ray tab and tick "Force BD-ROM V3 format", but it should be selected automatically anyway after adding a UHD stream to mux.

Pinging @jcdr428 as he's the BR expert here in case I'm making something up.

medikoo commented 2 years ago

@xavery great thanks for clarification! That's good news.

In light of that it'll be probably good to update the screenshot in the main readme, and add some notes about such detection (?)

justdan96 commented 2 years ago

That's a good suggestion, should be easy enough to make those changes. You even supplied an updated screenshot for us to use! :)

lighterowl commented 2 years ago

I updated the README to point to the new screenshot. Also added a note about GUI usage and --blu-ray-v3.

jcdr428 commented 2 years ago

Hi @xavery, actually the V3 is automatically set when detecting HEVC. It might or might not be UHD... The manual option is left if somebody wants to mux AVC or MEPG-2 to V3. E.g. many blurays include main movie in hevc and bonuses in avc, however all files must be V3 format.

lighterowl commented 2 years ago

Corrected, thanks.