アプリ版:「スタンプのみでお礼する」機能のリリースについて

PSP動画作成時のエラー

今回、PSP3000を購入しまして
PSPで動画を見たいと思いMP4/h264動画を「携帯動画変換君」を使い変換しようと思ったのですが
エラーが出てしまい変換ができませんorz

いろいろ調べてみたのですがわからなかったので書き込みしました
すみませんが対処方がありましたらご教授お願いします。

エラー
Failed assertion
h->long_ref_count + h->short_ref_count<=h->spsref_frame_count at line 4019 of file h264.c

以下が現在の設定です。
[Item0]
Title=AVC 480x270/29.97fps/384kbps 2pass
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -vlevel 13 -s 480x270 -r 29.97 -b 384 -passlogfile "<%OutputFile%>" -pass 1 -acodec aac -ac 2 -ar 48000 -ab 64 -f psp "<%OutputFile%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -vlevel 13 -s 480x270 -r 29.97 -b 384 -passlogfile "<%OutputFile%>" -pass 2 -acodec aac -ac 2 -ar 48000 -ab 64 -f psp "<%OutputFile%>.MP4""
Command2="rm "<%OutputFile%>-0.log""
Command3=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg""

A 回答 (1件)

Command0=


Command1=
-ab 64 -f psp "<%OutputFile%>.MP4""
ーーーーーーーー
-ab 64 -f psp "<%OutputPath%>MAQ<%RandomNumber5%>.MP4""

Command3=
-s 160x120 -an "<%OutputFile%>.jpg""
ーーーーーーーーー
-s 160x120 -an "<%OutputPath%>MAQ<%RandomNumber5%>.THM""

2passでのTranscoding_PSP_Direct.iniの[Item18]は以上の様になっています
尚、[Item18]使う等ini編集は頭の「;」を全て削除です

その他「シネスコ動画の作成」参考に・・・
http://psp.holybell.to/index.php?%CA%D1%B4%B9%B7 …
    • good
    • 0
この回答へのお礼

回答ありがとうございます。

すごく助かりました。

お礼日時:2010/09/18 05:12

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!