Change starting conditions slightly
This commit is contained in:
parent
7236ed5566
commit
cc9a8f259e
2 changed files with 8 additions and 7 deletions
|
@ -8,4 +8,4 @@ rm out/step00000.pnm
|
|||
# convert all to PNG
|
||||
parallel --jobs 8 "pnmtopng {} > {.}.png" ::: out/*.pnm
|
||||
# generate video
|
||||
ffmpeg -y -framerate 30 -pattern_type glob -i 'out/*.png' -r 30 -vf scale=500:-1 -loop 0 out.mp4
|
||||
ffmpeg -y -framerate 30 -pattern_type glob -i 'out/*.png' -r 30 -vf scale=500:-1 out.mp4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue