PSP裏活用情報局

PSPの活用方法書いてます

ニコニコ動画をPSPで観賞  

■ニコニコ動画に掲載されている動画をPSPに入れて観る方法を紹介します。



始めに・・・
・PSP(FW3.30以上推奨)
・携帯動画変換君
 ダウンロードは【コチラ
・FFMpeg
 ダウンロードは【コチラ



STEP1 FFMpegのダウンロード。
FFmpeg Revision 9017の項目のWin32 Binariesをダウンロードする。


STEP2 動画ファイルをダウンロード。
ニコニコ動画(http://www.nicovideo.jp/)にアクセス(要登録)し、目当ての動画を見つけたら、動画ファイルをクリックする。
コメント欄上側にあるURL欄を丸ごとコピーする。
【参考画像】
nikoniko0002.jpg




ニコニコポン (α)(http://nicopon.jp/)にアクセスし、先ほどコピーしたURLを貼り付ける。
【参考画像】
nikoniko0003.jpg


URL入力フォーム右側にある「FLV取得」ボタンをクリックすると、FLVファイルのダウンロードダイアログが表示されるので、パソコンに保存する。




STEP3 携帯動画変換君をアップグレードする。
FFMpegをダウンロードして、解凍し、「bin」フォルダ内の「ffmpeg.exe」と「pthreadGC2.dll」を取り出す。

携帯動画変換君をダウンロードして、解凍し、「3GP_Converter034」フォルダ内の「cores」フォルダの中に、先ほどダウンロードした、「ffmpeg.exe」と「pthreadGC2.dll」を入れる。

「3GP_Converter034」内の「default_setting」フォルダの中にある「Transcoding_PSP.ini」を起動し、下記のタグをすべて上書き保存する。

-----------------下記を全て上書き--------------------
[Info]
Title=機種別設定:MP4ファイル, PSP向け設定
TitleE=Model: MP4, for PSP
Description=PSP/CLIE PEG-VZ90で使われているMP4形式に変換します。メモリースティックの\MP_ROOT\100MNV01\に、M4V00001.MP4, M4V00001.THMなどとリネームして配置してください。メモリースティックにコピーする際ファイル名の変更が必要ですが、元のデータのファイル名のまま変換されるのでファイル管理はしやすい設定です。AVC設定はPSPファームウェアバージョン2.00以降専用です。AVCで変換したファイルはファイルの置き場所が\MP_ROOT\100ANV01\に、ファイル名がMAQ00001.MP4となりますのでご注意ください。
DescriptionE=for PSP/CLIE PEG-VZ90, MP4 format. Put your converted files to \MP_ROOT\100MNV01\ in the MemoryStick, and rename like 'M4V00001.MP4', 'M4V00001.THM'.

[Item0]
Title=QVGA/15fps/216kbps モノラル/48kbps
TitleE=QVGA/15fps/216kbps Mono/48kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec xvid -s 320x240 -r 14.985 -b 216k -acodec aac -ac 1 -ar 24000 -ab 96k -f psp ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

[Item1]
Title=QVGA/15fps/216kbps ステレオ/96kbps
TitleE=QVGA/15fps/216kbps Stereo/96kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec xvid -s 320x240 -r 14.985 -b 216k -acodec aac -ac 2 -ar 24000 -ab 96k -f psp ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

[Item2]
Title=QVGA/15fps/384kbps モノラル/48kbps
TitleE=QVGA/15fps/384kbps Mono/48kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec xvid -s 320x240 -r 14.985 -b 384k -acodec aac -ac 1 -ar 24000 -ab 96k -f psp ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

[Item3]
Title=QVGA/15fps/384kbps ステレオ/96kbps
TitleE=QVGA/15fps/384kbps Stereo/96kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec xvid -s 320x240 -r 14.985 -b 384k -acodec aac -ac 2 -ar 24000 -ab 96k -f psp ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

[Item4]
Title=QVGA/15fps/512kbps モノラル/48kbps
TitleE=QVGA/15fps/512kbps Mono/48kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec xvid -s 320x240 -r 14.985 -b 512k -acodec aac -ac 1 -ar 24000 -ab 96k -f psp ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

[Item5]
Title=QVGA/15fps/512kbps ステレオ/96kbps
TitleE=QVGA/15fps/512kbps Stereo/96kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec xvid -s 320x240 -r 14.985 -b 512k -acodec aac -ac 2 -ar 24000 -ab 96k -f psp ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

[Item6]
Title=QVGA/29.97fps/768kbps ステレオ/128kbps
TitleE=QVGA/29.97fps/768kbps Stereo/128kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec xvid -s 320x240 -r 29.97 -b 768k -acodec aac -ac 2 -ar 24000 -ab 128k -f psp ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

[Item7]
; -muxvb 768 : fake 768kbps in Headder
Title=QVGA/29.97fps/1500kbps ステレオ/128kbps
TitleE=QVGA/29.97fps/1500kbps Stereo/128kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec xvid -s 320x240 -r 29.97 -b 1500k -acodec aac -ac 2 -ar 24000 -ab 128k -f psp ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

[Item8]
Title=QVGA/29.97fps/QB4 ステレオ/96kbps
TitleE=QVGA/29.97fps/QB4 Stereo/96kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec xvid -s 320x240 -r 29.97 -qscale 4 -acodec aac -ac 2 -ar 24000 -ab 96k -f psp ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

[Item9]
Title=QVGA/29.97fps/QB7 ステレオ/96kbps
TitleE=QVGA/29.97fps/QB7 Stereo/96kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec xvid -s 320x240 -r 29.97 -qscale 7 -acodec aac -ac 2 -ar 24000 -ab 96k -f psp ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

[Item10]
Title=QVGA/29.97fps/QB10 ステレオ/96kbps
TitleE=QVGA/29.97fps/QB10 Stereo/96kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec xvid -s 320x240 -r 29.97 -qscale 10 -acodec aac -ac 2 -ar 24000 -ab 96k -f psp ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

; ------------------ marlov74 and runtime of Team XBMC found these settings. www.xboxmediacenter.com ------------------
; Very very thanks to http://forums.ps2dev.org/viewtopic.php?t=1007
[Item11]
Title=368x208/29.97fps/768kbps ステレオ/128kbps
TitleE=368x208/29.97fps/768kbps Stereo/128kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec xvid -s 368x208 -r 29.97 -b 768k -acodec aac -ac 2 -ar 24000 -ab 128k -f psp ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

[Item12]
; -muxvb 768 : fake 768kbps in Headder
Title=368x208/29.97fps/1500kbps ステレオ/128kbps
TitleE=368x208/29.97fps/1500kbps Stereo/128kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec xvid -s 368x208 -r 29.97 -b 1500k -acodec aac -ac 2 -ar 24000 -ab 128k -f psp ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

[Item13]
Title=368x208/29.97fps/QB4 ステレオ/96kbps
TitleE=368x208/29.97fps/QB4 Stereo/96kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec xvid -s 368x208 -r 29.97 -qscale 4 -acodec aac -ac 2 -ar 24000 -ab 96k -f psp ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

[Item14]
Title=368x208/29.97fps/QB7 ステレオ/96kbps
TitleE=368x208/29.97fps/QB7 Stereo/96kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec xvid -s 368x208 -r 29.97 -qscale 7 -acodec aac -ac 2 -ar 24000 -ab 96k -f psp ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

[Item15]
Title=368x208/29.97fps/QB10 ステレオ/96kbps
TitleE=368x208/29.97fps/QB10 Stereo/96kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec xvid -s 368x208 -r 29.97 -qscale 10 -acodec aac -ac 2 -ar 24000 -ab 96k -f psp ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""


; ------------------------------------- H.264
[Item16]
Title=AVC QVGA/29.97fps/384kbps ステレオ/128kbps
TitleE=AVC QVGA/29.97fps/384kbps Stereo/128kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec h264 -coder 1 -bufsize 128k -g 250 -s 320x240 -r 29.97 -b 384k -acodec aac -ac 2 -ar 48000 -ab 128k -f psp -level 21 ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

[Item17]
Title=AVC QVGA/29.97fps/VBR QB25 ステレオ/128kbps
TitleE=AVC QVGA/29.97fps/VBR QB25 Stereo/128kbps
Command0=""\cores\ffmpeg" -y -i "" -timestamp "" -flags bitexact -vcodec h264 -coder 1 -bufsize 128k -g 250 -s 320x240 -r 29.97 -qscale 25 -maxrate 1500k -acodec aac -ac 2 -ar 48000 -ab 128k -f psp -level 21 ".MP4""
Command1=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".jpg""

;[Item18]
;Title=AVC QVGA/29.97fps/384kbps 2pass
;Command0=""\cores\ffmpeg" -y -i "" -title "" -timestamp "" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -s 320x240 -r 29.97 -b 384 -passlogfile "" -pass 1 -acodec aac -ac 2 -ar 48000 -ab 64 -f psp ".MP4""
;Command1=""\cores\ffmpeg" -y -i "" -title "" -timestamp "" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -s 320x240 -r 29.97 -b 384 -passlogfile "" -pass 2 -acodec aac -ac 2 -ar 48000 -ab 64 -f psp ".MP4""
;Command2="rm "-0.log""
;Command3=""\cores\ffmpeg" -y -i "" -f image2 -ss 5 -vframes 1 -s 160x120 -an ".THM""


-----------------以上--------------------




STEP4 ダウンロードした「smile_video」(FLV)ファイルを適当な名前に変更する。
「3GP_Converter034」フォルダ内の「3GP_Converter.exe」ファイルを起動する。
機種別設定を[MP4ファイル、PSP向け設定]にする。
先ほどの「ファイル名.FLV」ファイルをドラッグ&ドロップする。

後は出てきたムービーファイルをPSPメモリースティック内のVIDEOフォルダに入れるだけ。













[ 2007/10/28 21:11 ] PSP活用 | TB(0) | CM(8)
[ 2008/04/24 22:03 ] [ 編集 ]
[ 2008/04/24 22:05 ] [ 編集 ]
このコメントは管理者の承認待ちです
[ 2008/05/20 06:03 ] [ 編集 ]
このコメントは管理者の承認待ちです
[ 2008/06/11 08:43 ] [ 編集 ]
このコメントは管理者の承認待ちです
[ 2008/06/26 17:51 ] [ 編集 ]
このコメントは管理者の承認待ちです
[ 2008/07/07 09:45 ] [ 編集 ]
you can better,
[ 2008/07/19 20:18 ] [ 編集 ]
このコメントは管理者の承認待ちです
[ 2008/08/20 05:17 ] [ 編集 ]
コメントの投稿













管理者にだけ表示を許可する