Free tool:
::
:: God's Audio Injector
::
@echo off
@回声关闭
setlocal EnableExtensions DisableDelayedExpansion
if "%~2"=="" (
echo Usage: sound AUDIO VIDEO
echo.
echo Example:
echo sound sound.m4a video.mp4
exit /b 2
)
where ffmpeg.exe >nul 2>&1
if errorlevel 1 (
echo ERROR: ffmpeg.exe was not found in PATH.
⋯ 继续阅读请开通会员 ⋯