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
830 stars 140 forks source link

Extracted LPCM audio can't be encoded in ffmpeg nor muxed in mkvtoolnix. #774

Closed R3S3t9999 closed 9 months ago

R3S3t9999 commented 9 months ago

sample: https://drive.google.com/file/d/1yCbnegd1tLkOB4WsN42xLbi15lXmzCmJ/view?usp=sharing

ffmpeg: [wav @ 000001bbe75f5340] no 'data' tag found D:\1.wav: Invalid data found when processing input

mkvtoolnix: The file '00000.track_4352_eng.wav' was not recognized as a supported format (exit code: 2).

thank you!

jcdr428 commented 9 months ago

@R3S3t9999 Please try tomorrow's release.

R3S3t9999 commented 9 months ago

thanks, it worked!