fails to playback ogv produced by recordmydesktop
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
FFmpeg |
Fix Released
|
Unknown
|
|||
ffmpeg (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
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-
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-
FFmpeg version r11872+
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-
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
ProcEnviron:
SHELL=/bin/bash
PATH=/
LANG=en_US.UTF-8
SourcePackage: ffmpeg-debian
Uname: Linux 2.6.27-7-generic i686
Related branches
Changed in ffmpeg: | |
status: | Unknown → New |
Changed in ffmpeg: | |
status: | New → Confirmed |
affects: | ffmpeg-debian (Ubuntu) → ffmpeg (Ubuntu) |
Changed in ffmpeg (Ubuntu): | |
importance: | Undecided → Medium |
Changed in ffmpeg: | |
status: | Confirmed → Fix Released |
summary: |
- ffmpeg outputs truncated files from ogv input. + fails to playback ogv produced by recordmydesktop |
tags: | added: patch |
I can reproduce this with ffmpeg SVN r16005 compiled myself. Filed upstream.