
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (111)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Formulaire personnalisable
21 juin 2013, parCette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire. (...)
Sur d’autres sites (13490)
-
ffmpeg extension isn't installing
5 février 2020, par kaan yilginI’m using wamp server v2.2 x64 and php version 5.3.13. I’m trying to install ffmpeg during two days. I fallowed this steps :
- Download dll files for x64 (I’m using windows7 x64)
- copied ffmpeg.dll to bin\php\php5.3.13\ext
- copied rest of dll files to system32
- enable ffmpeg extension from wamp server.
and I checked phpinfo() but it’s not working.
by the way is there any way to take a frame from video for poster image ? -
Double Extension, find and convert
17 février 2020, par Daniel PetersIm trying to find and convert all mkv’s in a folder and sub directories on ubuntu, ive tried various scripts and commands but cant get one that works fully, this is another one that sort of works but its outputs the file as
samplevideo.mkv.mp4 how do i get rid of the .mkv so it renames to samplevideo.mp4find /home/storage/folder -type f -name *.mkv -exec ffmpeg -i {} -c:v libx264 -preset ultrafast -minrate 4.5M -maxrate 4.5M -bufsize 9M -c:a ac3 {}.mp4 \;
-
ffmpeg select all files with extension and spaces in filenames
29 mars 2020, par ToniqI am trying to read all videos from folder and create thumbs from them. My video have spaces in filenames.
When I run this command I get :
FOR %I in (*.mp4) DO ffmpeg -i %I -ss 1 -vframes 1 -vf scale="200:-1" seek/%~nI.png
For example video is :
foo test.mp4
foo: No such file or directory