
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (73)
-
Qu’est ce qu’un masque de formulaire
13 juin 2013, parUn masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
Chaque formulaire de publication d’objet peut donc être personnalisé.
Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (7897)
-
ffmpeg watermark
8 mai 2018, par tomiI am using a static compiled lib of FFMPEG gotten from BAMBUSER for android.
The problem I am facing now is that FFMPEG version gotten from BAMBUSER does not support watermarking.ffmpeg -sameq -i mirror_watermark.mp4 -vf "movie=mirror_watermark.png [logo]; [in][logo] overlay=main_w-overlay_w:main_h-overlay_h [out]" output.mp4
No such filter: 'movie'
./configure --list-filters | grep movie
returns nothingSo I guess I have to use a newer version of FFMPEG but I do not know how to get started since with the BAMBUSER everything was already set I just added certain encoders and decoders to their script.
-
add watermark and merge videos programmatically [on hold]
14 septembre 2017, par Suriya RakhunathanI am working on a node js project where i need to combine multiple videos to a single file and add watermark to the final video. I have tried using ffmpeg to achieve this functionality. But still facing some issues.
Is it possible if any type of video formats like mp4, mpeg, avi to be handled ?
Can this be achieved completely using node js or equivalent frameworks or should I use other languages like java, python..
Please help me if any one have worked on such scenarios earlier and have some idea on this. I will post my current research status and points as i progress.
Suriya
-
Zoneminder Watermarking on MP4 video from custom ZM branch
6 janvier 2015, par moeiscoolThe ZM i have installed is the video branch. I followed these instructions to install it.
https://github.com/ZoneMinder/ZoneMinder/tree/video
https://github.com/ZoneMinder/ZoneMinder/issues/452I am looking to watermark my recordings. I have successfully achieved what i want on regular ZM. I just need it on the MP4 branch version of ZM. I have used ASR to search for "ffmpeg" and "mp4" but i only found anything relevant to video creation in zmvideo.pl... but i think zmvideo.pl is only for generating videos from JPEG files. I simply want to have the watermark appear on the mp4 file when it is created.
So in short after a long explanation : Where should I be looking for the commands that create the MP4 files in ZM ? or do i have to add them to jpeg frames somewhere or something ? sorry for the noobiness... I have spent at least 3 hours looking for this and I’m actually sweating from frustration. ANY help at all would be appreciated :) Thanks in advance.