Skip to content

Commit

Permalink
update rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Oct 5, 2024
1 parent cb2c1d0 commit e54ce44
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion waves/doppler/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 doppler.mp4
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 -pix_fmt yuv420p -movflags +faststart doppler.mp4
Binary file modified waves/doppler/doppler.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion waves/doppler2/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 doppler2.mp4
ffmpeg -framerate 15 -f image2 -pattern_type glob -i "*.png" -vcodec mpeg4 -c:v libx264 -crf 20 -pix_fmt yuv420p -movflags +faststart doppler2.mp4

0 comments on commit e54ce44

Please sign in to comment.