我会把我下载的所有文件转码成更低的码率,并从 MKV 转成 MP4。我已经设置好,字幕会从 MKV 中提取出来,并保存为外部 SRT 文件。
然而,我发现所有 SRT 文件与 MP4 都不同步,而在原始 MKV 文件中同步是正常的。
我想用字幕偏移功能来修正,但奇怪的是,每个文件的延迟时间都不一样,虽然字幕总是比音频晚出现。有的文件延迟 +2 秒,有的 +3 或 +4 秒。
我使用的是 2.5.4 Beta,我的配置如下:
[MP4 Transcode All]
Description=Medium MP4 (H.264/AAC) conversion.
order=handbrake
handbrake-general=–loose-anamorphic --verbose=2 -f mp4 -O
handbrake-video=–start-at duration:0 -e x264 -b 950 -x cabac=0:ref=2:bframes=0:weightp=0:8x8dct=0:trellis=0:subq=6:me=hex:b-adapt=0:threads=auto
handbrake-audio=-E faac -R auto -B 64 -D 0 -a 1,2,3,4,5
handbrake-audioac3=-E faac -R auto -B 64 -D 0 -a 1,2,3,4,5
handbrake-ext=.mp4
handbrake-audiodelay=skip
PreConversionCommercialRemover=true
AutoDeinterlace=false
CustomCommandPath=C:\Windows\System32\cmd.exe
CustomCommandParameters=“/c “”“C:\Program Files\MCEBuddy2x\mp4box\mp4box.exe” “%convertedfile%” -lang 1=eng -lang 2=eng”
CustomCommandHangPeriod=100
CustomCommandCritical=true
CustomCommandUISession=false
CustomCommandShowWindow=false

