08/05/16 23:41:35 /7rZTrK10
>>301
人のまねをすることから始めて徐々に理解すればおk
batファイルのサンプル>>299のを使うとして
C:\x264.exe --crf 22.0 --level 4.2 --min-keyint 1 --ref 3 --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --direct temporal
--subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --qpmax 30 --qpstep 8 --qcomp 0.7 --scenecut 65 --me tesa
--threads auto --thread-input --cqm "jvt" --progress --no-dct-decimate --no-psnr --no-ssim --output "C:\hogehoge.264" "C:\hogehoge.avs" --aq-strength 0.5 --aq-sensitivity 10
C:\MP4Box.exe -add C:\hogehoge.264:fps=23.976 -add C:\hogehoge.aac -new C:\hogehoge.mp4
#本編が24fps固定のものとして、音声はあらかじめトリム&エンコしたものとして
上のをtxtに貼って拡張子をbatにしればおk
パスを仮にC:\としたけどそこは任意で