Pixelpanic / winff

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

iPod-iTunes settings not working under karmic. #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Keep getting the same error msg when trying to convert.

FFmpeg version SVN-r19352-4:0.5+svn20090706-2ubuntu2.2, Copyright (c) 2000-2009 
Fabrice Bellard, et al.
  configuration: --extra-version=4:0.5+svn20090706-2ubuntu2.2 --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 Apr 23 2010 15:05:49, gcc: 4.4.1
[NULL @ 0x8eefa20]Invalid and inefficient vfw-avi packed B frames detected
Input #0, avi, from '/home/sid32/Videos/TTT.avi':
  Duration: 00:20:56.08, start: 0.000000, bitrate: 1171 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 544x400 [PAR 1:1 DAR 34:25], 25 tbr, 25 tbn, 25 tbc
    Stream #0.1: Audio: mp3, 48000 Hz, stereo, s16, 112 kb/s
Output #0, ipod, to 'TTT.m4v':
    Stream #0.0: Video: libx264, yuv420p, 320x240 [PAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
    Stream #0.1: Audio: libfaac, 48000 Hz, stereo, s16, 112 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
[libx264 @ 0x8ef0dc0]broken ffmpeg default settings detected
[libx264 @ 0x8ef0dc0]use an encoding preset (vpre)
Error while opening codec for output stream #0.0 - maybe incorrect parameters 
such as bit_rate, rate, width or height

Original issue reported on code.google.com by csheph...@gmail.com on 14 Sep 2010 at 2:48

GoogleCodeExporter commented 8 years ago
Try adding "-vpre hq" or "-vpre max" to the advanced options and try again. 
Does it help?

Please also tell us where you got your winff from (how did you install), which 
version you use and if you use a different set of presets than that come with 
winff.

Original comment by poipodec...@hotmail.com on 14 Sep 2010 at 6:28