justdan96 / tsMuxer

tsMuxer is a transport stream muxer for remuxing/muxing elementary streams, EVO/VOB/MPG, MKV/MKA, MP4/MOV, TS, M2TS to TS to M2TS. Supported video codecs H.264/AVC, H.265/HEVC, VC-1, MPEG2. Supported audio codecs AAC, AC3 / E-AC3(DD+), DTS/ DTS-HD.
Apache License 2.0
849 stars 144 forks source link

How to ignore "Bad SEI detected" error? #609

Closed bluewidy closed 2 years ago

bluewidy commented 2 years ago

My 3D TV can't detect 3D MKV as 3D video. But 3D M2TS is possible. So, using Tsmuxer, I tried to convert 3D MKV with MVC stream to 3D M2TS, but the error "Bad SEI detected. SEI too short" prevents this from working. How can I ignore the error message and force the action?

Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short Bad SEI detected. SEI too short

Too many errors! tsMuxeR is terminated.

bluewidy commented 2 years ago

Inspired by jcdr428's comment, I succeeded in solving the problem!

I extracted the .meta file of this, and ran tsmuxer.exe file.meta output.m2ts in the CLI environment. "Bad SEI detected. SEI too short" keeps appearing, but unlike the GUI, "Too many errors! tsMuxeR is terminated." This message did not occur!

So the output was very successful! Close the ticket as the issue is resolved XD