Render a ProRes file as well

This commit is contained in:
Matt McWilliams 2021-07-26 10:59:04 -04:00
parent 24a7b463ef
commit 610690a2b0
1 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
povray bounce.ini
ffmpeg -f image2 -i bounce%03d.png -r 30 -vf "crop=ih*(9/16):ih" -b:a 64k -ar 44.1k -movflags faststart -c:v libx264 -strict -2 -preset veryslow -tune psnr -tune ssim -crf 28 dvdbounce.mkv
ffmpeg -f image2 -i bounce%04d.png -r 30 -vf "crop=ih*(9/16):ih" -b:a 64k -ar 44.1k -movflags faststart -c:v libx264 -strict -2 -preset veryslow -tune psnr -tune ssim -crf 28 dvdbounce_canidate.mkv
ffmpeg -f image2 -i bounce%04d.png -r 30 -c:v prores_ks -shortest -profile:v 4 dvdbounce_candidate.mov
rm bounce*.png
#rm bounce*.png