Skip to content

Commit afd3d87

Browse files
authored
Use AAC_HE profile instead of AAC_HE_V2 (#8)
V2 requires stereo, which we may not have. Efficiency loss is noticeable but pretty small still.
1 parent 5d985b9 commit afd3d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

global.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ echo -------------------------------
273273
echo.
274274
:: Audio ::
275275
echo 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 ::
279279
echo Encoding video...
@@ -322,7 +322,7 @@ echo ---------------------------------------
322322
echo.
323323
:: Audio ::
324324
echo 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 ::
328328
echo Encoding video...

0 commit comments

Comments
 (0)