Compare commits

..

No commits in common. "8beb9ae3bd543bbefb28a35220591741fa7cdfef" and "d29d32e5db0a9177011b19bde631024ea10ac559" have entirely different histories.

2 changed files with 2 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
*.png *.png
*.mkv *.mkv
*.mov
*.DS_Store *.DS_Store
*.pov-state *.pov-state

View File

@ -2,7 +2,7 @@
povray bounce.ini povray bounce.ini
ffmpeg -f image2 -i bounce%04d.png -r 30 -filter_complex "color=black,format=rgb24[c];[c][0]scale2ref[c][i];[c][i]overlay=format=auto:shortest=1,setsar=1" -b:a 64k -ar 44.1k -movflags faststart -c:v libx264 -strict -2 -preset veryslow -tune psnr -tune ssim -crf 28 dvdbounce_candidate.mp4 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 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