<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Jのブログ</title>
<link>https://ameblo.jp/jelejele/</link>
<atom:link href="https://rssblog.ameba.jp/jelejele/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>備忘録です。</description>
<language>ja</language>
<item>
<title>携帯動画変換君 iPod用設定</title>
<description>
<![CDATA[ <p><strong>最新版のffmpeg対応</strong></p><p><strong>H.264(2pass) + NeroDigitalAudio(aacgainで音量調整)</strong></p><p><strong><br></strong></p><p><strong>必要なファイルは<a href="http://ameblo.jp/jelejele/entry-10264856348.html">こちら</a>を参照</strong></p><strong><p><br>以下の内容のtxtファイルをリネームして Transcoding_iPod.ini を作成</p><br><p>[Info]<br>Title=機種別設定：MP4ファイル, iPod向け設定<br>TitleE=Model: MP4, for iPod<br>Description=iPodへ向けたMP4形式に変換します。<br>DescriptionE=for iPod</p><p>[Item0]<br>Title=［動画］H.264-2pass 480x360(4:3) / 映像:512kbps 29.97fps　音声:128kbps 44.1kHz St(AAC-LC)<br>Command0=""&lt;%AppPath%&gt;\cores\ffmpeg" -y -i "&lt;%InputFile%&gt;" -an -pass 1 -passlogfile "&lt;%TemporaryFile%&gt;" -timestamp "&lt;%TimeStamp%&gt;" -s 480x360 -r 30000/1001 -vcodec libx264 -b 512k -flags +loop -cmp +chroma -partitions 0 -me_method epzs -subq 1 -trellis 0 -refs 1 -coder 0 -me_range 16 -g 100 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 512k -maxrate 10M -bufsize 10M -rc_eq "blurCplx^(1-qComp)" -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -aspect 4:3 -threads 2 "&lt;%TemporaryFile%&gt;_1.mp4""<br>Command1=""&lt;%AppPath%&gt;\cores\ffmpeg" -y -i "&lt;%InputFile%&gt;" -an -pass 2 -passlogfile "&lt;%TemporaryFile%&gt;" -timestamp "&lt;%TimeStamp%&gt;" -s 480x360 -r 30000/1001 -vcodec libx264 -b 512k -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me_method umh -subq 5 -trellis 0 -refs 3 -coder 0 -me_range 16 -g 100 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 512k -maxrate 10M -bufsize 10M -rc_eq "blurCplx^(1-qComp)" -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -aspect 4:3 -threads 2 "&lt;%TemporaryFile%&gt;_1.mp4""<br>Command2=""&lt;%AppPath%&gt;\cores\ffmpeg" -y -i "&lt;%InputFile%&gt;" -acodec pcm_s16le -ar 44100 -ac 2 -vn -f wav "&lt;%TemporaryFile%&gt;.wav""<br>Command3=""&lt;%AppPath%&gt;\cores\neroAacEnc" -cbr 128000 -lc -if "&lt;%TemporaryFile%&gt;.wav" -of "&lt;%TemporaryFile%&gt;_2.mp4""<br>Command4=""&lt;%AppPath%&gt;\cores\aacgain" /r /a /c /m 4.0 "&lt;%TemporaryFile%&gt;_2.mp4""<br>Command5=""&lt;%AppPath%&gt;\cores\MP4Box" -add "&lt;%TemporaryFile%&gt;_1.mp4" -add "&lt;%TemporaryFile%&gt;_2.mp4" -new "&lt;%OutputFile%&gt;.mp4""<br>Command6=""&lt;%AppPath%&gt;\cores\x264_del.bat""<br>Command7="cmd /c "del "&lt;%TemporaryFile%&gt;*.*"""</p><p>[Item1]<br>Title=［動画］H.264-2pass 480x272(16:9) / 映像:512kbps 29.97fps　音声:128kbps 44.1kHz St(AAC-LC)<br>Command0=""&lt;%AppPath%&gt;\cores\ffmpeg" -y -i "&lt;%InputFile%&gt;" -an -pass 1 -passlogfile "&lt;%TemporaryFile%&gt;" -timestamp "&lt;%TimeStamp%&gt;" -s 480x270 -padtop 2 -r 30000/1001 -vcodec libx264 -b 512k -flags +loop -cmp +chroma -partitions 0 -me_method epzs -subq 1 -trellis 0 -refs 1 -coder 0 -me_range 16 -g 100 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 512k -maxrate 10M -bufsize 10M -rc_eq "blurCplx^(1-qComp)" -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -aspect 480:272 -threads 2 "&lt;%TemporaryFile%&gt;_1.mp4""<br>Command1=""&lt;%AppPath%&gt;\cores\ffmpeg" -y -i "&lt;%InputFile%&gt;" -an -pass 2 -passlogfile "&lt;%TemporaryFile%&gt;" -timestamp "&lt;%TimeStamp%&gt;" -s 480x270 -padtop 2 -r 30000/1001 -vcodec libx264 -b 512k -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me_method umh -subq 5 -trellis 0 -refs 3 -coder 0 -me_range 16 -g 100 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 512k -maxrate 10M -bufsize 10M -rc_eq "blurCplx^(1-qComp)" -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 -aspect 480:272 -threads 2 "&lt;%TemporaryFile%&gt;_1.mp4""<br>Command2=""&lt;%AppPath%&gt;\cores\ffmpeg" -y -i "&lt;%InputFile%&gt;" -acodec pcm_s16le -ar 44100 -ac 2 -vn -f wav "&lt;%TemporaryFile%&gt;.wav""<br>Command3=""&lt;%AppPath%&gt;\cores\neroAacEnc" -cbr 128000 -lc -if "&lt;%TemporaryFile%&gt;.wav" -of "&lt;%TemporaryFile%&gt;_2.mp4""<br>Command4=""&lt;%AppPath%&gt;\cores\aacgain" /r /a /c /m 4.0 "&lt;%TemporaryFile%&gt;_2.mp4""<br>Command5=""&lt;%AppPath%&gt;\cores\MP4Box" -add "&lt;%TemporaryFile%&gt;_1.mp4" -add "&lt;%TemporaryFile%&gt;_2.mp4" -new "&lt;%OutputFile%&gt;.mp4""<br>Command6=""&lt;%AppPath%&gt;\cores\x264_del.bat""<br>Command7="cmd /c "del "&lt;%TemporaryFile%&gt;*.*"""</p></strong>
]]>
</description>
<link>https://ameblo.jp/jelejele/entry-10340540397.html</link>
<pubDate>Fri, 11 Sep 2009 22:00:00 +0900</pubDate>
</item>
<item>
<title>携帯動画変換君 P906i用設定</title>
<description>
<![CDATA[ <p><strong>携帯動画変換君でP906i用の動画を作成する手順</strong></p><p><strong>最新版のffmpeg対応</strong></p><p><strong>Xvid(2pass) + NeroDigitalAudio(aacgainで音量調整)</strong></p><p><strong><br></strong><br>(1) 3GP_Converter034.zip を解凍</p><br><p>(2) default_settingフォルダの中身を全て削除</p><br><p>(3) coresフォルダの QT で始まるファイルを全て削除</p><br><p>(4) coresフォルダの ffmpeg.exe を最新版の ffmpeg.exe に置き換え</p><br><p>(5) coresフォルダに neroAacEnc.exe をコピー</p><br><p>(6) coresフォルダに aacgain.exe をコピー</p><br><p>(7) coresフォルダに MP4Box.exe をコピー</p><br><p>(8) coresフォルダに js32.dll をコピー</p><br><p>(9) coresフォルダに x264_del.bat を作成</p><br><p>(10) coresフォルダに XviD_del.bat を作成</p><br><p>(11) default_settingフォルダに Transcoding_P906i.ini を作成</p><br><br><br><p><strong>※ x264_del.bat は以下の内容のtxtファイルをリネームして作成</strong></p><br><p>@echo off<br>del x264_2pass.log"<br>del x264_2pass-0.log"<br>exit</p><br><br><br><p><strong>※ XviD_del.bat は以下の内容のtxtファイルをリネームして作成</strong></p><br><p>@echo off<br>del XviD_2pass-0.log"<br>del /f "%USERPROFILE%\Local Settings\Temp\xvidff.*"<br>exit</p><br><br><br><p><strong>※ Transcoding_P906i.ini は以下の内容のtxtファイルをリネームして作成</strong></p><br><p>[Info]<br>Title=機種別設定：3GPPファイル, P906i用設定<br>TitleE=Model: 3GPP, for P906i<br>Description=NTTDoCoMo P906iに合わせた設定です。<br>DescriptionE=Setting adjusted for NTTDoCoMo P906i</p><p>[Item0]<br>Title=［動画］XviD-2pass VGA(640x480) / 映像:1500kbps 29.97fps　音声:192kbps 44.1kHz St(AAC-LC)<br>Command0=""&lt;%AppPath%&gt;\cores\ffmpeg" -y -i "&lt;%InputFile%&gt;" -pass 1 -passlogfile "XviD_2pass" -qmin 1 -qmax 25 -vcodec libxvid -vtag mp4v -bufsize 3000k -flags mv4 -mbd bits -me_method epzs -qns 2 -subq 7 -trellis 1 -g 120 -s 640x480 -aspect 4:3 -r 30000/1001 -b 1500k -an -f mp4 -threads 2 "&lt;%TemporaryFile%&gt;_1.mp4""<br>Command1=""&lt;%AppPath%&gt;\cores\ffmpeg" -y -i "&lt;%InputFile%&gt;" -pass 2 -passlogfile "XviD_2pass" -qmin 1 -qmax 25 -vcodec libxvid -vtag mp4v -bufsize 3000k -flags mv4 -mbd bits -me_method umh -qns 2 -subq 7 -trellis 1 -g 120 -s 640x480 -aspect 4:3 -r 30000/1001 -b 1500k -an -f mp4 -threads 2 "&lt;%TemporaryFile%&gt;_1.mp4""<br>Command2=""&lt;%AppPath%&gt;\cores\ffmpeg" -y -i "&lt;%InputFile%&gt;" -acodec pcm_s16le -ar 44100 -ac 2 -vn -f wav "&lt;%TemporaryFile%&gt;.wav""<br>Command3=""&lt;%AppPath%&gt;\cores\neroAacEnc" -cbr 192000 -lc -if "&lt;%TemporaryFile%&gt;.wav" -of "&lt;%TemporaryFile%&gt;_2.mp4""<br>Command4=""&lt;%AppPath%&gt;\cores\aacgain" /r /a /c /m 4.0 "&lt;%TemporaryFile%&gt;_2.mp4""<br>Command5=""&lt;%AppPath%&gt;\cores\MP4Box" -add "&lt;%TemporaryFile%&gt;_1.mp4" -add "&lt;%TemporaryFile%&gt;_2.mp4" -brand mmp4:1 -new "&lt;%OutputFile%&gt;.3gp""<br>Command6=""&lt;%AppPath%&gt;\cores\XviD_del.bat""<br>Command7="cmd /c "del "&lt;%TemporaryFile%&gt;*.*""" </p><p>[Item1]<br>Title=［動画］XviD-2pass HVGAW(640x360) / 映像:1500kbps 29.97fps　音声:192kbps 44.1kHz St(AAC-LC)<br>Command0=""&lt;%AppPath%&gt;\cores\ffmpeg" -y -i "&lt;%InputFile%&gt;" -pass 1 -passlogfile "XviD_2pass" -qmin 1 -qmax 25 -vcodec libxvid -vtag mp4v -bufsize 3000k -flags mv4 -mbd bits -me_method epzs -qns 2 -subq 7 -trellis 1 -g 120 -s 640x360 -aspect 16:9 -r 30000/1001 -b 1500k -an -f mp4 -threads 2 "&lt;%TemporaryFile%&gt;_1.mp4""<br>Command1=""&lt;%AppPath%&gt;\cores\ffmpeg" -y -i "&lt;%InputFile%&gt;" -pass 2 -passlogfile "XviD_2pass" -qmin 1 -qmax 25 -vcodec libxvid -vtag mp4v -bufsize 3000k -flags mv4 -mbd bits -me_method umh -qns 2 -subq 7 -trellis 1 -g 120 -s 640x360 -aspect 16:9 -r 30000/1001 -b 1500k -an -f mp4 -threads 2 "&lt;%TemporaryFile%&gt;_1.mp4""<br>Command2=""&lt;%AppPath%&gt;\cores\ffmpeg" -y -i "&lt;%InputFile%&gt;" -acodec pcm_s16le -ar 44100 -ac 2 -vn -f wav "&lt;%TemporaryFile%&gt;.wav""<br>Command3=""&lt;%AppPath%&gt;\cores\neroAacEnc" -cbr 192000 -lc -if "&lt;%TemporaryFile%&gt;.wav" -of "&lt;%TemporaryFile%&gt;_2.mp4""<br>Command4=""&lt;%AppPath%&gt;\cores\aacgain" /r /a /c /m 4.0 "&lt;%TemporaryFile%&gt;_2.mp4""<br>Command5=""&lt;%AppPath%&gt;\cores\MP4Box" -add "&lt;%TemporaryFile%&gt;_1.mp4" -add "&lt;%TemporaryFile%&gt;_2.mp4" -brand mmp4:1 -new "&lt;%OutputFile%&gt;.3gp""<br>Command6=""&lt;%AppPath%&gt;\cores\XviD_del.bat""<br>Command7="cmd /c "del "&lt;%TemporaryFile%&gt;*.*"""</p>
]]>
</description>
<link>https://ameblo.jp/jelejele/entry-10264856348.html</link>
<pubDate>Wed, 20 May 2009 22:51:57 +0900</pubDate>
</item>
</channel>
</rss>
