ffmpeg で *.fll を *.mp4 へ変換できた

$ ffmpeg -y -i input.fll -sameq -vcodec copy -acodec copy -f mp4 output.mp4

FFmpeg rev.15488 で,fll が mp4 へ変換できた.すばらしい!
Wow!! I converted from fll to mp4 with FFmpeg rev.15488 on Vine Linux, which is a Japanese community distribution.

FFmpeg version SVN-r15488, Copyright (c) 2000-2008 Fabrice Bellard, et al.
  configuration: --prefix=/usr --incdir=/usr/include/ffmpeg --libdir=/usr/lib \
    --mandir=/usr/share/man --arch=i386 --extra-cflags=-O2 -m32 -march=i386 \
     -mtune=generic -fasynchronous-unwind-tables -fno-strict-aliasing \
     -fno-schedule-insns2 --enable-libdc1394 --enable-libfaac \
     --enable-libfaad --enable-libgsm --enable-libmp3lame --enable-libtheora \
     --enable-libvorbis --enable-libx264 --enable-libxvid --enable-x11grab \
     --enable-avfilter --enable-avfilter-lavf --enable-postproc \
     --enable-swscale --enable-pthreads --disable-static --enable-shared \
     --enable-gpl --disable-debug --disable-optimizations --disable-stripping \
     --shlibdir=/usr/lib --cpu=i386 --disable-amd3dnow --disable-mmx \
     --disable-sse
  libavutil     49.11. 0 / 49.11. 0
  libavcodec    52. 0. 0 / 52. 0. 0
  libavformat   52.22. 1 / 52.22. 1
  libavdevice   52. 1. 0 / 52. 1. 0
  libavfilter    0. 1. 0 /  0. 1. 0
  libswscale     0. 6. 1 /  0. 6. 1
  libpostproc   51. 2. 0 / 51. 2. 0
  built on Nov 13 2008 04:31:06, gcc: 4.1.2 (4.1.3 prerelease 20080708) (Vine Linux 4.1.2-19vl5)

H.264/AVC1 + AAC な FLV のことを、特に FLL と呼ぶでおk?かな。
FLV H.264/AVC1 + AAC is, in particular, called FLL, Ok?

ChangeLog をまだ眺めていないので、いつ fll に対応したか分からないんだけれども、たぶん rev.15000 台だと思う。
I yet don't view ChangeLog. So, I don't know when ffmpeg supports fll, but I think it supports rev.15000 units, probably.

ここらへんの FFmpegMPlayer がすでに fork していたら、たぶん mplayer で fll ファイルがそのまま再生できるはず。
If MPlayer already forks a FFmpeg around rev.15000 units, mplayer can play fll files.

そのうち,この ffmpegVineSeed へ put する予定だけど,これ,x264 も依存して更新せなあかんのよね.
This ffmpeg package will be put to RPM repository of VineSeed, but x264 will also depend on ffmpeg.

そうすると,今度は,mplayer 1.0rc2 が --with-x264 でビルドできなくなるんよね.
So, now, mplayer v1.0rc2 don't build with --with-x264.

ということで,VineSeedmplayer は snapshot を追っても良いでしょうか?
That, the MPlayer package of VineSeed is chasing snapshot, ok?