Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > (HD) DVD, Blu-ray & (S)VCD > (HD) DVD & Blu-ray authoring

Reply
 
Thread Tools Search this Thread Display Modes
Old 24th April 2025, 23:05   #1381  |  Link
glc650
Registered User
 
Join Date: May 2003
Posts: 79
The final build fails to open for me on macOS 15.4.1:

"tsMuxerGUI.app" is damaged and can't be opened. You should move it to the Trash.
glc650 is offline   Reply With Quote
Old 27th April 2025, 13:29   #1382  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,843
@glc650: both command line and gui work fine here. Did you call:
Code:
xattr -rc "Path to ssMuxeRGUI.app"
to remove all those quarantine flags macOS adds when the source isn't registered/paying?
(Apples habit of telling the user something is broken, when the problem is a flag it itself added is the reason, is hilarious in a bad way.)
__________________
Hybrid here in the forum, homepage, its own forum
Selur is offline   Reply With Quote
Old 27th April 2025, 21:52   #1383  |  Link
glc650
Registered User
 
Join Date: May 2003
Posts: 79
Quote:
Originally Posted by Selur View Post
@glc650: both command line and gui work fine here. Did you call:
Code:
xattr -rc "Path to ssMuxeRGUI.app"
to remove all those quarantine flags macOS adds when the source isn't registered/paying?
(Apples habit of telling the user something is broken, when the problem is a flag it itself added is the reason, is hilarious in a bad way.)
Never had to do that before but that did the trick, thanks.
glc650 is offline   Reply With Quote
Old 28th April 2025, 03:26   #1384  |  Link
qyot27
...?
 
qyot27's Avatar
 
Join Date: Nov 2005
Location: Florida
Posts: 1,501
Quote:
Originally Posted by Selur View Post
@glc650: both command line and gui work fine here. Did you call:
Code:
xattr -rc "Path to ssMuxeRGUI.app"
to remove all those quarantine flags macOS adds when the source isn't registered/paying?
(Apples habit of telling the user something is broken, when the problem is a flag it itself added is the reason, is hilarious in a bad way.)
Wow. That would have definitely spared a lot of time messing around with Gatekeeper while prepping the latest AviSynth+ release.

It's even worse:
Quote:
If you unpack a tar archive which has this attribute, all the unpacked files inherit the attribute. If an unpacked file is an executable and you try to execute it, you get the message ‘Operation not permitted’ and the execution fails.
So it's good to know that there is indeed a way of fixing downloaded stuff without having to suggest users disable part of the OS' security. That's just a bad look, even if the feature in question is more frustrating than helpful for anyone that knows what they're doing.

The funniest part is that aparently curl bypasses it entirely, because it doesn't set the attribute; web browsers do, but a literal downloading application does not (although I wonder how long until Apple starts shipping a custom version which does).
qyot27 is offline   Reply With Quote
Old 25th July 2025, 11:50   #1385  |  Link
Lucius Snow
Registered User
 
Join Date: Oct 2003
Posts: 162
Hi all,

I have this error "TRUE-HD stream (track 3): bad frame detected at position... Resync stream." when trying to mux a Dolby TrueHD MLP to make a Blu-Ray. Any ideas?

Thanks.

EDIT: The old version from 2014 doesn't display theses errors. Why?

Last edited by Lucius Snow; 25th July 2025 at 14:16.
Lucius Snow is offline   Reply With Quote
Old 27th July 2025, 04:58   #1386  |  Link
MrVideo
Registered User
 
MrVideo's Avatar
 
Join Date: May 2007
Location: Wisconsin
Posts: 2,272
Does it have a core AC3. tsMuxer doesn't support coreless Dolby TrueHD
MrVideo is offline   Reply With Quote
Old 27th July 2025, 21:41   #1387  |  Link
Lucius Snow
Registered User
 
Join Date: Oct 2003
Posts: 162
Yes, it does.
Lucius Snow is offline   Reply With Quote
Old 31st July 2025, 01:43   #1388  |  Link
MrVideo
Registered User
 
MrVideo's Avatar
 
Join Date: May 2007
Location: Wisconsin
Posts: 2,272
Then there might be a bug, which isn't going to get fixed any time soon.
MrVideo is offline   Reply With Quote
Old 5th October 2025, 18:15   #1389  |  Link
DanDare1983
Registered User
 
Join Date: Jan 2020
Posts: 120
I know tsmuxer isn't being updated anymore but I have a couple of simple questions hopefully someone can answer. Firstly when I add a blu-ray playlist with multiple m2ts files (seamless branched discs) when I check the resulting stream folder I only see one m2ts instead of 2 or 3. I understand that when m2ts files are joined together audio frames need to be dropped in order for the m2ts files to sync up? Does tsmuxer do this? Also I like to create a simple main movie of my blu-rays, does tsmuxer do this perfectly fine or is there any additional setting i need to check. I know that when I add an m2ts file and not a mpls tsmuxer creates chapters if I don't check the 'no chapters tab'. Finally i've noticed that when I add a movie with dolby atmos the atmos track is out of sync, to get round this I use the embedded ac3 core which is fine. Is this a known problem or is it just me? Thanks again
DanDare1983 is offline   Reply With Quote
Old 5th October 2025, 22:31   #1390  |  Link
taurusus
Registered User
 
