Обновить fs.ps1
This commit is contained in:
2
fs.ps1
2
fs.ps1
@@ -7,5 +7,5 @@ $files = @(
|
||||
|
||||
# Запускаем каждый в отдельном фоновом процессе
|
||||
foreach ($f in $files) {
|
||||
Start-Process powershell -ArgumentList "-NoExit", "-Command", ".\ffmpeg.exe -i '$f' -c:v hevc_nvenc -rc vbr -cq 28 -preset p6 -tag:v hvc1 -c:a copy 'new_$f'"
|
||||
Start-Process powershell -ArgumentList "-NoExit", "-Command", "ffmpeg.exe -i '$f' -c:v hevc_nvenc -rc vbr -cq 28 -preset p6 -tag:v hvc1 -c:a copy 'new_$f'"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user