Log in

View Full Version : smartLabs tsMuxeR: Transport Stream muxer


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 [85]

Ghitulescu
22nd April 2014, 15:37
Or by introducing a different syntax (e.g. a parameter which accepts a text file listing the segments, instead of a concatenated parameter; some archivers used the @ to flag that list file).
Exactly. I think that chapter list may also benefit from this shortcut.

jdobbs
22nd April 2014, 18:06
Or by introducing a different syntax (e.g. a parameter which accepts a text file listing the segments, instead of a concatenated parameter; some archivers used the @ to flag that list file).Not sure if I missed something so if this doesn't apply to your specific issue ignore it. But in the latest version of TSMUXER you can get around the long filename (caused by concatenated files) by opening the MPLS file rather than the components. The output will use the name of the MPLS rather than the long concatenated filename.

rapscallion
22nd April 2014, 22:06
I know how to extract chapter.txt from a BD or more precisely from a MPLS file.
But from a .ts file? how can I extract chapters? :helpful:
What soft should I use?
or better, what script is required?

Thx!:thanks:
*.ts files don't contain chapters. MKV containers do but not ts files by themselves. MPLS is required.

LigH
23rd April 2014, 07:29
Thanks, jdobbs, this is probably the solution Selur already enjoys; and Ghitulescu just wiped dust off a post from June 2013.

VideoFanatic
3rd October 2014, 22:57
Below is my existing script which uses MKVMerge (http://www.videohelp.com/tools/MKVtoolnix) to remux the AC3 and h264 as shown in the underlined section below to an MKV.

Could you please tell me what script I should use to use TSMuxer (http://www.videohelp.com/tools/tsMuxeR) to Mux to TS instead?

"X:\Portable Installations\MKV Toolnix\mkvextract.exe" --ui-language en tracks %1 0:"video.h264" 1:"gain0.m4a"

"X:\Portable Installations\ffmpeg\bin\ffmpeg.exe" -i "gain0.m4a" -vn -c:a copy -absf aac_adtstoasc "gain.m4a"

"X:\Portable Installations\AAC Gain 1.9\aacgain" -r -k -m 0 gain.m4a

"X:\Portable Installations\ffmpeg\bin\ffmpeg.exe" -i gain.m4a -map 0:0 -vn -c:a copy "%~d1%~p1%~n1.aac" -map 0:0 -vn -c:a ac3 -b:a 128k "output.ac3"

"X:\Portable Installations\MKV Toolnix\mkvmerge.exe" -o "%~d1%~p1%~n1.AC3.mkv" "--forced-track" "0:no" "-d" "0" "-A" "-S" "-T" "--no-global-tags" "--no-chapters" "(" "video.h264" ")" "--language" "0:eng" "--forced-track" "0:no" "-a" "0" "-D" "-S" "-T" "--no-global-tags" "--no-chapters" "(" "output.ac3" ")" "--track-order" "0:0,1:0"

del gain.m4a
del gain0.m4a
del video.h264
del output.ac3

"X:\Daves Folder\Sounds\VideoRedo Completed Sound Short.WAV"

pause

djonline
17th January 2015, 17:26
Why not simple allow to select multiple files in GUI after pressing JOIN button ?
Please fix this.
Also please make JOIN button active even without any files, I user want simple to join many files and don't want to select 'main' file.

SeeMoreDigital
17th January 2015, 17:48
Why not simple allow to select multiple files in GUI after pressing JOIN button ?
Please fix this.
Also please make JOIN button active even without any files, I user want simple to join many files and don't want to select 'main' file.Just in-case you missed it. The most up-to date discussions for TSmuxer can be found here: http://forum.doom9.org/showthread.php?t=168539. That said, its developer (physic) has not been active on this forum for over a year!

Music Fan
12th October 2018, 18:49
Hi,
how to create an ini file for tsMuxeR ? I mean, what's his structure ?
In the "release_notes" file, we can read "if file tsMuxerGUI.ini found, UI will switch settings to an ini file instead of registry (you can create empty ini file at the beginning)".

I'd like to set "Do not change SEI and VUI data" as default instead of "Insert SEI and VUI data if absent".