
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (97)
-
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 (...) -
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. -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (10393)
-
tests/swscale : allow choosing specific flags and dither mode
4 mars, par Niklas Haas -
Why does FFMPEG insert frames in the beginning of a recoded video ?
18 janvier 2016, par Filipe CostaI have a video with 300 frames. After type the following command, the resultant video has 302 frames.
ffmpeg -y -i input.avi -vcodec libx264 -qscale 22 -qmin 22 -qmax 22 -an -g 13 output.avi
The parameters of "input.avi" are :
-vcodec libx264 -qscale 26 -qmin 26 -qmax 26 -an -g 8
I did check the video and the first 3 frames are exactly the same.
Why does it happen ? Basically, I am trying to compare both videos "framewise" without any kind of temporal alignment.
-
Why does FFMPEG insert frames in the beginning of a recoded video ?
18 janvier 2016, par Filipe CostaI have a video with 300 frames. After type the following command, the resultant video has 302 frames.
ffmpeg -y -i input.avi -vcodec libx264 -qscale 22 -qmin 22 -qmax 22 -an -g 13 output.avi
The parameters of "input.avi" are :
-vcodec libx264 -qscale 26 -qmin 26 -qmax 26 -an -g 8
I did check the video and the first 3 frames are exactly the same.
Why does it happen ? Basically, I am trying to compare both videos "framewise" without any kind of temporal alignment.