
Recherche avancée
Autres articles (73)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (12142)
-
Revision 0b4637e021 : msvs : Support producing both vcproj and vcxproj depending on configure variables
16 mai 2013, par Martin StorsjoChanged Paths :
Modify /examples.mk
Modify /libs.mk
Modify /solution.mk
msvs : Support producing both vcproj and vcxproj depending on configure variablesChange-Id : Ifa27c7064118c24401ea4e55a64e129c4f503cd5
-
How to know if uploaded file is a video file [closed]
20 octobre 2012, par Gage ThomsonPossible Duplicate :
How do I validate that an uploaded file is a video ?How to know using exec with ffmpeg and php if the uploaded file or any file on the hard disk is a video or not ?
Turned out to use finfo for checking the mime, unsure if it is the best solution, but it appears everyone is happy by giving down votes instead of reasoning.
Well, some of my videos have a mime of application octet-stream which makes finfo not the solution, LIKE I ASKED. I suppose with ffmpeg there might be an
is_video()
function somehow just that I couldn't find it.Trouble : http://mimeapplication.net/octet-stream
-
Running ffmpeg command in android gives Protocol not found error for image path
20 octobre 2012, par Abdul MateenI am trying to use ffmpeg from android command line to convert images into video.
I have stored my sequence of images on sdcard.When I run ffmpeg command to convert images into video, ffmpeg command give me errorProtocol not found
.My command is like this/data/data/package/files/ffmpeg -r 40 -qscale 2 -i /mnt/sdcard/images/img%d.jpg /mnt/sdcard/images/finalvideo.mp4
Error is like this
/mnt/sdcard/vid.mp4: Protocol not found
I found the same error message mentioned in
error.c
file.But I am not getting the type of error and condition when it throws the error.
Also when I run ffmpeg command i.e.ffmpeg -protocols
from android and linux,the number of supported protocols are not same.
I found file and many protocols missing in android.I need solution for this urgent...Please do help me
Thanking you !!!