イシデ電「私という猫」

本日、家族+Yクンで鶴見線に乗って工業地帯を堪能。夫婦揃ってネジが外れています。
付き合わされる娘(1歳7ヶ月)が可愛そうという話も・・・。

帰り、妻が本屋に寄るというので自分もチラとみていたところ、表題の漫画の表紙と帯に惹かれほぼジャケ買い
Amazon CAPTCHA

これ、猫好きでなくても結構滲みるなあ。
人間が書いたと思えない。これを書いたのは猫ではないか。

OSX動画変換ネタ WMV3→3GPP

素材用にもらったwmvファイル(15秒のCM)をimode用に変換することとになった。
当然、携帯動画変換ちゃんhttp://micono.hp.infoseek.co.jp/3gpp/を使うのですが、上手くいきません。

設定内容は「3GPPファイル、音声AAC形式一般設定」

Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec mpeg4 -fixaspect -s 320x240 -r 14.985 -b 190 -acodec aac -ac 1 -ar 16000 -ab 48 -f 3gp -muxvb 64 -muxab 32 "<%TemporaryFile%>.3gp""

Command1=""<%AppPath%>\cores\QT3GPPFlatten" "<%TemporaryFile%>.3gp" "<%OutputFile%>.3gp" -c QT_3GPP(MobileMP4)_QVGA_AAC.ini"

Command2="rm "<%TemporaryFile%>.3gp""

としておりました。


ログは以下のように出力されるのですが、できあがった3GPPは0kBytes

ffmpeg version CVS, build 4759, Copyright (c) 2000-2004 Fabrice Bellard configuration: ./configure --enable-mp3lame --enable-faac --enable-faad --enable-amr_nb --disable-ffplay --enable-small --enable-memalign-hack --enable-gpl --enable-xvid --enable-dts --enable-a52 --disable-vhook --enable-pthread --enable-x264 built on Nov 8 2005 22:36:20, gcc: 4.0.0 (Apple Computer, Inc. build 5026)
[wmv3 @ 0x3079c4]This decoder is not supposed to produce picture. Dont report this as a bug!
[wmv3 @ 0x3079c4]Profile 1:frmrtq_postproc=7, bitrtq_postproc=31LoopFilter=0, MultiRes=0, FastUVMV=0, Extended MV=0Rangered=0, VSTransform=1, Overlap=0, SyncMarker=0DQuant=0, Quantizer mode=0, Max B frames=0
[wmv3 @ 0x3079c4]Extra data: 8 bits left, value: 0Seems that stream 1 comes from film source: 1000.00 (1000/1) -> 30.00 (30/1)Input #0, asf, from '/Users/XXX/Desktop/001.wmv': Duration: 00:00:14.9, start: 5.000000, bitrate: 763 kb/s Stream #0.0: Audio: wmav2, 44100 Hz, stereo, 64 kb/s Stream #0.1: Video: wmv3, yuv420p, 640x480, 1000.00 fpsOutput #0, 3gp, to '/Users/XXX/Documents/3GP_Converter/Temporary/17132224.3gp': Stream #0.0: Video: mpeg4, yuv420p, 320x240, 14.99 fps, q=2-31, 190 kb/s Stream #0.1: Audio: aac, 16000 Hz, mono, 48 kb/sStream mapping: Stream #0.1 -> #0.0 Stream #0.0 -> #0.1[mpeg4 @ 0x3079c4]removing common factors from framerate[wmv3 @ 0x3079c4]This decoder is not supposed to produce picture. Dont report this as a bug!
[wmv3 @ 0x3079c4]Profile 1:frmrtq_postproc=7, bitrtq_postproc=31LoopFilter=0, MultiRes=0, FastUVMV=0, Extended MV=0Rangered=0, VSTransform=1, Overlap=0, SyncMarker=0DQuant=0, Quantizer mode=0, Max B frames=0
[wmv3 @ 0x3079c4]Extra data: 8 bits left, value: 0Press [q] to stop encoding
[wmv3 @ 0x3079c4]concealing 1200 DC, 1200 AC, 1200 MV errors

QT3GPPFlatten for 3GP_Converter Version 0.08
by Micono Utilities...
http://web.mac.com/micono
MobileHackerz (http://www.nurs.or.jp/~calcium/)のQT3GPPFlattenを参考にマックで動くものを作成しました。
QuickTimeフラット化、完了...


"001.wmv"の変換作業終了...
"/Users/XXX/Desktop/001.3gp"に変換しました...
変換所要時間:8秒

原因としては

[wmv3 @ 0x3079c4]This decoder is not supposed to produce picture. Dont report this as a bug!

これでしょう。wmv3形式はOSXだとデコードできないと。

なので、一度非公開でyoutubeに上げ、できあがったFLVを落として3GPPに変換しました。