Skip to content

Releases: nu774/m4acut

v0.1.2

27 Sep 01:32
Compare
Choose a tag to compare
  • Parse MP4 audio specific config to decide presence of SBR/PS and get the sample rate.
  • Better handling of MP4 timescale. Now we don't force LC timescale on SBR/PS output and preserve the original one.
  • Don't make unnecessarily long trailing padding.

v0.1.1

30 Jul 05:45
Compare
Choose a tag to compare

Minor fix for win32 (fixed not to write junk characters to console)

v0.1.0

14 Jun 10:45
Compare
Choose a tag to compare

Add --cuesheet and --cuesheet-encoding for splitting by cuesheet tracks.

v0.0.4

21 May 23:05
Compare
Choose a tag to compare

Properly handle multiple edits with non-increasing media_time.

v0.0.3

20 May 14:18
Compare
Choose a tag to compare
  • Now properly support files with multiple edits.
  • Writes edits as primary method of signaling priming/padding samples. When only one edit is needed, iTunSMPB is also written.