Opened 13 years ago
Closed 12 years ago
#2983 closed enhancement (fixed)
support VP7 video
| Reported by: | Clément Bœsch | Owned by: | |
|---|---|---|---|
| Priority: | wish | Component: | avcodec |
| Version: | git-master | Keywords: | vp7 |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description (last modified by )
From: https://bugs.gentoo.org/show_bug.cgi?id=468406
VP7 codec unsupported:
☭ ./ffplay /tmp/vp7.mkv
ffplay version N-56560-g361bc70 Copyright (c) 2003-2013 the FFmpeg developers
built on Sep 22 2013 15:31:52 with gcc 4.8.1 (GCC) 20130725 (prerelease)
configuration: --enable-gpl --enable-version3 --enable-fontconfig --enable-libfreetype --enable-libmp3lame --enable-libvorbis --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-x11grab --enable-libopenjpeg --enable-libass --enable-libmodplug --enable-libv4l2 --cc=colorgcc --samples=/home/ubitux/fate-samples --prefix=/tmp/ffinstall --disable-runtime-cpudetect --enable-libcelt --enable-libopencv --enable-frei0r --enable-libcaca --enable-libiec61883 --enable-libopencore-amrwb --enable-libopencore-amrnb --enable-libopus --enable-libpulse --enable-libspeex --enable-libquvi --assert-level=2 --enable-libzmq --enable-libschroedinger --cpu=native
libavutil 52. 46.100 / 52. 46.100
libavcodec 55. 33.100 / 55. 33.100
libavformat 55. 18.102 / 55. 18.102
libavdevice 55. 3.100 / 55. 3.100
libavfilter 3. 86.102 / 3. 86.102
libswscale 2. 5.100 / 2. 5.100
libswresample 0. 17.103 / 0. 17.103
libpostproc 52. 3.100 / 52. 3.100
[matroska,webm @ 0x7fd1dc000940] Unknown/unsupported AVCodecID V_MS/VFW/FOURCC.
[matroska,webm @ 0x7fd1dc000940] Could not find codec parameters for stream 0 (Video: none (VP70 / 0x30375056), 640x272): unknown codec
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Input #0, matroska,webm, from '/tmp/vp7.mkv':
Metadata:
title : Derailed
creation_time : 2006-05-30 22:37:13
Duration: 01:42:04.12, start: 0.000000, bitrate: 1 kb/s
Stream #0:0(eng): Video: none (VP70 / 0x30375056), 640x272, SAR 1:1 DAR 40:17, 25 fps, 25 tbr, 1k tbn, 1k tbc (default)
Stream #0:1(eng): Audio: vorbis, 48000 Hz, stereo, fltp (default)
No codec could be found with id 0
Note: attached file is the same as sample.avi from the gentoo bug report, but with fixed extension.
Attachments (1)
Change History (4)
by , 13 years ago
comment:1 by , 13 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 13 years ago
| Priority: | normal → wish |
|---|---|
| Reproduced by developer: | set |
| Status: | new → open |
comment:3 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | open → closed |
Implemented by Peter Ross since 4a031ce3
Note:
See TracTickets
for help on using tickets.



(Edit: more up-to-date ffplay output)