Skip to content

Commit

Permalink
avsファイル生成後にビープ
Browse files Browse the repository at this point in the history
  • Loading branch information
sano-netartz committed Apr 28, 2020
1 parent a1c588a commit b4bff8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions favse.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

echo FavsE (FullAuto AVS Encode) 5.50
echo FavsE (FullAuto AVS Encode) 5.60
echo.
REM ===========================================================================
REM CPUのコア数(数値)
Expand Down Expand Up @@ -106,7 +106,7 @@ REM
REM ---------------------------------------------------------------------------
if %video_encoder% == 0 (
REM set x264_opt=--crf 20 --qcomp 0.7 --me umh --subme 10 --direct auto --ref 5 --trellis 2
set x264_opt=--preset slower --crf 20 --qcomp 0.7 --keyint -1 --min-keyint 4 --partitions p8x8,b8x8,i8x8,i4x4 --subme 10 --ref 5 --no-fast-pskip --no-dct-decimate
set x264_opt=--preset slower --crf 20 --qcomp 0.7 --keyint -1 --min-keyint 4 --partitions p8x8,b8x8,i8x8,i4x4 --ref 5 --no-fast-pskip --no-dct-decimate
) else if %video_encoder% == 1 (
set qsvencc_opt=-c h264 -u 2 --la-icq 23 --la-quality slow --bframes 3 --weightb --weightp
) else if %video_encoder% == 2 (
Expand Down Expand Up @@ -550,6 +550,7 @@ if %check_avs% == 1 (
echo ※中止した場合、[Y]で終了するか、[N]で処理を続行してください。
echo ※終了後に再度実行すると、既に行った処理はスキップ(再利用)されます。
echo.
rundll32 user32.dll,MessageBeep
timeout /T 120
)
echo.
Expand Down

0 comments on commit b4bff8b

Please sign in to comment.