
Recherche avancée
Autres articles (46)
-
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 (...) -
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 (...) -
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 (5296)
-
How to cut video in cirecle shape using ffmpeg ?
16 septembre 2019, par Rahul ChokshiI have working on application, application contain video. what I want cut video in circle shape.
-
Revision 0dd591bedd : loop_filter_rows_mt : remove dependency on 'last_height' using this to control r
14 février 2015, par James ZernChanged Paths :
Modify /vp9/common/vp9_thread_common.c
loop_filter_rows_mt : remove dependency on ’last_height’using this to control reallocation would miss a change if the function
were not called for every frame.
fixes potential memory corruption by the subsequent memsetChange-Id : I4c6bb6ab68803104fc824c7e27cc2f9b2cf53e33
-
How to decode a video at a certain fps using ffmpeg
1er juin 2018, par Mohammed_BEYI am working on video decoding using FFmpeg.
When I try to decode a video which is encoded with h265 at a certain fps (ex : fps=25), the result is a decoded video but at a different fps.
How can I decode a video at exactly fps=25, even if I have a high miss rate or dropped frames ?
I use this command to decode :
ffmpeg -benchmark -i -f null /dev/nullI am running the above command on Odroid-XU3 board that contains 8 cores. The OS is Ubuntu 14.04 LTS.
Please, any help is welcome.
Thank you in advance.