Visualization/fr: Difference between revisions

Jump to navigation Jump to search
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..."
(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


Then submit the job with `sbatch yt-mpi.sh`, wait for it to finish, and then create a movie at 30fps
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


rsnt_translations
56,576

edits

Navigation menu