File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ echo -------------------------------
273273echo .
274274:: Audio ::
275275echo Encoding audio...
276- " .\programs\ffmpeg" -y -hide_banner -v error -stats -i encode.avs -vn -af atrim=start_sample=7107 -c:a libfdk_aac -profile:a aac_he_v2 -vbr 2 " .\temp\audio.mp4"
276+ " .\programs\ffmpeg" -y -hide_banner -v error -stats -i encode.avs -vn -af atrim=start_sample=7107 -c:a libfdk_aac -profile:a aac_he -vbr 2 " .\temp\audio.mp4"
277277
278278:: Video ::
279279echo Encoding video...
@@ -322,7 +322,7 @@ echo ---------------------------------------
322322echo .
323323:: Audio ::
324324echo Encoding audio...
325- " .\programs\ffmpeg" -y -hide_banner -v error -stats -i encode.avs -vn -af atrim=start_sample=7107 -c:a libfdk_aac -profile:a aac_he_v2 -vbr 5 " .\temp\audio_extra.mp4"
325+ " .\programs\ffmpeg" -y -hide_banner -v error -stats -i encode.avs -vn -af atrim=start_sample=7107 -c:a libfdk_aac -profile:a aac_he -vbr 5 " .\temp\audio_extra.mp4"
326326
327327:: Video ::
328328echo Encoding video...
You can’t perform that action at this time.
0 commit comments