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 23rd September 2011, 15:53   #1  |  Link
vanden
Registered User
 
Join Date: Sep 2007
Posts: 104
How do I add an audio track to an ISO image of 3D Blu-ray ?

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 is offline   Reply With Quote
Old 26th September 2011, 12:31   #2  |  Link
vanden
Registered User
 
Join Date: Sep 2007
Posts: 104
The only solution I found is Scenarist (5.5 or over) ...

http://www.bluauthoring.com/viewtopi...64d20&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)
vanden is offline   Reply With Quote
Old 26th September 2011, 21:16   #3  |  Link
rik1138
Registered User
 
Join Date: Mar 2008
Location: LA
Posts: 620
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...)
rik1138 is offline   Reply With Quote
Old 26th September 2011, 21:51   #4  |  Link
amir3852
Registered User
 
Join Date: Jan 2009
Posts: 4
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
amir3852 is offline   Reply With Quote
Old 28th September 2011, 02:33   #5  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
@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
Guest is offline   Reply With Quote
Old 6th October 2011, 15:12   #6  |  Link
zli061
Registered User
 
Join Date: Nov 2009
Posts: 3
Quote:
Originally Posted by vanden View Post
The only solution I found is Scenarist (5.5 or over) ...

http://www.bluauthoring.com/viewtopi...64d20&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!
zli061 is offline   Reply With Quote
Old 6th October 2011, 17:16   #7  |  Link
Ghitulescu
Registered User
 
Ghitulescu's Avatar
 
Join Date: Mar 2009
Location: Germany
Posts: 5,769
Take it from here -> http://www.rovicorp.com/products/con...enarist_bd.htm or from here -> http://www.videohelp.com/tools/Sonic-Scenarist
__________________
Born in the USB (not USA)
Ghitulescu is offline   Reply With Quote
Old 6th October 2011, 22:06   #8  |  Link
setarip_old
Registered User
 
setarip_old's Avatar
 
Join Date: Aug 2005
Posts: 16,267
@zli061

Hi!

I read somewhere online that Scenarist 5.5 sells for $35,000US.

That's a pretty big investment you're considering!
setarip_old is offline   Reply With Quote
Old 7th October 2011, 10:18   #9  |  Link
rik1138
Registered User
 
Join Date: Mar 2008
Location: LA
Posts: 620
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?
rik1138 is offline   Reply With Quote
Old 20th January 2015, 14:37   #10  |  Link
tal.aloni
Registered User
 
Join Date: Sep 2008
Posts: 496
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).

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.
Attached Files
File Type: txt Program.cs.txt (2.6 KB, 46 views)

Last edited by tal.aloni; 20th January 2015 at 23:44.
tal.aloni is offline   Reply With Quote
Old 7th February 2015, 10:24   #11  |  Link
tal.aloni
Registered User
 
Join Date: Sep 2008
Posts: 496
I have completed and published my SSIF multiplexer, it's part of my MP4Maker.
Code:
syntax: MP4Maker /mux /input=C:\Left.h264 /input=C:\Right.h264 /input=C:\Audio.ac3 /output=C:\output.ssif
tal.aloni 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 07:38.


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