
Recherche avancée
Médias (2)
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (51)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...) -
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
Sur d’autres sites (10403)
-
doc/ffplay, ffplay : add information regarding volume control
27 septembre 2015, par Ganesh Ajjanagaddedoc/ffplay, ffplay : add information regarding volume control
ffplay now supports dynamic volume control. This documents the supported
behavior.Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
Signed-off-by : Marton Balint <cus@passwd.hu> -
Control bitrate of video generated using opencv VideoWriter
20 mars 2023, par darthVI am generating a video from a set of images using

cv2.VideoWriter(filename,fourcc,fps,size)


I want to use a particular bitrate for my output videos to reduce the file sizes. I am trying to mimic a ffmpeg command which generated videos with smaller sizes. One prominent difference I noticed is the bitrate. Resolution, codec, video length are all similar.


How do I change the bitrate when I generate videos using opencv in python ?


-
log : Print a full backtrace along with error messages under Valgrind
20 avril 2015, par Vittorio Giovaralog : Print a full backtrace along with error messages under Valgrind
Useful to understand where and in what execution state a certain message
is generated. It is enabled only when optimizations are disabled, since
function names are not printed otherwise.Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>