
Recherche avancée
Autres articles (62)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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 ) (...)
Sur d’autres sites (8380)
-
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.
-
Set watermark in video xamarin.forms android
11 septembre 2017, par Jignesh M. Pateli’m working upon app which can add watermark to video file,
i’m using FFMPEG in xamarin.forms of android version to add watermark in video,
my question is when i’m trying to add border with this commanddrawbox=y=ih/PHI:color=black@0.4:width=iw:height=48:t=max,
why is this
t=max
returning errors ?[Parsed_drawbox_1 @ 0xb7fd3ce0] [Eval @ 0xbeb2e520] Undefined constant or missing '(' in 'max'
[Parsed_drawbox_1 @ 0xb7fd3ce0] Error when evaluating the expression 'max' -
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