« Conversion hap » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(4 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
[[category:Petit | [[category:Petit Vélo]] | ||
télécharger et décompresser ffmpeg pour windows 64 bits : | |||
[[https://cinema-theatre.net/io/pv/ffmpeg-4.2.1-win-64.zip ffmpeg-4.2.1-win-64.zip]] | |||
exemple sous windows | exemple sous windows | ||
<poem> | <poem> | ||
cd P:\ffmpeg\ffmpeg-4.2.1-win-64 | cd P:\ffmpeg\ffmpeg-4.2.1-win-64 | ||
Ligne 8 : | Ligne 10 : | ||
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 | 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 | ||
</poem> | </poem> | ||
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 |
Version actuelle datée du 9 février 2023 à 09:08
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