Unknown encoder 'mpeg2video'

Bug #416585 reported by Greg A
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
ffmpeg (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: ffmpeg

When using WinFF after the recent ffmpeg upgrade I get the following error/output.

FFmpeg version SVN-r19352-4:0.5+svn20090706-1ubuntu1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --disable-encoder=h263 --disable-encoder=h263p --disable-encoder=mpeg2video --disable-encoder=mpeg4 --disable-encoder=msmpeg4v1 --disable-encoder=msmpeg4v2 --disable-encoder=msmpeg4v3 --extra-version=4:0.5+svn20090706-1ubuntu1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --extra-cflags=-I/build/buildd/ffmpeg-0.5+svn20090706/debian/include
  libavutil 49.15. 0 / 49.15. 0
  libavcodec 52.20. 0 / 52.20. 0
  libavformat 52.31. 0 / 52.31. 0
  libavdevice 52. 1. 0 / 52. 1. 0
  libavfilter 0. 4. 0 / 0. 4. 0
  libswscale 0. 7. 1 / 0. 7. 1
  libpostproc 51. 2. 0 / 51. 2. 0
  built on Aug 19 2009 20:30:11, gcc: 4.4.1

Seems stream 0 codec frame rate differs from container frame rate: 50.00 (50/1) -> 25.00 (25/1)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/greg/Dragons_Den_-_Series_7_Episode_6_b00mb8qp_default.mov':
  Duration: 01:00:29.48, start: 0.000000, bitrate: 522 kb/s
    Stream #0.0(eng): Video: h264, yuv420p, 480x272, 25 tbr, 25 tbn, 50 tbc
    Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16
Unknown encoder 'mpeg2video'
Press Enter to Continue

ProblemType: Bug
Architecture: amd64
Date: Thu Aug 20 19:29:33 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: ffmpeg 4:0.5+svn20090706-1ubuntu1
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-6.25-generic
SourcePackage: ffmpeg
Uname: Linux 2.6.31-6-generic x86_64

Related branches

Revision history for this message
Greg A (etulfetulf) wrote :
description: updated
Revision history for this message
Wes Garner (wesgarner) wrote :

Same here, I have attempted to use both regular, extra, and restricted codec packages

FFmpeg version SVN-r19352-4:0.5+svn20090706-1ubuntu3, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --disable-encoder=h263 --disable-encoder=h263p --disable-encoder=mpeg2video --disable-encoder=mpeg4 --disable-encoder=msmpeg4v1 --disable-encoder=msmpeg4v2 --disable-encoder=msmpeg4v3 --extra-version=4:0.5+svn20090706-1ubuntu3 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --extra-cflags=-I/build/buildd/ffmpeg-0.5+svn20090706/debian/include
  libavutil 49.15. 0 / 49.15. 0
  libavcodec 52.20. 0 / 52.20. 0
  libavformat 52.31. 0 / 52.31. 0
  libavdevice 52. 1. 0 / 52. 1. 0
  libavfilter 0. 4. 0 / 0. 4. 0
  libswscale 0. 7. 1 / 0. 7. 1
  libpostproc 51. 2. 0 / 51. 2. 0
  built on Aug 25 2009 14:54:57, gcc: 4.4.1

Seems stream 0 codec frame rate differs from container frame rate: 23.98 (65534/2733) -> 23.98 (4000000/166833)
Input #0, avi, from '/home/wesgarner/Videos/Ext HDD/Weeds.S05E02.HDTV.XviD-aAF.avi':
  Duration: 00:24:17.87, start: 0.000000, bitrate: 1340 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 624x352 [PAR 1:1 DAR 39:22], 23.98 tbr, 23.98 tbn, 23.98 tbc
    Stream #0.1: Audio: mp3, 48000 Hz, stereo, s16, 128 kb/s
Unknown encoder 'mpeg2video'

Greg A (etulfetulf)
Changed in ffmpeg (Ubuntu):
status: New → Confirmed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package ffmpeg - 4:0.5+svn20090706-2ubuntu1

---------------
ffmpeg (4:0.5+svn20090706-2ubuntu1) karmic; urgency=low

  * merge from debian. Remaining changes:
    - disabled output decoders: faad, openjpeg, dirac (all not in main)
    - build arm vfp variant
    - don't build depend on yasm.
  * fix dependencies on -extra packages: LP: #418705, #416348
  * no need to remove mpeg encoders in the ubuntu package, unless we hear
    otherwise from some patent owner. This brings back the mpeg2video
    encoder is available. cf. formats.txt.gz LP: #416585

 -- Reinhard Tartler <email address hidden> Wed, 26 Aug 2009 11:20:03 +0200

Changed in ffmpeg (Ubuntu):
status: Confirmed → Fix Released
Revision history for this message
MarianoAbsatz (el-baby) wrote :

Any chance this gets backported to jaunty?

Revision history for this message
Reinhard Tartler (siretart) wrote :

just install the libavcodec-52-unstripped package.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.