
Recherche avancée
Autres articles (71)
-
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 -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
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 (9085)
-
Revision cb4693afda : Fixed file offset when checking for data tags overflows. Fixed flv file dump sto
21 avril 2011, par Marc NoirotChanged Paths :
Modify /src/check.c
Modify /src/flv.c
Fixed file offset when checking for data tags overflows.
Fixed flv file dump stopping when encountering an empty tag body. -
To extract and get some parts/clips out of a MP4 file to be concatenated into another
22 juillet 2021, par klentit nonokHow to extract/get some parts/clips out of a MP4 file to be concatenated into another new MP4 file


tried to get/extract out only first 19 seconds, also a part beginning from 32th up to its next 37 seconds, and finally part beginning from 2 min 29th s up to its next 99 seconds, by this :


$ ffmpeg -t 19 -i Example.mp4 -ss 0:0:32 -t 37 -i Example.mp4 -ss 0:2:29 -t 99 -i Example.mp4 -ss 0:0:0 -c copy ~/Downloads/ExampleOut.mp4 



to no avail


Please help out guide the correct one


-
Revision 0829d2be7f : Remove redundant header file declaration Some header file in vp9_idct.c has bee
30 septembre 2014, par Jingning HanChanged Paths :
Modify /vp9/common/vp9_idct.c
Remove redundant header file declarationSome header file in vp9_idct.c has been included in vp9_idct.h.
This commit removes these redundant declarations.Change-Id : I0238c27e4efff5c981eb437022c6bc6970c4e445