Conversion hap

De cinema-theatre
Aller à la navigation Aller à la recherche


télécharger et décompresser ffmpeg pour windows 64 bits : [ffmpeg-4.2.1-win-64.zip]

exemple sous windows

cd P:\ffmpeg\ffmpeg-4.2.1-win-64
P:
ffmpeg -r 25 -i P:\projets\TFE_PV\projet\medias\images\mattePainting\acte1\grenier003\acte1_grenier%05d.tif -vcodec hap -format hap_alpha -chunks 4 P:\projets\TFE_PV\projet\medias\images\mattePainting\acte1\grenier003_hap.mov

Modifier les chemins de fichiers bien entendu !

Conversion hap vers mp4

cd P:\workflow\installation\ffmpeg\ffmpeg-4.2.1-win-64 P: ffmpeg -i P:\projets\TFE_PV\projet\medias\images\mattePainting\acte1\grenier003_hap.mov -c:v h264 P:\projets\TFE_PV\projet\medias\images\mattePainting\acte1\grenier003_h264.mov

cd P:\projets\TFE_PV\projet\tools\ffmpeg\ffmpeg-4.2.1-win-64 P: ffmpeg -r 25 -i P:\projets\TFE_PV\projet\medias\images\mattePainting\acte2\hopital\hopital_002\hopital_002.%04d.png -c:v libx264 -pix_fmt yuv420p P:\projets\TFE_PV\projet\medias\images\mattePainting\acte2\hopital\hopital_002_h264.mp4