Skip to content

Commit

Permalink
update rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Oct 4, 2024
1 parent 3b3ec8b commit 803bf0b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion binary_exoplanets/binary_reference/do_anim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# make the movie
./binary_reference.py
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 binary_reference_mratio=4_e=0.4.mp4
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 -pix_fmt yuv420p -movflags +faststart binary_reference_mratio=4_e=0.4.mp4

rm -f binary_star_????.png

2 changes: 1 addition & 1 deletion binary_exoplanets/planetary_orbit/do_anim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# make the movie
./planetary_orbits.py
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 planetary_orbits.mp4
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 -pix_fmt yuv420p -movflags +faststart planetary_orbits.mp4

rm -f planetary_orbit_????.png

Binary file modified binary_exoplanets/planetary_orbit/planetary_orbits.mp4
Binary file not shown.

0 comments on commit 803bf0b

Please sign in to comment.