Join Date: Jan 2022
Posts: 87
Hi DanDare1983 tsmuxer can create only one m2ts file, it is not necessary to separate audio from video, it can assemble with all audio and subtitles and I did not notice any desynchronization in the Atmos track.
taurusus is offline   Reply With Quote
Old 6th October 2025, 15:26   #1391  |  Link
DanDare1983
Registered User
 
Join Date: Jan 2020
Posts: 120
@taurusus when you have multiple m2ts files you will get overlapping frames. Tools like eac3to and DGdemux will reduce frames in order for the m2ts files to sync up. In regards to the Atmos TrueHD track I ran it through DGdemux and the resulting audio file was in perfect sync with the video so it's obviously done something because it's now in perfect sync.
DanDare1983 is offline   Reply With Quote
Old 6th October 2025, 21:30   #1392  |  Link
ocean
Registered User
 
Join Date: Mar 2016
Posts: 166
Quote:
Originally Posted by DanDare1983 View Post
with dolby atmos the atmos track is out of sync, to get round this I use the embedded ac3 core which is fine. Is this a known problem or is it just me? Thanks again
Hi DanDare1983, I'm only replying to you about the Atmos track for seamless branched discs:

https://forum.doom9.org/showthread.p...10#post2022510

Last edited by ocean; 6th October 2025 at 21:38.
ocean is offline   Reply With Quote
Old 6th October 2025, 21:55   #1393  |  Link
DanDare1983
Registered User
 
Join Date: Jan 2020
Posts: 120
Hi Ocean, just checked the link and I can confirm that by extracting the 'full' truehd track with dgdemux and adding it to tsmuxer it works fine. Just a quick question if you can help....I see options such as "Do not change SEI and VUI data" and the box "Continually insert SPS/PPS" both unchecked. Do I need to check these? I'm not sure what they're actually for?
DanDare1983 is offline   Reply With Quote
Old 6th October 2025, 22:16   #1394  |  Link
ocean
Registered User
 
Join Date: Mar 2016
Posts: 166
Supplemental enhancement information (SEI) and video usability information (VUI):


https://forum.doom9.org/showthread.p...80#post1209880

Last edited by ocean; 6th October 2025 at 22:22.
ocean is offline   Reply With Quote
Old 7th October 2025, 18:31   #1395  |  Link
Hellboy.
Registered User
 
Join Date: Mar 2020
Posts: 73
DanDare1983
What version of tsMuxer are you using? I don't see any sync problem.
Hellboy. is offline   Reply With Quote
Old 8th October 2025, 08:37   #1396  |  Link
DanDare1983
Registered User
 
Join Date: Jan 2020
Posts: 120
Hellboy
I'm using the latest 2.7.0 release. Its weird because i tried another blu-ray folder with TrueHD Dolby atmos and that one worked fine. I've also just realised that tsMuxer is no longer being developed and that the latest 2.70 release is final. Thats a shame as i think its a handy tool to have.
DanDare1983 is offline   Reply With Quote
Old 8th October 2025, 21:12   #1397  |  Link
Hellboy.
Registered User
 
Join Date: Mar 2020
Posts: 73
Maybe the disk have a delay in the audio and tsMuxer doesn't see it.
Hellboy. is offline   Reply With Quote
Old 9th October 2025, 12:48   #1398  |  Link
DanDare1983
Registered User
 
Join Date: Jan 2020
Posts: 120
The actual disk in question was actually fine when i run it through dvdfab so i don't know whats wrong with it. Do you know how well the latrst version deals with UHD 4K disks? I'd like to make a simple main movie into Blu-ray folder with them too.
DanDare1983 is offline   Reply With Quote
Old 9th October 2025, 16:18   #1399  |  Link
Columbo
Registered User
 
Join Date: Sep 2025
Location: Chi-town
Posts: 98
Regarding your async with THD Atmos, something in the process has to correct for the gaps between the M2TS files. When you used DGDemux, it did so. Perhaps your process is using tools that don't support gaps correction for THD, which can be tricky.
Columbo is offline   Reply With Quote
Old 9th October 2025, 16:59   #1400  |  Link
DanDare1983
Registered User
 
Join Date: Jan 2020
Posts: 120
Hey Columbo, the disc in question only had one m2ts file and not multiple m2ts files. I can understand sync issues with movies with multiple m2ts but not one. I knew by running the THD file through dgdemux the audio would be fine. Which did confuse me was that other THD tracks work fine so i'm not sure whats going on. Whilst wer'e on the subject of multiple m2ts files and gap correction, does tsMuxer work well with them kind of discs (seamless branched discs)? I've been leaving them for the time being and focusing primarily on discs with one m2ts file.
DanDare1983 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 22:14.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.