
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (44)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (6509)
-
"FFMPEG not found" even though ffmpeg-binaries have been added to the package.json
17 août 2018, par XyvyrianethI keep my bot online using Heroku, so installing FFMPEG to my computer wouldn’t really help me any.
The issue is that I’m still getting this error despite having the npm
ffmpeg-binaries
added to my package.json’s dependencies. I’ve also tried using git URLs from Github and the official FFMPEG website, as well as trying to install the git directly using the run-command option in Heroku’s application page, but I keep getting this same error. Am I missing something ? -
How do I use FFMPEG binary file in a commercial app (AdobeAir) ?
8 mars 2019, par Maxim FirsoffI have a multi-platform app (MacOS, Windows), based on AdobeAir framework for encoding video.
- I’m using FFMPEG as a standalone executable file
- I’m accessing to FFMPEG via CLI (command line interface)
- I have not modified FFMPEG build file (just downloaded from official site).
I’ve read http://ffmpeg.org/legal.html and most care about the #2 step, AdobeAIR isn’t supported dynamic linking, how can I solve it ?
-
how to repeat this ffmpeg effect
5 septembre 2018, par Vladislav KorobeinikovI looking for solution - how to repeat effects :
- Zoom on central bottom part at start, with no zoom effect ;
- Moving from bottom to top and from left to right ;
- Zoom out.
In this video with ffmpeg filters.
I read documentation (filters and zoompan filter) from official site, found some information from "ffmpeg basics" written by Frantisek Korbel - but I didn’t find any useful information that solve my problem.
Also I thought that it could be made with another software.