[Bug 418890] [NEW] ffmpeg fail to code video

max mikhmv at gmail.com
Tue Aug 25 21:49:01 UTC 2009


Public bug reported:

Binary package hint: ffmpeg

Hi,

I tried to code video by ffmpeg but it is fail.

here is one of example of messages:
$ ffmpeg -i 'test-0000.avi' -f yuv4mpegpipe - | yuvfps -s 10:1 -r 50:1  | ffmpeg -f yuv4mpegpipe -i  - -b 28800k -y output.avi
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
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
Input #0, avi, from 'test-0000.avi':
  Duration: 00:03:34.10, start: 0.000000, bitrate: 738 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 1534x408 [PAR 1:1 DAR 767:204], 10 tbr, 10 tbn, 10 tbc
Output #0, yuv4mpegpipe, to 'pipe:':
    Stream #0.0: Video: rawvideo, yuv420p, 1534x408 [PAR 1:1 DAR 767:204], q=2-31, 200 kb/s, 90k tbn, 10 tbc
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
   INFO: [yuvfps] yuv2fps (version 0.2) is a general frame resampling utility for yuv streams
   INFO: [yuvfps] (C) 2002 Alfonso Garcia-Patino Barbolani <barbolani at jazzfree.com>
   INFO: [yuvfps] yuvfps -h for help, or man yuvfps
++ WARN: [yuvfps] Original framerate: 10:1, Normalized framerate: 10:1
++ WARN: [yuvfps] Converting from 10:1 to 50:1
   INFO: [yuvfps] Writing source frame 1 at dest frame 1
   INFO: [yuvfps] Writing source frame 1 at dest frame 2
   INFO: [yuvfps] Writing source frame 1 at dest frame 3
   INFO: [yuvfps] Writing source frame 1 at dest frame 4
   INFO: [yuvfps] Writing source frame 1 at dest frame 5
Input #0, yuv4mpegpipe, from 'pipe:':
  Duration: N/A, bitrate: N/A
    Stream #0.0: Video: rawvideo, yuv420p, 1534x408, PAR 1:1 DAR 767:204, 50 tbr, 50 tbn, 50 tbc
Output #0, avi, to 'output.avi':
    Stream #0.0: Video: 0x0000, yuv420p, 1534x408 [PAR 1:1 DAR 767:204], q=2-31, 28800 kb/s, 90k tbn, 50 tbc
Stream mapping:
  Stream #0.0 -> #0.0
Unsupported codec for output stream #0.0
   INFO: [yuvfps] Writing source frame 2 at dest frame 6
-----------------------------------------------------------------------------------------------------------------------------------------
Command:
ffmpeg -i 'test-0000.avi' -f yuv4mpegpipe - | yuvfps -s 10:1 -r 50:1 >> test.file

create test file without any problem

-------------------------------------------------------------------------------
Command:
 ffmpeg -f yuv4mpegpipe -i test.file -b 28800k -y output.avi
gave message: Unsupported codec for output stream #0.0

ProblemType: Bug
Architecture: amd64
Date: Tue Aug 25 17:41:19 2009
DistroRelease: Ubuntu 9.10
Package: ffmpeg 4:0.5+svn20090706-1ubuntu3
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-7.27-generic
SourcePackage: ffmpeg
Uname: Linux 2.6.31-7-generic x86_64

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


** Tags: amd64 apport-bug

-- 
ffmpeg fail to code video
https://bugs.launchpad.net/bugs/418890
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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




More information about the universe-bugs mailing list