
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (111)
-
Les statuts des instances de mutualisation
13 mars 2010, parPour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...) -
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (5547)
-
Add qunit tests for conditional validation rules
2 décembre 2013, par patheardAdd qunit tests for conditional validation rules
Updated tests for require_from_group and skip_or_fill_minimum rules.
The tests now check that other validation rules on the form are
enforced. -
Convert 10bit Apple pro res 422 HQ video mov to png without changing color format using ffmpeg only 2 png created [closed]
15 janvier 2024, par Mark BradyI am looking to convert a 'Formats : 10-Bit ProRes 422 (2K)' .MOV to PNGs, I saw this post and got the following information / questiosn.


This is form this post form awhile ago.
Convert 10bit Apple pro res 422 HQ video mov to png without changing color format using ffmpeg


I ran this command
ffmpeg -i "Hyper.mov" -vf fps=1 -pix_fmt rgba -sws_flags +accurate_rnd+bitexact+full_chroma_int "out-%04d.png" on a short mov in the format of Formats : 10-Bit ProRes 422 (2K)


From this site, it is a hyper warp mov (effect), I want to convert into either pngs or a gif or a flipbook of 8x8 (which is prob to small to do it all, but maybe a few 8x8x) end goal is getting the effect in Roblox


The mov is from this site
https://www.actionvfx.com/collections/free-blasters-stock-footage/8798


The hyper one.


When I did the command it only generated 2 images, perhaps the start frame and the end.


Does anyone know why it only did 2 images ?


[enter image description here](https://i.stack.imgur.com/REDDx.jpg)


In the post I saw this, it has 'without changing color format ', which I do not know if I need that... just trying to get the effect mov into png or a flipbook


Thanks


Tried the above syntax and expecting it to generate a bunch of pngs, not just 2.


-
Does interrupting ajax function stop it from being completed ?
6 avril 2014, par Khaled HasaniaWhat i'am trying to do is converting a video by using ffmpeg which take a long time to complete by sending ajax request to the server but without making the user wait until the video conversion done.
if the user refresh the page after the request is sent dose that stop the function form completing ?
is this a good way or i should make a queue for video converting ?