rsnt_translations
56,576
edits
(Created page with "Avec ''yt-mpi.sh'' comme script de soumission. #!/bin/bash #SBATCH --time=0:30:00 # walltime in d-hh:mm or hh:mm:ss format #SBATCH --ntasks=4 # number of MPI proces...") |
(Created page with "Soumettez la tâche avec ''sbatch yt-mpi.sh''. Quand la tâche est terminée créez une vidéo 30 images/seconde $ ffmpeg -r 30 -i frame%04d.png -c:v libx264 -pix_fmt yuv420...") |
||
Line 443: | Line 443: | ||
srun python grids.py | srun python grids.py | ||
Soumettez la tâche avec ''sbatch yt-mpi.sh''. Quand la tâche est terminée créez une vidéo 30 images/seconde | |||
$ 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 | ||