FS#9350 - ffmpeg Unknown encoder 'xvid'

Attached to Project: Arch Linux
Opened by David Spicer (azleifel) - Saturday, 26 January 2008, 22:11 GMT
Last edited by Roman Kyrylych (Romashka) - Sunday, 27 January 2008, 10:49 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: I am not able to transcode to xvid with the latest version of ffmpeg on x86_64. For example:

[david@darkstar Video]$ ffmpeg -i Catching_Glasses_Explanation.flv -vcodec xvid -r 25 -b 312k Catching_Glasses_Explanation.avi
FFmpeg version UNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --prefix=/usr --enable-gpl --enable-libmp3lame --enable-libvorbis --enable-pp --enable-libfaac --enable-libfaad --enable-liba52 --enable-libxvid --enable-libx264 --enable-libtheora --disable-libamr-nb --enable-pp --enable-shared --enable-pthreads --enable-x11grab --enable-swscaler
libavutil version: 49.5.0
libavcodec version: 51.48.0
libavformat version: 52.1.0
built on Dec 15 2007 20:57:32, gcc: 4.2.2

Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 29.97 (30000/1001)
Input #0, flv, from 'Catching_Glasses_Explanation.flv':
Duration: 00:04:11.6, start: 0.000000, bitrate: 80 kb/s
Stream #0.0: Video: flv, yuv420p, 320x240 [PAR 0:1 DAR 0:1], 29.97 tb(r)
Stream #0.1: Audio: mp3, 22050 Hz, mono, 80 kb/s
Unknown encoder 'xvid'
[david@darkstar Video]$

Transcoding to other codecs works, as far as I have checked, e.g. I get no errors with "ffmpeg -i Catching_Glasses_Explanation.flv -vcodec msmpeg4v2 -r 25 -b 312k -mbd 2 Catching_Glasses_Explanation.avi"


Additional info:
* package version(s)ffmpeg-20071204-1-x86_64.

Steps to reproduce: See above (the Catching Glasses Explanation flv comes from YouTube)
This task depends upon

Closed by  Roman Kyrylych (Romashka)
Sunday, 27 January 2008, 10:49 GMT
Reason for closing:  Not a bug
Additional comments about closing:  "xvid" should be "libxvid" in the new version of ffmpeg.

Loading...