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
831 stars 140 forks source link

ISO - Error with label #710

Closed allelouia closed 1 year ago

allelouia commented 1 year ago

There is an error with the label flag. There is no space when the flag is added which sometimes makes the iso unreadable. Example without label: MUXOPT --no-pcr-on-video-pid --new-audio-pes --blu-ray --vbr

Same example with label: MUXOPT --no-pcr-on-video-pid --new-audio-pes --blu-ray--label="test" --vbr

The --label flag is not separate from the --bluray flag.

jcdr428 commented 1 year ago

@allelouia thanks for reporting. Should be fixed in tomorrow's release.