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
874 stars 147 forks source link

Add wav64 audio codec #448

Open LsnmxNB opened 3 years ago

LsnmxNB commented 3 years ago

Hello, when LPCM extracts WAV over 4G, it will be divided into two WAVs. Can you provide w64 output options?

justdan96 commented 3 years ago

Can you please confirm which build this affects?

jcdr428 commented 3 years ago

@LsnmxNB what do you mean by "LPCM extracts WAV over 4G" ? Edit: got it! You mean over 4 GB...

LsnmxNB commented 3 years ago

@LsnmxNB what do you mean by "LPCM extracts WAV over 4G" ? Edit: got it! You mean over 4 GB...

Yes, now the WAV extracted by LPCM over 4G is segmented, making post-production .Cue is super troublesome, so please support output in wav64

LsnmxNB commented 3 years ago

Can you please confirm which build this affects?

Hello, there is no optional wav64 output in the 2021-10-13-02-08-11 version

Snipaste_2021-10-14_16-50-46

LsnmxNB commented 3 years ago

@jcdr428 @justdan96

Now tsMuxer is not very friendly to the 200% zoom of WIN10-11, Please improve it if you can, thank you!

Snipaste_2021-10-14_16-57-34 Snipaste_2021-10-14_17-01-24

Randrianasulu commented 2 years ago

https://tech.ebu.ch/docs/tech/tech3306v1_0.pdf

hopefully description of this format

justdan96 commented 2 years ago

If anyone is able to contribute this it would be very much appreciated!

Randrianasulu commented 2 years ago

here seems to be commit in mkvtoolnix (c++) adding this support to its codebase...

https://gitlab.com/mbunkus/mkvtoolnix/-/commit/4e7fe6c7906a107e98389d419c33f4ef43e2dd32

On Friday, April 29, 2022, Dan @.***> wrote:

If anyone is able to contribute this it would be very much appreciated!

— Reply to this email directly, view it on GitHub https://github.com/justdan96/tsMuxer/issues/448#issuecomment-1113638444, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJSS7TPGRWC3ON2VZ63XDPLVHQXXVANCNFSM5DGCHAEQ . You are receiving this because you commented.Message ID: @.***>

jcdr428 commented 2 years ago

Should be RIFF W64 (Sony) rather than RF64.