[FFmpeg-devel] Unable to convert .mov to .flv

IkoTikashi it
Wed Jun 6 14:20:17 CEST 2007


hi list,

I just got me the latest ffmpeg from svn and tried to compile it using

./configure --enable-gpl --enable-pp --enable-pthreads --enable-libvorbis
--enable-libogg --enable-liba52  --enable-libgsm --enable-dc1394
--disable-debug --enable-shared --prefix=/usr --enable-libmp3lame

which spit out errors of libs not found. I ended up using

./configure --enable-gpl --enable-pp --enable-pthreads --disable-debug
--enable-shared --prefix=/usr --enable-libmp3lame

and now have a working ffmpeg that also converts (nearly all of) my audio to
flv. Problem now is, ffmpeg cannot convert .mov-files (.avi and .wmv work
fine). Output is:

FFmpeg version SVN-r9231, Copyright (c) 2000-2007 Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-pp --enable-pthreads --disable-debug
--enable-shared --prefix=/usr --enable-libmp3lame
  libavutil version: 49.4.0
  libavcodec version: 51.40.4
  libavformat version: 51.12.1
  built on Jun  6 2007 13:55:31, gcc: 4.1.2 (Ubuntu 4.1.2-0ubuntu4)

Seems stream 1 codec frame rate differs from container frame rate: 1198.80
(29970/25) -> 29.97 (30000/1001)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 't_folklore_birdbattle_gp_gt.mov':
  Duration: 00:01:34.4, start: 0.000000, bitrate: 1115 kb/s
  Stream #0.0(eng): Audio: mp4a / 0x6134706D, 48000 Hz, stereo
  Stream #0.1(eng): Video: svq3, yuv420p, 480x270, 29.97 fps(r)
Output #0, flv, to 't_folklore_birdbattle_gp_gt.mov.flv':
  Stream #0.0: Video: flv, yuv420p, 320x240, q=2-31, 200 kb/s, 25.00 fps(c)
  Stream #0.1: Audio: libmp3lame, 22050 Hz, stereo, 64 kb/s
Stream mapping:
  Stream #0.1 -> #0.0
  Stream #0.0 -> #0.1
Unsupported codec (id=86018) for input stream #0.0

Can anybody tell me which codec I need to enable in the ./configure to make
this work?

Thanx in advance





More information about the ffmpeg-devel mailing list