# 設定名 setting_title = ZOOME動画 # 目標ビットレート kbps (初期値:600) target_bitrate = 1200 # 限界ビットレート kbps (初期値:656) limit_bitrate = 1500 # ファイルサイズ制限 MB (初期値:40) limit_filesize = 200 # ファイルサイズ制限に対する余裕 % (初期値:6) margin_mp4 = 6 # エコノミー回避用の目標ビットレート kbps (初期値:220) ;nicovideo_eco = 220 # 横サイズ (初期値:512) target_width = 512 # 縦サイズ (初期値:384) target_height = 384 # 16:9の縦サイズ (初期値:288) target_height_16_9 = 288 # 画面の比率維持 (初期値:border:4:3→黒ベタをつけて4:3にする) keep_aspect = border:4:3 # x264のパス数 (初期値:2) x264pass = 3 # x264エンコードで2パスの1パス目を高速化する。1→する 0→しない (初期値:1) x264turbo = 1 # x264のオプション x264.exe --bitrate --keyint --min-keyint 1 --scenecut 54 --qpmin 10 --qpmax 51 --qpstep 16 --bframes 3 --b-adapt 2 --partitions p8x8,b8x8,i4x4 --me umh --subme 7 --ref 3 --merange 16 --trellis 0 --aq-mode 0 --psy-rd 0.5:0.0 --deblock -1:-1 --mixed-refs --weightb --direct auto --cqm flat --no-fast-pskip --colormatrix bt470bg --threads auto --thread-input --progress --quiet --no-psnr --no-ssim --pass --stats "" --output "" "" # neroAacEncのオプション neroAacEnc.exe -br -if "" -of "" # MP4Boxのオプション MP4Box.exe -fps -lang jpn -tmp "" -add ""#video -add ""#audio -new "" # 画像エンコ用のオプション x264_for_bgm = x264.exe --crf 22 --keyint --bframes 16 --partitions none --subme 1 --me dia --aq-mode 0 --deblock -3:-3 --colormatrix bt470bg --threads auto --thread-input --progress --quiet --no-psnr --no-ssim --output "" "" # フレームレートの上限 fps (初期値:120) limit_fps = 120 # フレームレートの変換 fps (初期値:なし) change_fps = # サンプリング周波数の上限 Hz (初期値:48000) limit_audiorate = 48000 # サンプリング周波数の変換 Hz (初期値:なし) audiorate = # 拡張子 (初期値:mp4) movie_type = mp4 # 再生確認用のHTMLテンプレート (初期値:template_nicovideo.html) html_template = template_nicovideo.html