
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (73)
-
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.
Sur d’autres sites (9697)
-
ffmpeg Unable to find a suitable output format for 'ffmpeg -i '
20 mai 2017, par RamosHi everyone i try to mirror my video file i use this library for ffmpeg
compile ’com.writingminds:FFmpegAndroid:0.3.2’
and this is my commande :
uriPathOut = getInternalDirectoryPath() + "/Movies/3.mp4" ;
uriPathIn = getInternalDirectoryPath() + "/Movies/1.mp4" ;cmd = new String[]"ffmpeg -i",uriPathIn," -vf \"vflip\" -metadata:s:v rotate=180 ",uriPathOut ;
and i always get this error :
’[NULL @ 0xb84192d0] Unable to find a suitable output format for ’ffmpeg -i’
ffmpeg -i : Invalid argument’is there any solution help me please.
-
ffmpeg Unable to find a suitable output format for 'ffmpeg -i '
20 mai 2017, par RamosHi everyone i try to mirror my video file i use this library for ffmpeg
compile ’com.writingminds:FFmpegAndroid:0.3.2’
and this is my commande :
uriPathOut = getInternalDirectoryPath() + "/Movies/3.mp4" ;
uriPathIn = getInternalDirectoryPath() + "/Movies/1.mp4" ;cmd = new String[]"ffmpeg -i",uriPathIn," -vf \"vflip\" -metadata:s:v rotate=180 ",uriPathOut ;
and i always get this error :
’[NULL @ 0xb84192d0] Unable to find a suitable output format for ’ffmpeg -i’
ffmpeg -i : Invalid argument’is there any solution help me please.
-
FFMPEG cannot find openCV while integrating modified HEVC
12 mai 2017, par haider aliWe modified HEVC (open-source downloaded from bitbucket) encoder and have included some openCV libraries.
It works perfect on visual studio.Problem :
FFMPEG is unable to find openCV libraries.Please suggest us a solution ?
Are there any other software in which we can integrate our customized HEVC library ?