
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (80)
-
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (9485)
-
Extract final frame from a video using ffmpeg
14 mai 2020, par SaavestroI know how to extract the first frame by using



ffmpeg -ss 00:00:00 -i input.mp4 -vframes 1 -q:v 31 output.png



Here, the option
-ss
requires to know the exact time of the frame to extract.


I would like to have the final frame of any .mp4 without knowing the exact final time of the video.



Is there a way to achieve this ?


-
Revision 74ded4863e : Enable conditional skip path in rd_pick_intra_sby_mode These speed-up features
4 décembre 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_speed_features.c
Enable conditional skip path in rd_pick_intra_sby_modeThese speed-up features for key frame coding are only turned on
in the settings of hybrid non-RD and RD mode decision. It provides
about 20% speed-up to the hybrid key frame coding at the expense
of certain compression performance loss. For vidyo1, the key frame
coding statistics are changed
9838F, 35.020 dB, 61677 us -> 9920F, 34.834 dB, 47556 usOverall rtc set compression performance is down by -0.257%.
Change-Id : I0025447fda26bb7855e982955642b5f55d71b51f
-
Révision 20048 : La correction r16827 empêchait la prise en compte par le phraseur {n-#ENV{nb},x}...
13 décembre 2012, par marcimat -On permet donc également ’n-’ comme texte de critère, en plus de ’n’ seul et ’n-4’ (n-nombre)