This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

TS mux → crash .. again !?
#1
Selur ma seur,

Hybrid Did it OOPS AGAIN  Dodgy

Since the latest release x.07.26.1 you've pm'd me, at the ts remux process .. hybrid crashes !!!

Bebug below  Sad
Reply
#2
Hybrid calls:
"C:\Program Files\Hybrid\64bit\tsMuxeR.exe" "L:\Vuze Folder\Episode 6\tsMuxerMeta_2023-07-30@20_03_04_4710__03.meta" "L:\Vuze Folder\Episode 6\Episode 6_Title_1.m2ts"
with "tsMuxerMeta_2023-07-30@20_03_04_4710__03.meta" containing:
MUXOPT --no-pcr-on-video-pid --new-audio-pes --hdmv-descriptors --vbr --vbv-len=500

V_MPEG4/ISO/AVC, "L:\Vuze Folder\Episode 6\Episode 6_Title_1_1_2023-07-30@20_03_04_4710_02.264", fps=24, insertSEI, contSPS, ar=1:1 (Square)

A_MLP, "L:\Vuze Folder\Episode 6\iId_3_aid_0_lang_en_2023-07-30@20_03_04_4710_01.eac3", lang=eng
which seems fine to me, but tsMuxer outputs:
tsMuxeR version git-49a59c0. github.com/justdan96/tsMuxer
Decoding H264 stream (track 1): Profile: Main@4.0  Resolution: 1920:1080p  Frame rate: 24
0.0% complete
H264 bitstream changed: insert nal unit delimiters
H264 bitstream changed: insert pict timing and buffering period SEI units
and then crashes.
The video stream (L:\Vuze Folder\Episode 6\Episode 6_Title_1_1_2023-07-30@20_03_04_4710_02.264 (1574.8 MB)) was extracted using:
mkvextract --ui-language en tracks "L:\Vuze Folder\Episode 6\Episode 6.mkv" 0:"L:\Vuze Folder\Episode 6\Episode 6_Title_1_1_2023-07-30@20_03_04_4710_02.264"
without any errors.
Same for the audio stream (L:\Vuze Folder\Episode 6\iId_3_aid_0_lang_en_2023-07-30@20_03_04_4710_01.eac3 (253.263 MB)):
mkvextract tracks "L:\Vuze Folder\Episode 6\Episode 6.mkv" 1:"L:\Vuze Folder\Episode 6\iId_3_aid_0_lang_en_2023-07-30@20_03_04_4710_01.eac3"

Doesn't seem like a bug in Hybrid, but seems like tsMuxeR has some issues with the video stream.
=> try whether using the lastest tsMuxeR version from https://github.com/justdan96/tsMuxer/releases helps.
Other than that, it might also be an issue with the video stream.

Cu Selur
------
offline 02.-07. July, https://www.rockharz-festival.com/ Big Grin
Reply
#3
(30.07.2023, 20:28)Selur Wrote: Doesn't seem like a bug in Hybrid, but seems like tsMuxeR has some issues with the video stream.
=> try whether using the lastest tsMuxeR version from https://github.com/justdan96/tsMuxer/releases helps.
Other than that, it might also be an issue with the video stream.

Cu Selur

Weird, i can't (fortunately) reproduce any issues using tsmuxer afterwards...

Manuall muxing using one of latests Git builds does the job just fine.. no problems at all using the very same media fiiles !!

I have looked at the content of mkv (preview issue comes to mind) , but i see only A/V  , chapter list & global tags...  are there.. no "jpg's" or other stuff (links wotever) that doesn't belong in an media stream (conform standards) me thinks.


I'll test some other git versions... but... can't promise hell on earth  Big Grin

cheers,
td
Reply
#4
Update:

I have tested several github TSmuxer revisions, to remux A/V streams manually myself.  
And no crashes or errors , only clean results ... !

Only, when all tracks needs to be remuxed into *.m2ts files, sometimes hybrid crashes with certain media files... !?  

Although, all media files are mostly .mkv containers...!?

I'll test some other files that hybrid managed to remux succesfully, to see if it still does the job with the same files ....  Dodgy



EDIT: When i use FFmpeg instead of TSmuxer to remux that "problematic" media file through hybrid , it works just fine... !??



cheers,
td
Reply
#5
Okay, I did not mean for you to use tsMuxeR directly, but replace the tsMuxeR binaries in the Hybrid/64bit folder.
Also, if you use tsMuxeR directyl, do the meta data on muxing differ in tsMuxeR and Hybrid? (aside from the file names?)

