
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (50)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (8390)
-
ffmpeg and ffmpeg-php
17 juillet 2018, par Asa CarterI have a requirement to compress, convert and generate thumnails from video uploads.
The live server is Linux but for development we are using Windows 7 PC’s both using PHP 5.4.
It seems that ffmpeg is different to ffmpeg-php with ffmpeg-php only being able to generate the thumbnails.
Is there any way to use ffmpeg as a php extension on windows and/or linux ?
Is there a compiled dll of ffmpeg-php that is compatible with php 5.4 ?
Is there a php alternative to ffmpeg for the purpose of the above requirements that will work on Linux and windows ?
Thanks
Asa
-
Combine frames with offset in ffmpeg [duplicate]
7 octobre 2019, par Nathan VanceThis question already has an answer here :
With ffmpeg, it is simple to combine still images into a video with a fixed framerate. For example :
ffmpeg -framerate $FRAMERATE -i images/%d.png -c:v libx264 -pix_fmt yuv420p out.mp4
However, in my case the frames are not at all at a fixed rate, but rather I record the millisecond offset since the start of image acquisition in the filename. For example :
$ ls images/
0.png 208.png 396.png 761.png 959.png 2131.png 2335.pngIs it possible to use ffmpeg to combine these frames in this way, and how ?
-
Where to download avcodec.dll ? [closed]
29 juin, par Олег Ю.I see in the folder of some application FFMPEG files avcodec.dll, avformat.dll, avutil.dll, etc.
They are all old version of FFMPEG. I wanted to update them, but I did not find where to download them on the FFMPEG website.
Are these complete libraries available for download ? Or do they exist only in development files and the authors of some application create FFMPEG .dll files themselves ? In other words, avcodec.dll files from different applications are not interchangeable ?
Help me figure it out.