
Recherche avancée
Autres articles (79)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...) -
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 (11414)
-
is there a JAVA library for ffmpeg ? [on hold]
14 avril 2014, par waps12bMy company is developing an android application that provide some video to client.
my boss ask me to use ffmpeg to capture a picture at a certain time in video.
is there a library for that ?
-
how to screen capture recorder of ffmepg works in php on wamp server ? [on hold]
12 avril 2014, par user3526208$a='C :\wamp\www\screencapture\ffmpeg\bin\ffmpeg -f dshow -i video="screen-capture-recorder" screen-capture.avi' ;
echo $a ;exec($a) ;
-
Video concatenation using FFMpegConverter [on hold]
9 avril 2014, par b_in_UC# Video concatenation using
FFMpegConverter
is working for my .mp4 file. But it is not working for another .mp4 file (which was taken on a mobile).Below is the code snippet I'm using :
var ffMpeg = new NReco.VideoConverter.FFMpegConverter();
ffMpeg.ConcatMedia(_fileNames, videoRootPath.mp4,
NReco.VideoConverter.Format.mp4, set);