07/12/15 18:32:07 L4xDyCg6
AC3直接ぶち込み用bat
@echo off
:loop
bepipe.exe --script "NicAC3Source(^%~1^)" | "neroAacEnc.exe" -ignorelength お好きなオプション -if - -of "%~1.mp4"
shift
if not "%~1"=="" goto loop
exit /b
必要な物 bepipe.exe avisynthのインストール NicAudio.dll NeroAacEnc.exe
上記3~9行目までをテキスト保存して拡張子batにしたらAC3をD&Dで突っ込むだけ、
exeのパス指定が必要なら各自でドゾ。
bepipeはMeGUIのと同じ作者らしいのでチャンネルマッピングもたぶん大丈夫かと。
いま環境無いので試して無いッス。誰か検証お願いします。