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



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to