mp4-merge hinzugefügt

This commit is contained in:
2023-02-16 15:20:13 +01:00
parent 32f3d82d02
commit cf8c655361
2 changed files with 16 additions and 2 deletions

View File

@@ -11,6 +11,10 @@ function space {
function ymp3 {
yt-dlp --extract-audio --audio-format mp3 --format "bestaudio" -ffmpeg-location "C:\Program Files\ffmpeg\ffmpeg.exe"
}
function mp4merge {
mp4merge.exe
}
# Update
function update {
Start-Process "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -Verb RunAs -ArgumentList "-command allupdates | Out-Host" -Wait -WindowStyle Normal