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

Stuck during analyis CLI #614

Closed Selur closed 2 years ago

Selur commented 2 years ago

Using https://github.com/justdan96/tsMuxer/releases/tag/nightly-2022-06-02-03-18-48 I ran

tsMuxeR.exe "G:\TestClips&Co\Adios.ts"

and got

I:\Hybrid\64bit\tsMuxeR.exe "G:\TestClips&Co\Adios.ts"
tsMuxeR version git-5cc37f4. github.com/justdan96/tsMuxer
Track ID:    301
Stream type: H.264
Stream ID:   V_MPEG4/ISO/AVC
Stream info: Profile: Baseline@4.2  Resolution: 1920:1080p  Frame rate: 25
Stream lang:

Track ID:    302
Stream type: AAC
Stream ID:   A_AAC
Stream info: Sample Rate: 48KHz  Channels: 2
Stream lang:
Duration:

problem is the process never finished,....

using old 2.612 version I get:

I:\Hybrid\64bit\tsMuxeR.exe "G:\TestClips&Co\Adios.ts"
Network Optix tsMuxeR.  Version 2.6.12. www.networkoptix.com
Track ID:    301
Stream type: H.264
Stream ID:   V_MPEG4/ISO/AVC
Stream info: Profile: Baseline@4.2  Resolution: 1920:1080p  Frame rate: 25
Stream lang:

Track ID:    302
Stream type: AAC
Stream ID:   A_AAC
Stream info: Sample Rate: 48KHz  Channels: 2
Stream lang:
Duration: -26:-29:-28.-182
jcdr428 commented 2 years ago

Hi @Selur , problem might be due to the large negative duration. Can we please have a link for Adios.ts ?

Selur commented 2 years ago

here you go: https://drive.google.com/file/d/1s3-sUAK56j_73kRl4yjPYf_uxpZ02kSt/view?usp=sharing

jcdr428 commented 2 years ago

@Selur fixed with commit 6b4d3fd, please try tomorrow's release or try artifacts Win64, Linux, Mac

Selur commented 2 years ago

tested with the Win64 the artifact, issue seems to be fixed. :) Thanks! 👍