
Recherche avancée
Autres articles (40)
-
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Les sons
15 mai 2013, par
Sur d’autres sites (3446)
-
Making video thumbnails, resizing images and audio with AWS Lambda
5 février 2016, par Pawan KanodiaI want to make thumbnails from videos/images/audios uploaded to S3. I want to know how to make them with
java
,ffmpeg
andimageMagick
.How can I put a static
ffmpeg
,imageMagick
binary on AWS Lambda ?And how can I call this static binary (
ffmpeg
/imagemagick
) fromjava
with AWS Lambda ? -
Making a watched folder wait for a file to finish rendering
10 février 2018, par JSchreyI’m trying to setup a watched folder (using fswatch)that starts to convert a received file into another format using ffmpeg(got that part sorted out).
So far so good, what I’m having problems with is getting the script to wait until the original input (or master file) has finished rendering or has been copied completely into my watched folder.Here’s the script for the folder
fswatch -o ~/Desktop/autom_shell| xargs -n1 ~/Desktop/scripts_autom_shell/move_QT.sh
move_QT.sh filters and moves quicktime movies from my receiving folder to the folder where I encode.
I’ve searched for a solution and found kqwait but I have absolutely no idea how to apply it in my case.
MacOS 10.10
-
Making a watched folder wait for a file to finish rendering
19 septembre 2015, par JSchreyI’m trying to setup a watched folder (using fswatch)that starts to convert a received file into another format using ffmpeg(got that part sorted out).
So far so good, what I’m having problems with is getting the script to wait until the original input (or master file) has finished rendering or has been copied completely into my watched folder.Here’s the script for the folder
fswatch -o ~/Desktop/autom_shell| xargs -n1 ~/Desktop/scripts_autom_shell/move_QT.sh
move_QT.sh filters and moves quicktime movies from my receiving folder to the folder where I encode.
I’ve searched for a solution and found kqwait but I have absolutely no idea how to apply it in my case.
MacOS 10.10