Compare commits

..

No commits in common. "5d6297b01e6deedf36bfbad5331cf5a77e6e0dd6" and "69b2b463110868783cf23fe5405fbd9ffaa91c4b" have entirely different histories.

View File

@ -1,4 +0,0 @@
# Rencode arg file 1 with ffmpeg crf and veryslow preset in x264 format, and audio with aac 192kbps and append "-Small" to the output filename
# Usage: ffmpeg-encode.ps1 arg1
$file = Get-ChildItem $args[0]
ffmpeg -i $file.FullName -c:v libx264 -preset veryslow -crf 20 -c:a aac -b:a 192k "$($file.BaseName)-Small.mp4"