
Recherche avancée
Autres articles (73)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (11462)
-
ffmpeg overlay two video second video transparent visible sub-title
18 octobre 2020, par cleanguyI have two video : video1 without subtitle and video2 with sub-title burned video I want to merge overlay and put the second video2 transparent video and leave only the white sub-title that appears visible it is possible with ffmpeg


-
ffmpeg split video's audio/video sync problem
30 janvier 2019, par JabsMy problem is that when i have split one video with equal length by
-ss
and-t
ffmpeg
command then in all chunk’s audio are drifts(means only audio play well but video display after 2 or 3 seconds - means video is paused or async). I want to resolve splitted videos audio/video sync problem.Can anybody help me to resolve this kind of issue ?
-
Posthoc connect FFMPEG to opencv-python binary for Google Cloud Dataflow job
16 juillet 2017, par bw4szI would like to run some video processing jobs on linux based compute engines on Google Cloud DataFlow. Cloud DataFlow requires you to build a setup.py file, or supply dependencies in a requirements.txt.
https://cloud.google.com/dataflow/pipelines/dependencies-python
My video process requires opencv in python with FFMPEG support. I would like to avoid building opencv from source, as this takes nearly 35 minutes for each worker to git clone/make/make install.
There is a linux python binary .whl that works great. But its specifically compiled without FFMPEG.
From https://pypi.python.org/pypi/opencv-python
"IMPORTANT NOTE
MacOS and Linux wheels have currently some limitations :
video related functionality is not supported (not compiled with FFmpeg)"
Is it possible to post-hoc connect FFMPEG to the binary ? That is download FFMPEG and its libraries separately and still read video ? I know this is contrived, but are are there any options here besides building opencv from source for every new worker ?