Skip to content

Commit

Permalink
more rendering updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Oct 5, 2024
1 parent e54ce44 commit 2a7aa6b
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion nuclear_astro/hot_cno/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 hotcno.mp4
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 -pix_fmt yuv420p -movflags +faststart hotcno.mp4

Binary file modified nuclear_astro/hot_cno/hotcno.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion radiation_thermodynamics/blackbody/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 blackbody.mp4
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 -pix_fmt yuv420p -movflags +faststart blackbody.mp4
Binary file modified radiation_thermodynamics/blackbody/blackbody.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion radiation_thermodynamics/blackbody_wavelength/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 blackbody_wavelength.mp4
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 -pix_fmt yuv420p -movflags +faststart blackbody_wavelength.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion radiation_thermodynamics/random_walk/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 random_walk.mp4
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 -pix_fmt yuv420p -movflags +faststart random_walk.mp4

Binary file modified radiation_thermodynamics/random_walk/random_walk.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion radioactive_decay/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ffmpeg -framerate 0.5 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 decay.mp4
ffmpeg -framerate 0.5 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 -pix_fmt yuv420p -movflags +faststart decay.mp4
Binary file modified radioactive_decay/decay.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion solar_system_motion/orbit2/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 orbit2.mp4
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 -pix_fmt yuv420p -movflags +faststart orbit2.mp4
Binary file modified solar_system_motion/orbit2/orbit2.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion solar_system_motion/second_law/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 second_law.mp4
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 -pix_fmt yuv420p -movflags +faststart second_law.mp4
Binary file modified solar_system_motion/second_law/second_law.mp4
Binary file not shown.

0 comments on commit 2a7aa6b

Please sign in to comment.