Public bug reported:

Consider the attached Ogg file, with Theora video and Vorbis audio,
produced with recordmydesktop. (The sound track is silent.)

The following command works, and produces the correct output--an Ogg
file containing only the Vorbis stream from the original input.

$ ffmpeg -i theora-vorbis-sample.ogg -vn -acodec copy out.ogg

However, the following produces the following, and the output doesn't
contain the video; ogginfo reports that the stream, which should be
Theora-only in an Ogg package, has "Warning: EOS not set on stream 1".

$ ffmpeg -i theora-vorbis-sample.ogg -an -vcodec copy out.ogg
FFmpeg version r11872+debian_3:0.svn20080206-12ubuntu3, Copyright (c) 2000-2008 
Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-pp --enable-swscaler --enable-x11grab 
--prefix=/usr --enable-libgsm --enable-libtheora --enable-libvorbis 
--enable-pthreads --disable-strip --enable-libfaad --enable-libfaadbin 
--enable-liba52 --enable-liba52bin --enable-libdc1394 --disable-armv5te 
--disable-armv6 --disable-altivec --disable-vis --enable-shared --disable-static
  libavutil version: 49.6.0
  libavcodec version: 51.50.0
  libavformat version: 52.7.0
  libavdevice version: 52.0.0
  built on Oct  3 2008 22:40:31, gcc: 4.3.2
[theora @ 0xb7ebc2f0]Theora bitstream version 30201
[theora @ 0xb7ebc2f0]560 bits left in packet 81
[theora @ 0xb7ebc2f0]7 bits left in packet 82
Input #0, ogg, from 'theora-vorbis-sample.ogg':
  Duration: 00:00:12.6, start: 0.000000, bitrate: 204 kb/s
    Stream #0.0: Invalid Codec type -1
    Stream #0.1: Video: theora, yuv420p, 304x304 [PAR 1:1 DAR 1:1], 15.00 tb(r)
    Stream #0.2: Audio: vorbis, 22050 Hz, stereo, 171 kb/s
Output #0, ogg, to 'out.ogg':
    Stream #0.0: Video: libtheora, yuv420p, 304x304 [PAR 0:1 DAR 0:1], q=2-31, 
15.00 tb(c)
Stream mapping:
  Stream #0.1 -> #0.0
Press [q] to stop encoding
frame=    0 fps=  0 q=-1.0 Lsize=       3kB time=10000000000.0 bitrate=   
0.0kbits/s    
video:0kB audio:0kB global headers:0kB muxing overhead inf%

The issue is not with the output container format; I get truncated AVI,
MOV and MKV files as well. It appears that ffmpeg is not copying the
Theora video correctly.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: ffmpeg 3:0.svn20080206-12ubuntu3
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
SourcePackage: ffmpeg-debian
Uname: Linux 2.6.27-7-generic i686

** Affects: ffmpeg-debian (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug

-- 
ffmpeg outputs truncated files from ogv input.
https://bugs.launchpad.net/bugs/305286
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to