Cu Selur
------
offline 02.-07. July, https://www.rockharz-festival.com/ Big Grin
Reply
#6
(31.07.2023, 05:13)Selur Wrote: Okay, I did not mean for you to use tsMuxeR directly, but replace the tsMuxeR binaries in the Hybrid/64bit folder.
Also, if you use tsMuxeR directyl, do the meta data on muxing differ in tsMuxeR and Hybrid? (aside from the file names?)

Cu Selur

I done that in the past, and replacing binaries in hybrid doesn't fix the issue ... it still crashes..!

According to mediainfo, the files are identical as far i can see..  Is there anything specific i have to look for when viewing the metadata ?

EDIT: almost forgot, ONE thing i have noticed is that there is an small difference in filesize , when i do a .TS remux passthrough in hybrid ussing ffmpeg ..
Since txmuxer = crash , iam falling back on ffmpeg for remuxing TS files !


cheers,
td
Reply
#7
Wrong metadata Tongue
Hybrid creates a .meta file with:
MUXOPT --no-pcr-on-video-pid --new-audio-pes --hdmv-descriptors --vbr --vbv-len=500

V_MPEG4/ISO/AVC, "L:\Vuze Folder\Episode 6\Episode 6_Title_1_1_2023-07-30@20_03_04_4710_02.264", fps=24, insertSEI, contSPS, ar=1:1 (Square)

A_MLP, "L:\Vuze Folder\Episode 6\iId_3_aid_0_lang_en_2023-07-30@20_03_04_4710_01.eac3", lang=eng
tsMuxeR also shows this meta data in its gui. Smile

Cu Selur
------
offline 02.-07. July, https://www.rockharz-festival.com/ Big Grin
Reply
#8
(31.07.2023, 05:33)Selur Wrote: Wrong metadata  Tongue
Hybrid creates a .meta file with:
MUXOPT --no-pcr-on-video-pid --new-audio-pes --hdmv-descriptors --vbr --vbv-len=500

V_MPEG4/ISO/AVC, "L:\Vuze Folder\Episode 6\Episode 6_Title_1_1_2023-07-30@20_03_04_4710_02.264", fps=24, insertSEI, contSPS, ar=1:1 (Square)

A_MLP, "L:\Vuze Folder\Episode 6\iId_3_aid_0_lang_en_2023-07-30@20_03_04_4710_01.eac3", lang=eng
tsMuxeR also shows this meta data in its gui. Smile

Cu Selur

Oh you are talking about those additional *.meta files hybrid / tsmuxer creates eh?

Never bothered looking at these files no...



cheers,
td

Selur,


Thats the info i get from an succesfull mux using ffmpeg in hybrd.

MUXOPT --no-pcr-on-video-pid --new-audio-pes --hdmv-descriptors --vbr --vbv-len=500

V_MPEG4/ISO/AVC, "E:\Temp\test_Title_1_1_2023-07-31@05_12_52_5810_02.264", fps=24, insertSEI, contSPS, ar=1:1 (Square)

A_MLP, "E:\Temp\iId_3_aid_4352_2023-07-31@05_12_52_5810_01.eac3"

I don't know what to expect from very litle and strait forward data like that !??


When hybrid crashes using tsmuxer method, it simply doesn't create any files wotsover !?


Cu arround Selur  Big Grin


cheers,
TD
Reply
#9
Quote:Thats the info i get from an succesfull mux using ffmpeg in hybrd.
.meta files are only created when tsMuxeR is used, so whatever you did.

Does this issue only happen with this one file or with others too?
Can you reproduce the issue with a small sample you could share?
Can't reproduce the problem here at all.

Cu Selur
------
offline 02.-07. July, https://www.rockharz-festival.com/ Big Grin
Reply
#10
(31.07.2023, 16:29)Selur Wrote:
Quote:Thats the info i get from an succesfull mux using ffmpeg in hybrd.
.meta files are only created when tsMuxeR is used, so whatever you did.

Does this issue only happen with this one file or with others too?
Can you reproduce the issue with a small sample you could share?
Can't reproduce the problem here at all.

Cu Selur

about the creation of .meta files.. sometimes hybrid creates the files , but mostly not WHEN mux failed !
After succesfull mux, it always creates and "keeps" the meta files.

But lets keep it simple, test sample is in the attachement.

cheers,
td
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)