mirror of
https://github.com/Tusko/vimeo-private-downloader.git
synced 2025-07-05 20:41:48 -07:00
FEAT: added powershell script for parallel converting
Signed-off-by: Jörg Horchler <joerg@horchler.xyz>
This commit is contained in:
parent
c5e224efaa
commit
7baf0daca9
1 changed files with 5 additions and 0 deletions
5
vimeo-combine.ps1
Normal file
5
vimeo-combine.ps1
Normal file
|
@ -0,0 +1,5 @@
|
|||
$Message = "File:"
|
||||
(Get-ChildItem ".\parts\" -Filter "*.m4v").BaseName | ForEach-Object -Parallel {
|
||||
"$using:Message $_"
|
||||
ffmpeg -y -v quiet -i "parts\$_.m4a" -i "parts\$_.m4v" -c copy "converted\$_.mp4"
|
||||
} -ThrottleLimit 4
|
Loading…
Add table
Add a link
Reference in a new issue