Your message dated Wed, 29 Nov 2023 18:47:19 +0000
with message-id <e1r8pah-0038mz...@fasolo.debian.org>
and subject line Bug#1055019: Removed package(s) from unstable
has caused the Debian Bug report #545828,
regarding ffmpeg2theora: Some options (particularly «-s») do not work when 
reading from stdin
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
545828: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545828
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ffmpeg2theora
Version: 0.24-2
Severity: normal

ffmpeg's manpage states:

    To read from standard input, specify `-' as the input filename.

However, it does not warn some options will fail silently - At least
«-s» does. 

Regarding my specific use case: AFAICT, .ogg files can be legally
concatenated by just using 'cat':

    cat file1.ogg file2.ogg > file.ogg

I tried then to join two files I have, and skip the first minute in a
single step: (simplification - I am doing some other processing to it)

    cat file1.ogg file2.ogg | ffmpeg2theora -s 60 -o file.ogg -

The resulting file was... Well, just the concatenation of file1 and
file2. Not even a warning was printed informing me it could not delay
the beginning when operating on a string. What I did, and worked
correctly, is to split this in a two-step operation:

    cat file1.ogg file2.ogg > tempfile.ogg
    ffmpeg2theora -s 60 -o file.ogg tempfile.ogg

Which worked successfully. If this is expected behaviour, it should at
least be documented as such.

Thanks,

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-vserver-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ffmpeg2theora depends on:
ii  libavcodec52         4:0.5+svn20090706-2 ffmpeg codec library
ii  libavdevice52        4:0.5+svn20090706-2 ffmpeg device handling library
ii  libavformat52        4:0.5+svn20090706-2 ffmpeg file format library
ii  libavutil49          4:0.5+svn20090706-2 ffmpeg utility library
ii  libc6                2.9-26              GNU C Library: Shared libraries
ii  libogg0              1.1.4~dfsg-1        Ogg bitstream library
ii  libpostproc51        4:0.5+svn20090706-2 ffmpeg video postprocessing librar
ii  libswscale0          4:0.5+svn20090706-2 ffmpeg video scaling library
ii  libtheora0           1.0-2.1             The Theora Video Compression Codec
ii  libvorbis0a          1.2.0.dfsg-6        The Vorbis General Audio Compressi
ii  libvorbisenc2        1.2.0.dfsg-6        The Vorbis General Audio Compressi

ffmpeg2theora recommends no packages.

ffmpeg2theora suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 0.30-2+rm

Dear submitter,

as the package ffmpeg2theora has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1055019

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to