設定ファイルを作ると便利ですね。(半分私信だな、こりゃ。誰も見ないってw)
以下のファイルを携帯動画変換君のdefault_setting のフォルダに放り込んで、Setup で設定すればOKです。(AVIファイル, for TCPMP WVGA 用設定)。★が一押し設定、●は準お勧め設定です。
|
[Info] Title=AVIファイル, for TCPMP WVGA 用設定 TitleE=WVGA: AVI, MPEG4 WVGA TCPMP setting Description=WVGA の Windows Mobile で TCPMP 向けのAVIファイル設定です。 DescriptionE=It is a setting that encode to the device that can play AVI file on TCPMP for WIndows Mobile with WVGA LCD.
:
[Item4] Title=★WVGA 1024kbps 15fpsステレオ TitleE=WVGA High quality 15fps Stereo Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -fixaspect -s 720x480 -r 14.985 -b 1024 -acodec mp3 -ac 2 -ar 44100 -ab 64 -f avi "<%OutputFile%>.avi""
[Item5] Title=●WVGA 768kbps 29.97fpsステレオ TitleE=WVGA Normal quality 29.97fps Stereo Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -fixaspect -s 720x480 -r 29.97 -b 768 -acodec mp3 -ac 2 -ar 44100 -ab 64 -f avi "<%OutputFile%>.avi""
:
[Item8] Title=★WVGA Full 1024kbps 15fpsステレオ TitleE=WVGA Full Normal quality 15fps Stereo Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -fixaspect -s 800x480 -r 14.985 -b 1024 -acodec mp3 -ac 2 -ar 44100 -ab 64 -f avi "<%OutputFile%>.avi""
|
これで作ったサンプルファイル。15fpsにするとスムースさは少し失われますが、その分駒落ちはなくなるので Windows Mobile には向いているかと思います。