
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (108)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)
Sur d’autres sites (11748)
-
How do I convert image frames into a video using ffmpeg ? [closed]
15 décembre 2023, par user123I have a bunch of individual frames and I was wondering if I could use something like FFMpeg to convert it to an mp4 ? Here is what all my files look like


They start off
exportsequence_
then a string of numbers in order of frame. The video is in 30 fps and I believe it to be around 12 or so minutes. Is there a command I can use to do this ?

-
Convert ARGB8888 image into single frame YUV422P10LE using FFMPEG [on hold]
30 novembre 2017, par user1950676I’m doing video conversion using certain tools that outputs raw RGBA/RGB images, and wanted to convert individual frame into YUV422P10LE pixel format before saving it as video file.
How do I do this using libswscale (using C) ?
Also, as I look at the -help from ffmpeg, it does not have catmulrom flag for scaling, is there any equivalent for that ?
Thanks before :) -
Creating MPEG4 video file with Python from raw frames
11 août 2016, par Mikko OhtamaaI have a raw video frame source which I can access in Python. I’d like to create a MPEG4 video out of this, with MP3 background music.
What kind of tools and libraries are available in Python for such a task ? Preferably I’d like to have an API for which I can feed output filename and then individual frames as 24 bit raw images.