
Recherche avancée
Autres articles (47)
-
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 (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (5962)
-
Convert audio download with youtube-dl to flac ?
16 mars 2017, par Urasamis it possible to download a youtube video as e.g. mp3 and then convert it to flac with ffmpeg ? I can specify the arguments that ffmpeg shall use after the download with —postprocessor-args but I don’t know how to get the file name there.
—postprocessor-args "-i downloadedfile.xxx -c:a flac downloadedfile.flac"
This would be the argument i want to use. Is this possible ?
-
Circular movie overlay in FFmpeg
1er mars 2017, par ThomasI’m trying to create a circular movie overlay using ffmpeg. So far I was able to make a square circular movie overlay using the following command :
ffmpeg -i bg.mp4 -vf "movie=smaller.mp4[inner];[in][inner] overlay=92:460 [out]" final.mp4
I want to create something like this :
Can someone help me out ?
Thanks a lot !
-
Circular movie overlay ffmpeg
1er mars 2017, par ThomasI’m trying to create an circular movie overlay using ffmpeg. So far I was able to make a square circular movie overlay using the following command :
ffmpeg -i bg.mp4 -vf "movie=smaller.mp4[inner];[in][inner] overlay=92:460 [out]" final.mp4
I want to create something like this : https://drive.google.com/open?id=0B-uBPQrx-RjUaXlkWmdMSjd4Wm8 (I cannot yet post images)
Can someone help me out ?
Thanks a lot !