
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (57)
-
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 -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (7547)
-
How do i use libavfilter to deinterlace frames in my video player software
19 juin 2014, par justanothercoderI’m using libavformat/libavcodec/libswscale/libavutil/libavfilter (ffmpeg related libraries) to make a video player.
I’v gotten into issues with interlaced videos, it just pairs them incorrectly... It always draws the previous bottom frame with the current top frame. Which results in things I don’t want. And i’v tried messing about with the variables around this, it just won’t work. (I haven’t found a player which would play the videos I have correctly, no you can’t have them, i’m sorry)
I managed to find a way around this, by re-encoding the video with the following command :
ffmpeg -i video.mp4 -filter:v yadif -vcodec mpeg4 out.avi
Now what i’d need is directions on how to do this with c++ code, inside my video player.
I haven’t found any tutorials on the matter and the ffmpeg.c source code is just too alien to me.
A link to a tutorial would be fine, i just haven’t found it..
Edit :
Also this example was worth checking out :
https://github.com/krieger-od/imgs2video/blob/master/imgs2video.c
It’s by a gentleman named Andrey Utkin
-
Revision 106028 : Introduction de 3 calculs facilitant l’analyse des notes avec les ...
1er septembre 2017, par marcimat@… — LogIntroduction de 3 calculs facilitant l’analyse des notes avec les formulaires JAIME/JAIMEPAS avec le critère notation, dans son usage le plus simple,
tel que (FORUMS)notation (pas dans l’usage (AUTEURS articles)notation articles dans ce commit)nombre_votes_moins : retourne le nombre de votes ’jaimepas’, c’est à dire valant 1 étoile
nombre_votes_plus : retourne le nombre de votes ’jaime’, c’est à dire valant max étoiles (5 par défaut, selon la configuration)
nombre_votes_diff : retourne… la différence des 2 nombres. Si 5 votes + et 2 votes -, cela retournera 3 donc.
Les balises #NOTATION_NOMBRE_VOTES_PLUS, #NOTATION_NOMBRE_VOTES_MOINS et #NOTATION_NOMBRE_VOTES_DIFF
permettent de retrouver ces calculs ensuite.
On peut donc faire dans une boucle :
pour avoir les sujets les mieux placés.
À la différence de !par moyenne_ponderee ou !par moyenne les éléments exclusivements négatifs seront
placés après les éléments n’ayant pas reçus de votes. -
Anomalie #2804 : Formulaire "Modifier le document" et site en iso-8859-1
16 mars 2013, par guytarr °Etant donné le grand nombre de bugs avec isotruc, je me demande si on ne rendrait pas service aux gens en indiquant clairement de passer en utf-8 avant de monter en version et qu’on ne supporte plus isotruc en SPIP3