
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 (94)
-
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 (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)
Sur d’autres sites (9923)
-
How can we append videos of different frame rate in android ? [closed]
6 septembre 2020, par Tilak SharmaAfter an exhaustive search, I have found that this could be achieved only by using FFmpeg libraries.
I have implemented this in my app but this takes significantly a huge time sometimes it seems like nothing is happening.


Can anyone please tell how can I achieve appending videos of different frame rate in android.
I have gone through Mp4parser, Mediacodec but they doesn't provide this functionality.


-
Dynamic watermark on Moodle videos
20 janvier 2023, par Jose A. MataránI am a novice moodle administrator and, in addition, they ask me for things that I think are out of the ordinary. My users need their videos to have a dynamic watermark to prevent piracy.


I have evaluated some options, such as VDO Cipher, but they seem too expensive for a training that is offered almost free of charge.


Can you advise me something else ? In addition to being an administrator, I am an application architect and maybe I could do a custom development, maybe using fmpeg or similar.


What do you recommend ?


-
Encoding all videos to MP4 and lowering resolution with Ubuntu
14 avril 2014, par Mauro ValvanoI have a web server based on Ubuntu 12.04, the user can upload a video (whatever the format/container/codec it is) then i want to convert it to an MP4 video. I tried ffmpeg without good result (and now it is also deprecated).
How i can do this ?
The important is also to reduce the resolution for HD videos for reduce video's size.
Thank you in advance.