mirror of
https://github.com/guilhermewerner/video-converter
synced 2025-06-15 21:34:21 +00:00
2 lines
116 B
PowerShell
2 lines
116 B
PowerShell
Get-ChildItem -Filter '*.mkv' | % { &./ffmpeg/bin/ffmpeg.exe -i .\$($_.BaseName).mkv -c copy .\$($_.BaseName).mp4 }
|