View Full Version : tsMuxeR update for 3D blu-ray
arrgh
9th November 2013, 17:15
if I use the videostreams (AVC/MVC) from the original BD or an un-tagged mkv video stream then it works...
so tsmuxer should look out for mkv tags and/or covers and remove them before muxing...
something else : it is possible to mux an iso from an interleaved 3d-mkv, but it does not play because tsmuxer forgets to list the video stream in the mpls...
I have muxed the video stream from the mkv with transcoded audio and pgs streams...all streams are in the iso , but the video stream is not mentioned in the mpls...
physic
9th November 2013, 23:18
froggy1
Looks like font doesn't contains symbols which present in a srt track. Please, check it.
Sharc
Unfortunatly, I lost latest version of source file for DVD subtitles decodig (SUP extension). I just disabled SUP support for a while (in all versions since 10.11.x)
arrgh
Is source mkv was detected as AVC + MVC tracks? Or two AVC tracks? It can't be muxed to ISO correctly If second option.
kukushka
10th November 2013, 00:30
another super old bug. if let's say 24fps .sup are getting muxed to 23.976fps stream, their timings are changed, but they don't get slower as they should, instead, they're faster
Rigor
10th November 2013, 01:28
Speaking of super old bugs, could we get a fix for compressed headers that cause this bug, please? This has been plaguing the community for years now:
"Matroska parse error: invalid H264 NAL unit size. NAL unit truncated."
I could eliminate a bunch of automation with this one minor detail.
I'm begging. Literally.
nunub
10th November 2013, 12:08
@HWK
You can combine both mvc and .264 inside tsmuxer but here the problem is if we combine and later on we want this 3dm2ts files to be joined together than there is error as the file will not play properly from where it is joined and also i had found out that if both the files is out of tsmuxer combined and is 3dm2ts we can join it easily and will play fine but if u r going to change its audio and add subtitles than the file will play again with errors.
physic
10th November 2013, 14:06
tsMuxeR 2.1.8(b) is ready:
windows 32 bit: tsMuxeR_2.1.8(b).zip (https://drive.google.com/file/d/0B0VmPcEZTp8NakVXXzV5NUd1cEk/edit?usp=sharing)
linux 32 bit: tsMuxeR_2.1.8(b).tar.gz (https://drive.google.com/file/d/0B0VmPcEZTp8NZ2dMZ2hrMTcteGM/edit?usp=sharing)
MacOS 10.8 (64 bit): tsMuxeR_2.1.8(b).dmg (https://drive.google.com/file/d/0B0VmPcEZTp8NVnFnb2dKS1Vwdjg/edit?usp=sharing)
version 2.1.8(b)
- Fixed join files problem with True-HD track
- introduce MAC build
Cedvano
10th November 2013, 14:13
Thank you very much. MAC Friends welcome !
Sharc
10th November 2013, 15:27
phyisc:
Does tsMuxeR no longer support the --track= xxxx parameter (specified in the .meta)?
physic
10th November 2013, 15:30
Sharc
Parameter called "track" without "--'.
Sharc
10th November 2013, 15:38
Sharc
Parameter called "track" without "--'.
ok, thanks.
but still seems not to work. Version 1.10.6 was ok.
When I delete the track=4113 it works :confused:
physic
10th November 2013, 15:56
Sharc
What do you mean? If you select or unselect some tracks in GUI is it works? If yes, just see how meta file is changed
arrgh
10th November 2013, 16:08
[b]arrgh
Is source mkv was detected as AVC + MVC tracks? Or two AVC tracks? It can't be muxed to ISO correctly If second option.
Mediainfo shows:
Format : Matroska
Format version : Version 2
File size : 25,1 GiB
Duration : 1h 27min
Overall bit rate mode : variabel
Overall bit rate : 41,0 Mbps
Movie name : x
Encoded date : UTC 2013-11-06 19:08:44
Writing application : MakeMKV v1.8.5 win(x64-release)
Writing library : libmakemkv v1.8.5 (1.2.0/1.1.0) win(x64-release)
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Stereo High@L4.1 / High@L4.1
MultiView_Count : 2
Format settings, CABAC : Ja
Format settings, ReFrames : 2 frames
Format settings, GOP : M=1, N=10
Codec ID : V_MPEG4/ISO/AVC
Duration : 1h 27min
Bit rate mode : variabel
Bit rate : 36,5 Mbps
Width : 1 920 Pixel
Height : 1 080 Pixel
Display aspect ratio : 16:9
Frame rate mode : konstant
Frame rate : 23,976 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : progressiv
Bits/(Pixel*Frame) : 0.735
Stream size : 22,3 GiB (89%)
and tsmuxer shows :
codec : MVC;
Profile: High@4.1 Resolution: 1920:1080p Frame rate: 23.976 3d-pg-planes: 32
Sharc
10th November 2013, 16:23
Sharc
What do you mean? If you select or unselect some tracks in GUI is it works? If yes, just see how meta file is changed
I mean command line version for muxing using .meta file, not GUI.
My .meta file:
MUXOPT --no-pcr-on-video-pid --new-audio-pes --avchd --vbr --custom-chapters=00:00:00.000;00:12:13.333;00:23:37.375;00:33:41.208;00:52:01.583;00:59:13.583;01:11:16.916;01:21:51.708;01:31:41.875;01:44:23.083;01:55:19.833;02:10:40.375;02:16:23.125;02:20:13.166 --vbv-len=500
V_MPEG4/ISO/AVC, "C:\TEMP\VID_00007.AVS.264", fps=24, insertSEI, contSPS, track=4113
A_AC3, "C:\TEMP\AUD_00007_4352.AC3", lang=deu
A_AC3, "C:\TEMP\AUD_00007_4353.AC3", lang=eng
S_HDMV/PGS, "C:\TEMP\00007.track_4608.SUP",fps=24,lang=deu
- tsMuxeR.exe version 1.10.6 no Problem.
- tsMuxeR.exe version 2.1.x just waiting long time .... and finally doing some incomplete muxing producing small video file only.
tymoxa
10th November 2013, 16:33
Sharc
your video is elementary stream and track=4113 is not needed.
Sharc
10th November 2013, 16:47
tymoxa
Good to know, thanks.
Apparently the old tsMuxeR just ignored it.
My "problem" is backward compatibility. The .meta is produced by another program and includes the track=xxxx for some reason. Now I have to delete it manually if I want to use the new tsMuxeR. Not a big issue, just a bit inconvenient.
physic
10th November 2013, 20:41
arrgh
I understand. Could you provide short file example?
SubJunk
11th November 2013, 00:07
tsMuxeR 2.1.8(b) is ready:
windows 32 bit: tsMuxeR_2.1.8(b).zip (https://drive.google.com/file/d/0B0VmPcEZTp8NakVXXzV5NUd1cEk/edit?usp=sharing)
linux 32 bit: tsMuxeR_2.1.8(b).tar.gz (https://drive.google.com/file/d/0B0VmPcEZTp8NZ2dMZ2hrMTcteGM/edit?usp=sharing)
MacOS 10.8 (64 bit): tsMuxeR_2.1.8(b).dmg (https://drive.google.com/file/d/0B0VmPcEZTp8NVnFnb2dKS1Vwdjg/edit?usp=sharing)
version 2.1.8(b)
- Fixed join files problem with True-HD track
- introduce MAC buildThanks a lot for the Mac build, physic! The old one was about 500kb and the new one is 9mb, is there a reason for that?
xledentaldj
11th November 2013, 02:24
I just ran the Mac OS X Build of tsmuxer 2.1.8b on my Monsters University 3D Bluray ISO and remuxed it with just the TrueHD and 2 subtitle pgs tracks an tested it with Mac Blu-Ray Player 2.0.9.1407 and the joining of the first 2:13 minutes of the beginning of the movie was perfect. No video or audio glitch, until 1h:11:40 into the movie, I get lots of audio drop outs then. But, I test the same audio drop out spots in XBMC and I don't hear the audio drop outs. I don't have my Popcorn Hour A-400 yet to test.
mattmarsden
11th November 2013, 10:41
I'm having problems joing the 2 discs of titanic together in to 1 .iso. When I do the second disc part won't play. Are there any pointers anyone can give me for joining them? Thanks veyr much
physic
11th November 2013, 11:18
SubJunk
MAC OS build has two depend library:
- libfreetype (latest version quite big)
- QT libraries
I included both libraries to package. libfreetype can be removed if I implement native osX font renderer
Selur
11th November 2013, 15:15
@physic: any change to get a Mac OS X 10.6.8 (Snow Leopard) compatible tsMuxeR build?
physic
11th November 2013, 17:55
Selur
Yes. I'll build version with 10.6 minimal requirement and send version to you for test. Please send me PM, i'll give link to you.
Rigor
12th November 2013, 04:24
Speaking of super old bugs, could we get a fix for compressed headers that cause this bug, please? This has been plaguing the community for years now:
"Matroska parse error: invalid H264 NAL unit size. NAL unit truncated."
I could eliminate a bunch of automation with this one minor detail.
I'm begging. Literally.
Am I asking for something taboo, here? Or is there some sort of obvious fix that I'm missing?
Wishbringer
12th November 2013, 07:41
Is it possible that filesize for created AVCHDs (without 3D/MVC) increased slightly?
(additional header or other infos)
I exchanged tsmuxer 1.xx in Ripbot264 with this actual version and DVD9 encodes are minor oversized (around 20MB per 8150MB).
My solution in RipBot is to encode to target size of 8130MB,
I only ask for confirmation
sunnychan
12th November 2013, 15:25
Hi Physic,
I have a *.ts video file ready for your testing.
I found following error message with the latest 2.1.16 beta. As a result, I find that when doing ts remux cannot handle the subtitle inside the file. The file is recorded on iDTV of my local TV station. This is the format of today and tomorrow. Please fix.
Warning! The file D:\xxx.ts has a M2TS format.
unsupported format
------------
some tracks not recognized. This tracks was igored. File name: ................
Blackwalker
12th November 2013, 18:02
i dont understand why this happen, while with old version was all ok!
For example i want to have only the video, my audio Language and subtitle files only!
So:
- I extract the "SRT forced" file from the movie file (example: mkv file) using MKVExtractGUI2.exe
then with tsmuxer:
- I open the movie file (example: mkv file)
- I remove, ALL except "movie and my Language" (i remove also all subtitles) from "tracks"
- then i add the "single SRT file" and the program say that i alread have this file...!!!
how is this possible if i deselct it from "tracks" and i add as a new file??
With tsmuxer 1.10.6 dont happen!!!!
Can you please check this?
thanks :)
KoolKiwi
12th November 2013, 19:16
version 2.1.8(b)
- Fixed join files problem with True-HD track
- introduce MAC build
@physic - Awesome work! :thanks:
I've verified the previously reported Monsters University audio drop-outs are now resolved (True-HD joins). I'll see if I can find some other titles in my library to verify. Also, looking forward to trying your new Mac build!
Pelagic
12th November 2013, 21:46
I'm trying to join Titanic 3D part 1 and part 2 in a single 3D iso file using tsmuxer but so far no luck: 1st part is ok, 2nd part is out of sync (part2 audio shows -7ms delay on demux GUI ) and no chapters.
I demuxed both parts then joined the tracks and remuxed. Is there another way to do this properly ?
See here for solution
http://forum.doom9.org/showthread.php?p=1652967#post1652967
ExSport
13th November 2013, 10:22
Hi Physic,
I have a *.ts video file ready for your testing.
I found following error message with the latest 2.1.16 beta. As a result, I find that when doing ts remux cannot handle the subtitle inside the file. The file is recorded on iDTV of my local TV station. This is the format of today and tomorrow. Please fix.
Warning! The file D:\xxx.ts has a M2TS format.
unsupported format
------------
some tracks not recognized. This tracks was igored. File name: ................
I already reported similar problem. If you have ts/m2ts/mp4/mkv/mpg etc. with different extension, tsMuxeR is unable to import whole file or some parts.
Try to rename .ts to .m2ts if it helps. It is a bug already from v1.x.x what I remember...
Cedvano
13th November 2013, 18:25
Hi, someone know how add "menu files" in the mpls for 3D movies.
Somes movies have a menu in mpls (display in movie). But when I create it with BDEdit, I have a black screen.
Thanks for your help.
Blackwalker
13th November 2013, 20:11
i dont understand why this happen, while with old version was all ok!
For example i want to have only the video, my audio Language and subtitle files only!
So:
- I extract the "SRT forced" file from the movie file (example: mkv file) using MKVExtractGUI2.exe
then with tsmuxer:
- I open the movie file (example: mkv file)
- I remove, ALL except "movie and my Language" (i remove also all subtitles) from "tracks"
- then i add the "single SRT file" and the program say that i alread have this file...!!!
how is this possible if i deselct it from "tracks" and i add as a new file??
With tsmuxer 1.10.6 dont happen!!!!
Can you please check this?
thanks :)
nothing about this? :thanks:
rik1138
13th November 2013, 22:21
Physic, this is awesome... I had no idea you were even working on this and came here looking for an easier to way to make a simple straight-play 3D disc... :)
Works great with video files created with Rovi's TotalCode software too.
Two tiny requests?
1- Add an option to remove the replay at the end of the video (so the discs just stops instead of looping) (Not sure if there's a way to do this already, but didn't see it)
2- When doing a Blu-ray ISO, maybe an option to point to a pre-created folder containing the META info? I can create the content (the DL folder and files), just need a way to add it into the ISO...
Obviously frivolous stuff for when you have a chance, not sure if they were mentioned before as I didn't read the whole thread... Just thought I'd throw it out there. :)
Rik
HWK
13th November 2013, 22:39
Physic, this is awesome... I had no idea you were even working on this and came here looking for an easier to way to make a simple straight-play 3D disc... :)
Works great with video files created with Rovi's TotalCode software too.
Two tiny requests?
1- Add an option to remove the replay at the end of the video (so the discs just stops instead of looping) (Not sure if there's a way to do this already, but didn't see it)
2- When doing a Blu-ray ISO, maybe an option to point to a pre-created folder containing the META info? I can create the content (the DL folder and files), just need a way to add it into the ISO...
Obviously frivolous stuff for when you have a chance, not sure if they were mentioned before as I didn't read the whole thread... Just thought I'd throw it out there. :)
Rik
Rik, you are first person to mention these points. However final call has to made by physic himself.
Video Dude
14th November 2013, 03:11
Speaking of super old bugs, could we get a fix for compressed headers that cause this bug, please? This has been plaguing the community for years now:
"Matroska parse error: invalid H264 NAL unit size. NAL unit truncated."
I could eliminate a bunch of automation with this one minor detail.
I'm begging. Literally.
Am I asking for something taboo, here? Or is there some sort of obvious fix that I'm missing?
tsmuxer does display the error "Matroska parse error: invalid H264 NAL unit size. NAL unit truncated." when the mkv input video has header compression.
The only fix right now is to remux the mkv with header compression disabled.
sunnychan
14th November 2013, 03:39
I already reported similar problem. If you have ts/m2ts/mp4/mkv/mpg etc. with different extension, tsMuxeR is unable to import whole file or some parts.
Try to rename .ts to .m2ts if it helps. It is a bug already from v1.x.x what I remember...
Test with renaming to .m2ts extension but it stays the same. It cannot recognize the track and no subtitle has been added after ts remuxing.
Yes, v1.x.x clearly does not work so I want a fix now when Physic is back and develops the new beta.
This format has been out for quite sometimes but some applications like xbmc still outdated and cannot recognize this format.
:thanks:
r0lZ
14th November 2013, 07:51
I am adding reference to offset metadata for subtitles track.
I need a way to extract the Z depth of each individual subtitles of a subtitle track to convert the subs to Side by Side or Top/Bottom.
I can't find any useful info on how that information is stored in a BD3D, and how to retrieve it. From the quote above, I guess I need to read the offset metadata. Where is that metadata stored, and what is its format?
Any pointer will be much appreciated.
DMD
14th November 2013, 11:13
Good day
Wonder if it is possible to implement compatibility with the VOB files and mpg, as in the stable version 1.10.06. This version allows you to generate a single file mpg from DVD (VOB files) and allows you to do muxing/demuxing from mpeg file.
In the latest version this is not possible. :(
Sincerely thank you
http://img534.imageshack.us/img534/1011/5x9t.png
http://img20.imageshack.us/img20/2818/4b37.png
http://img802.imageshack.us/img802/6468/0km8.png
trevorjharris
14th November 2013, 11:33
I have mutiplexed 3d mvc video files produced with Vegas Pro. I have also add an ac3 and srt file. When I play this in PowerDVD 11 it alows me to select the sbutitle but it does not appear on the screen. The 3D video plays fine. I also tried building a blu-ray iso and that had the same problem. I am using release 2.1.8. Please can anyone help.
KoolKiwi
14th November 2013, 11:37
http://img802.imageshack.us/img802/6468/0km8.png
I think you will find the "tsMuxeR not found" dialog is indicating that the tsMuxeR.exe command line cannot be found. You should have both tsMuxerGUI.exe and tsMuxeR.exe in the same folder. Have you possibly run the tsMuxerGUI directly from inside the .zip archive?
DMD
14th November 2013, 13:30
I think you will find the "tsMuxeR not found" dialog is indicating that the tsMuxeR.exe command line cannot be found. You should have both tsMuxerGUI.exe and tsMuxeR.exe in the same folder. Have you possibly run the tsMuxerGUI directly from inside the .zip archive?
THANK YOU! :thanks:
and I apologize for my ignorance
http://img534.imageshack.us/img534/5010/8xuw.png
physic
15th November 2013, 02:18
I am going to release next update 2.2.0 at Sunday. It will contain next improvments:
- Add support for DTS-HD elementary stream with extra DTSHD headers
- Add support for mkv with 'Header Stripping' compression
- Add 3D MKV support (combined AVC+MVC inside MKV)
- Add PCM inside MKV support
- Add PCM inside VOB support
- Allow m2ts splitting for Bluray muxing
- Several minor bug fixes
HWK
15th November 2013, 02:27
I am going to release next update 2.2.0 at Sunday. It will contain next improvments:
- Add support for DTS-HD elementary stream with extra DTSHD headers
- Add support for mkv with 'Header Stripping' compression
- Add 3D MKV support (combined AVC+MVC inside MKV)
- Add PCM inside MKV support
- Add PCM inside VOB support
- Allow m2ts splitting for Bluray muxing
- Several minor bug fixes
Look promising and definitely looking forward to it. Thank you for everything you have done for community.
- Allow m2ts splitting for Bluray muxing
Is this for seamless branching disc.
bensam56
15th November 2013, 08:09
I am going to release next update 2.2.0 at Sunday. It will contain next improvments:
- Add support for DTS-HD elementary stream with extra DTSHD headers
- Add support for mkv with 'Header Stripping' compression
- Add 3D MKV support (combined AVC+MVC inside MKV)
- Add PCM inside MKV support
- Add PCM inside VOB support
- Allow m2ts splitting for Bluray muxing
- Several minor bug fixes
Thanks for adding the splitting option :thanks:
SeeMoreDigital
15th November 2013, 10:53
I am going to release next update 2.2.0 at Sunday. It will contain next improvments:
- Add support for DTS-HD elementary stream with extra DTSHD headers
- Add support for mkv with 'Header Stripping' compression
- Add 3D MKV support (combined AVC+MVC inside MKV)
- Add PCM inside MKV support
- Add PCM inside VOB support
- Allow m2ts splitting for Bluray muxing
- Several minor bug fixes
Very nice indeed :D
colinhunt
15th November 2013, 11:11
I am going to release next update 2.2.0 at Sunday. It will contain next improvments:
- Add support for DTS-HD elementary stream with extra DTSHD headers
- Add support for mkv with 'Header Stripping' compression
- Add 3D MKV support (combined AVC+MVC inside MKV)
- Add PCM inside MKV support
- Add PCM inside VOB support
- Allow m2ts splitting for Bluray muxing
- Several minor bug fixes
Physic, thank you very much for all the time and effort you're putting in.
trevorjharris
15th November 2013, 13:21
I have mutiplexed 3d mvc video files produced with Vegas Pro. I have also add an ac3 and srt file. When I play this in PowerDVD 11 it alows me to select the sbutitle but it does not appear on the screen. The 3D video plays fine. I also tried building a blu-ray iso and that had the same problem. I am using release 2.1.8. Please can anyone help.
Still cannot see subtitles. I also demultiplexed the sup file and checked it with supread. If I remultipled the sup file it had
a 3D offest option dropdown with one option of "zerro". The odd thing is that powerdvd does recognise that there is a subtitle track as it alows me to select it on.
zeropc
16th November 2013, 14:38
please add support for mac os 10.7.5, as the current build crashes on opening.
thanks :)
vj950
16th November 2013, 18:32
Physic and all the experts here: Thank you very much for an awesome software and your advices.
I wanted to know how to keep the IGS menu intact in TsMuxer for 3D mpls. I own many 2D and 3D blurays which have IGS (or HDMV) menus. These have their own m2ts files. When I open these mpls files, tsMuxer ignores those m2ts files (regardless of 2D or 3D)
However, for 2D mpls, once TsMuxer does its job (output as bluray), I can edit the mpls files in BDEdit and add those tracks without any issues. I tried to do this for 3D mpls, but 3D mpls also have "Extension Data" as seen in BDEdit, which I can not edit and therefore the player crashes.
My intention is to keep the menus and remove unnecessary audio and subtitles.
HWK
16th November 2013, 19:27
Physic and all the experts here: Thank you very much for an awesome software and your advices.
I wanted to know how to keep the IGS menu intact in TsMuxer for 3D mpls. I own many 2D and 3D blurays which have IGS (or HDMV) menus. These have their own m2ts files. When I open these mpls files, tsMuxer ignores those m2ts files (regardless of 2D or 3D)
However, for 2D mpls, once TsMuxer does its job (output as bluray), I can edit the mpls files in BDEdit and add those tracks without any issues. I tried to do this for 3D mpls, but 3D mpls also have "Extension Data" as seen in BDEdit, which I can not edit and therefore the player crashes.
My intention is to keep the menus and remove unnecessary audio and subtitles.
Most probably you need to provide sample for file which cause crash in order for author to see why program crashes when opening file.
sl1pkn07
16th November 2013, 19:34
hi
any plans to include 64bits builds?
greetings
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.