Package: poc-streamer
Version: 0.4.2-7
Severity: normal

When using mp3cut to take the whole file, repeated invocations shorten the
output unexpectedly.

Example:

> mp3cut -o test2.mp3 test.mp3
Writing to test2.mp3
Extracting 00:00:00+000-00:00:00+000 from test.mp3
test2.mp3 written
> mp3cut -o test3.mp3 test2.mp3
Writing to test3.mp3
Extracting 00:00:00+000-00:00:00+000 from test2.mp3
test3.mp3 written
> mp3cut -o test4.mp3 test3.mp3
Writing to test4.mp3
Extracting 00:00:00+000-00:00:00+000 from test3.mp3
test4.mp3 written
> ls -l *.mp3
-rw-r----- 1 1000 1008 1088784 Feb  1 20:25  test.mp3
-rwxr----- 1 1000 1008 1087602 Feb  1 20:38  test2.mp3
-rwxr----- 1 1000 1008 1086348 Feb  1 20:38  test3.mp3
-rwxr----- 1 1000 1008 1085094 Feb  1 20:38  test4.mp3

As you can see from this output, each invocation is causing data to be lost
(each file is successively smaller) even though the full file is supposed
to be copied.


-- System Information:
Debian Release: 12.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-14-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages poc-streamer depends on:
ii  libc6   2.36-9+deb12u3
ii  libfl2  2.6.4-8.2

poc-streamer recommends no packages.

poc-streamer suggests no packages.

-- no debconf information

Reply via email to