
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (102)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (7912)
-
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 ! :)