mirror of
https://github.com/Tusko/vimeo-private-downloader.git
synced 2025-03-12 05:35:24 -07:00
Merge pull request #34 from jhorchler/master
FEAT: added powershell script for parallel converting
This commit is contained in:
commit
8f31840570
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…
x
Reference in New Issue
Block a user