Bureaucrats, cc_docs_admin, cc_staff
2,318
edits
(Created page with "= YT rendering on clusters = To install [http://yt-project.org YT] for CPU rendering on a cluster in your own directory, please do $ module load python $ virtualenv astro...") |
No edit summary |
||
Line 1: | Line 1: | ||
<languages /> | |||
<translate> | |||
= YT rendering on clusters = | = YT rendering on clusters = | ||
Line 47: | Line 49: | ||
$ ffmpeg -r 30 -i frame%04d.png -c:v libx264 -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" grids.mp4 | $ ffmpeg -r 30 -i frame%04d.png -c:v libx264 -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" grids.mp4 | ||
</translate> |