tizen.moe

tizen.moe

ffmpegでXviDをmp4に変換してみたら...

ffmpegのppaパッケージを利用してみたところ (vid: Jon Severinsson's FFmpeg PPA : Jon Severinsson)

$ sudo add-apt-repository ppa:jon-severinsson/ffmpeg

なんか怒られました。

$ ffmpeg -i el.avi el.mp4
The encoder 'aac' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it.

コマンドラインのオプションかなと思ったのですが

$ ffmpeg -strict -2 -i el.avi el.mp4
The encoder 'aac' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it.

どうも、場所が悪かったようです。。。

$ ffmpeg -i el.avi -strict -2 el.mp4
[mpeg4 @ 0x29d1160] Invalid and inefficient vfw-avi packed B frames detected
frame=15468 fps=148 q=29.0 size=   83307kB time=00:08:36.28 bitrate=1321.8kbits/s dup=3 drop=0

なんか微妙。。。