WinFF / winff

Automatically exported from code.google.com/p/winff
214 stars 50 forks source link

default mp4 to Avi failed #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. download a video from youtube (mp4) 
2. convert it using default AVI 

FFmpeg version SVN-r19352-4:0.5+svn20090706-2ubuntu2, Copyright (c) 2000-
2009 Fabrice Bellard, et al.
  configuration: --extra-version=4:0.5+svn20090706-2ubuntu2 --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 --enable-shared --
disable-static
  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 Oct 13 2009 22:35:00, gcc: 4.4.1

Seems stream 1 codec frame rate differs from container frame rate: 59.94 
(60000/1001) -> 29.97 (30000/1001)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 
'/mnt/repository/Video/Filmati/Transalpini.mp4':
  Duration: 00:00:53.21, start: 0.000000, bitrate: 374 kb/s
    Stream #0.0(und): Audio: aac, 44100 Hz, stereo, s16
    Stream #0.1(und): Video: h264, yuv420p, 320x240, 29.97 tbr, 29.97 tbn, 59.94 
tbc
Output #0, avi, to '/home/ibart//Transalpini.avi':
    Stream #0.0(und): Video: libxvid (hq), yuv420p, 640x480 [PAR 1:1 DAR 4:3], 
q=3-5, 1500 kb/s, 90k tbn, 29.97 tbc
    Stream #0.1(und): Audio: libmp3lame, 48000 Hz, stereo, s16, 128 kb/s
Stream mapping:
  Stream #0.1 -> #0.0
  Stream #0.0 -> #0.1
Press [q] to stop encoding
[libmp3lame @ 0x10774e0]lame: output buffer too small (buffer index: 9216, free 
bytes: 576)
Audio encoding failed

winff last one, ubuntu 9.10, gnome

if audio works, you cannot edit it and sometimes it has a green distortion :P

Original issue reported on code.google.com by trentase...@gmail.com on 20 Oct 2009 at 11:53

GoogleCodeExporter commented 9 years ago
it's an ffmpeg issue. get a newer ffmpeg

Original comment by bgg...@gmail.com on 20 Oct 2009 at 8:39