
Recherche avancée
Autres articles (61)
-
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. -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (7712)
-
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