x264 rev29

このエントリーをはてなブックマークに追加
535名無しさん@編集中
>>531
ハードウェアエンコが何fpsくらい出るか知らんが、[email protected]で1470秒の地デジアニメを
以下のx264設定とavsでエンコしたら136.50fps出てサイズは140,550KBだった。
ハードウェアエンコよりは画質もマシなんじゃなイカ?

--preset veryfast --tune animation --crf 20.0

SetMemoryMax(1024)
tr1=8
tr2=4
tr3=2
video_f="D:\VideoSorce\oreimo12.m2v"
cache_f="R:\RAM\oreimo12.ffindex"
FFVideoSource(video_f,cachefile = cache_f).threadrequest(tr1,tr2,tr3)
Auto24FPS(false,24,16,"",false).threadrequest(tr1,tr2,tr3)
Spline36Resize(1280, last.height()).threadrequest(tr1,tr2,tr3)
Spline36Resize(last.width(), 720).threadrequest(tr1,tr2,tr3)
return last