
Recherche avancée
Médias (29)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (69)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, 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 (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Configuration spécifique pour PHP5
4 février 2011, parPHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
Modules spécifiques
Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)
Sur d’autres sites (10553)
-
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 ?


-
How to find out the encoder of a video file/stream using ffmpeg ?
27 août 2020, par liuyongI know how to do that with MediaInfo, it's called 'Writing library' there :


Writing library : x264 core 146



In the above example, the encoder is x264.


Since MediaInfo only work with local file, and I'd like to check the encoder name of hls in some case, I am wondering is it possible with ffmpeg/ffprobe ?


EDIT :
Just found that MediaInfo support hls either.