
Recherche avancée
Autres articles (37)
-
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 -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs.
Sur d’autres sites (6727)
-
How to have ffmpeg server auto convert iphone mov to mp4 [closed]
1er septembre 2023, par MannI have ffmpeg server and all my android users can upload videos from their phones except iphone users. All my iphone users cannot upload any videos.


Is there a script I have to run via shell or add something to make ffmpeg auto convert iphone videos to mp4 ?


I dont know where to turn


-
Revision b2762a8853 : Re-arrange inter mode search order in RTC coding flow This commit makes the ZER
6 février 2015, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_pickmode.c
Re-arrange inter mode search order in RTC coding flowThis commit makes the ZEROMV mode first in the search order to
ensure that the zero mv is always checked in the RTC coding mode.
It improves the average speed -6 compression performance by 0.3%
in both PSNR and SSIM at no visible speed change.Change-Id : I465a7e59f4e20cd84fee3f02ced6f98036945949
-
Revision 516d0b1180 : Set up early RD cost check for NEWMV in non-RD mode decision flow This commit e
4 avril 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_pickmode.c
Set up early RD cost check for NEWMV in non-RD mode decision flowThis commit estimates the motion vector rate cost right after full
pixel motion search. It combines this and the mode cost and compares
the corresponding rate-distortion cost. If it is already above the
current best one, skip the rest sub-pixel motion search and modeling
process. For pedestrian_area 1080p at 4000 kpbs, the speed -5 runtime
goes down from 39425 ms -> 38399 ms.Change-Id : If4cd7119fd6c266798d5cf1d19d19ab425e52a26