View Full Version : How do I add an audio track to an ISO image of 3D Blu-ray ?
vanden
23rd September 2011, 15:53
Hello,
I would like to add an audio track to an ISO image of 3D Blu-ray, is it possible?
Or remux .m2ts (AVC + MVC) and add an audio track in other container (.ssif/mkv/mp4), is it possible?
vanden
26th September 2011, 12:31
The only solution I found is Scenarist (5.5 or over) ...
http://www.bluauthoring.com/viewtopic.php?f=15&t=31&sid=ee826ca0ac84a7c621aaf2a7a6a64d20&start=60
But I have a problem, I have scenarist 5.5 but FMX mount is incompatible with Win764 ...
Where is FMX Create ? (see the links above)
rik1138
26th September 2011, 21:16
You need to update your Scenarist. The FMX Create tool is outdated since Sonic have made the mounter compatible with 64-bit.
You shouldn't be using anything less than 5.6 anyway (5.6.2 is current), there were some bugs and player incompatibility issues that could crop up with the older versions. (I can't remember if it was player firmware updates or Sonic software updates that solved these problems...)
amir3852
26th September 2011, 21:51
Hi everybody
somebody know how do re-authoring my blu-ray's.
i downloaded some blu-ray like IMAX Space Station 3D+Imax Fighter Pilot+IMAX Legend of Flight
but these blu-ray don't play in BD Player and in the Power DVD
help me how to play and how to shrink a 90GB blu-ray to 50GB without losing anything.
thank you
Guest
28th September 2011, 02:33
@amir3852
Please read and follow our forum rules, especially rule 6. Nobody is allowed to help you with downloaded materials, unless you show that they are in the public domain.
Also, do not post the same question in multiple forums (see rule 8).
http://forum.doom9.org/forum-rules.htm
zli061
6th October 2011, 15:12
The only solution I found is Scenarist (5.5 or over) ...
http://www.bluauthoring.com/viewtopic.php?f=15&t=31&sid=ee826ca0ac84a7c621aaf2a7a6a64d20&start=60
But I have a problem, I have scenarist 5.5 but FMX mount is incompatible with Win764 ...
Where is FMX Create ? (see the links above)
Can you give me software “Scenarist BD 5.5” download address?
I have been looking for this software a long time.
Will you please help me?
Thanks!
Ghitulescu
6th October 2011, 17:16
Take it from here -> http://www.rovicorp.com/products/content_producers/create/scenarist_bd.htm or from here -> http://www.videohelp.com/tools/Sonic-Scenarist
setarip_old
6th October 2011, 22:06
@zli061
Hi!
I read somewhere online that Scenarist 5.5 sells for $35,000US.
That's a pretty big investment you're considering!
rik1138
7th October 2011, 10:18
Actually, Scenarist 5.5 is no longer available... It's 5.6 now. :)
And I think it's only about $15,000... At least for regular Scenarist. Is the 3D version that much more?
tal.aloni
20th January 2015, 14:37
I had the need to add an audio track to an ssif file (stereoscopic interleaved file, which is really just an m2ts file with sequence of packets from of the base view m2ts, then sequence of packets from the dependent view m2ts and so on)
(usually the base view m2ts contains the base H.264 video stream and audio streams, while the dependent view m2ts only contains the dependent H.264 stream)
I began writing a multiplexer, but then I realized that Dolby Digital is limited to constant bitrate, so you can replace one AC3 track with another track (of the same length and bitrate) without changing the size of the original ssif, so if your source already contains a constant bitrate audio track (that you don't need), you could relatively easily perform such in-place replacement and write the new track instead.
Attached a C# source code that uses my MediaFormatLibrary (part of MP4Maker (http://iknowu.duckdns.org/files/public/MP4Maker/MP4Maker.htm)).
You could use the same principal to modify an ISO image.
p.s. The Popcorn Hour A-400 can play ssif files in 3D without the need for an ISO.
tal.aloni
7th February 2015, 10:24
I have completed and published my SSIF multiplexer, it's part of my MP4Maker (http://iknowu.duckdns.org/files/public/MP4Maker/MP4Maker.htm).
syntax: MP4Maker /mux /input=C:\Left.h264 /input=C:\Right.h264 /input=C:\Audio.ac3 /output=C:\output.ssif
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.