
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (84)
-
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 (10768)
-
Unable to find a suitable output format for ' : Invalid argument [closed]
12 octobre 2020, par Sankalpa Sarkarffmpeg -i a.webm -i b.webm -filter_complex '[0:v]pad=iw*2:ih[int];[int][1:v]overlay=W/2:0[vid]' -map [vid] -c:v libx264 -crf 23 -preset veryfast outputfin.webm


This was meant to be a simple code to merge two videos side-by-side. However, it is throwing the following error :


'NULL @ 0x55aafb8828e0] Unable to find a suitable output format for '
: Invalid argument



What is the error here ?


-
Find Percentage of difference between two Videos Using FFMPEG
8 octobre 2020, par JaiI am working with Video comparison using FFmpeg on Java. I have videos name "video1 and Video2". I can find the difference between two video using FFmpeg.


It shows the result Video with difference. But here I want to find how many percent (IE : 20%) Video1 different from Video2. How to achieve this ?


-
Where to find simple YUV (YUV420P possibly) images to test ? (can I extract with ffmpeg ?)
4 octobre 2020, par Guerlando OCsI need to test an OpenGL shader that renders YUV420P (and other YUV formats) into RGB. Decoding a video just for that would be too much.


Are there any image samples with Y, U, and V buffers for me to send to the shader ?


On google I only found old websites that no longer host these images.


Maybe there's a way to easily extract a frame from any video using ffmpeg ?