ffmpeg環境の構築に苦しんでたので非常に助かりました。

以下はうちで使ってる iPod 用定義です。
「間違ってる」とか「こっちのほうが良い」とかあれば教えてください。

>[Info]
Title=m4vファイル, MPEG4一般設定
TitleE=General: mp4, MPEG4 ipod setting
Description=ipod で再生可能な設定です。

>[Item0]
Title=QVGA標準画質15fpsモノラル
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec mpeg4 -fixaspect -s 320x240 -r 14.985 -b 300 -acodec aac -ac 1 -ar 44100 -ab 64 -f mp4 "<%OutputFile%>.m4v""

>[Item1]
Title=QVGA標準画質15fpsステレオ
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec mpeg4 -fixaspect -s 320x240 -r 14.985 -b 300 -acodec aac -ac 2 -ar 44100 -ab 64 -f mp4 "<%OutputFile%>.m4v""

>[Item2]
Title=QVGA高画質15fpsステレオ
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec mpeg4 -fixaspect -s 320x240 -r 14.985 -b 600 -acodec aac -ac 2 -ar 44100 -ab 64 -f mp4 "<%OutputFile%>.m4v""

>[Item3]
Title=QVGA高画質29.97fpsステレオ
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec mpeg4 -fixaspect -s 320x240 -r 29.97 -b 850 -acodec aac -ac 2 -ar 44100 -ab 64 -f mp4 "<%OutputFile%>.m4v""

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS