
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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 (...)
Sur d’autres sites (13150)
-
Converting a color video to 8-bit (per frame) video via FFMPEG
25 mai 2020, par SilverSurferI wish to convert a color video file (AVI format) to grayscale video (i.e. 8 bits per frame) AVI video via FFMPEG. Any pointers ?



I have tried using
gray
andyuv420p
options inpix_fmt
but it they didn't help.


Thank you


-
merging audio and video and generating video file .mp4 in android
17 avril 2015, par Ravind MauryaI am merging audio and video using FFMPEG library via grabber and recorder. But out file (*.mp4) got some noise or zic jac sound while I am playing. Please help me If you have any idea how remove the zic jac sound in merged video.
-
How to identify users in video file when streaming video ? [on hold]
24 octobre 2017, par blackjak231I’m trying to find a solution to "secure" online video courses on a video streaming platform. The goals are the following :
- Prevent easy download of video - OK
- Be able to identify which connected user downloaded the video if it happens - NOK
The server will be a Debian machine running PHP 7 and the "encryption" of the video will be done "on the stream" for each user.
My question is for the second point. I’m unable to find a good solution for it. Here is what i thought of so far and the downsides :
- Add a watermark with the user’s name/email with "ffmpeg" on the whole video (in a corner)
- Can be blurred and therefore useless
- Add an invisible digital watermark (inside the video file) with a tool (which i have not found yet)
- Screen can be recorded and the invisible digital watermark lost.
- Add a watermark with the user’s name/email on 2 or 3 specific frames of the video while streaming using "ffmpeg"
- Best solution from my point of view but no technical solution found so far.
Do you have any recommendations on how to do this or a completely different approach to the problem ?
I’m open to any third party video tool such as Vimeo or any other available.
Thank you in advance for your help ! :)