
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (64)
-
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 (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (8160)
-
How to handle FFMPEG module missing probe inside docker ?
2 avril 2021, par DarkFantasyI am AWARE of how to solve this problem of missing problem module with spleeter on WINDOWS. Here is the solution
https://github.com/deezer/spleeter/issues/101


How can I achieve the same inside my docker container ? In my docker file, the FFMPEG is being installed but it is missing the probe module. This is a common problem but one that I don't know how to solve inside of Docker.


I tried doing


RUN apt-get install -y ffmpeg
RUN pip uninstall ffmpeg-python
RUN pip install -r requirements.txt



in my docker file but didn't work. The thing is, it was all working until last night. Today morning, I am getting this error when I rebuilt my docker image. Any help is appreciated.


-
avformat/matroskaenc : Check chapter ids for duplicates
15 mars 2021, par Andreas Rheinhardtavformat/matroskaenc : Check chapter ids for duplicates
Up until now, there has been no check that each chapter has a unique id ;
there was only a check for whether a chapter id is zero (this happens
often when the chapters originated from a format that lacks the concept
of chapter id and simply counts from zero) which is invalid in Matroska.
In this case the chapter ids are offset by 1 to make them nonnegative.
Yet offsetting won't fix duplicate ids, therefore this is changed to
simply create new chapter uids when the input chapter uids don't conform
to the requirements of Matroska (in which case it can be presumed that
they did not originate from Matroska, so that we don't need to bother
to preserve them).Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
DownloadError : ERROR : WARNING : unable to obtain file audio codec with ffprobe in heroku
14 mars 2021, par Alvin Ben GeorgeI ran into a problem when I used heroku




discord.ext.commands.errors.CommandInvokeError : Command raised an exception : DownloadError : ERROR : WARNING : unable to obtain file audio codec with ffprobe




I am pretty sure that my code is fine because I ran it using my laptop, with ffmpeg, ffprobe and youtube-dl installed.


- 

-
I installed the buildpack of ffmpeg and youtube-dl in heroku https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git, but I couldnt play songs using my bot.


-
I created a link to my Github account in order to provide the source code, I gave the procfile and requirements and all of them are correct, since I use the same venv


-
I've searched in help section of heroku and stack overflow for help, but I couldnt find anything valid as they all tell in detail about local installations










Could someone please look into it and find the solution to this problem ?


Thanks in advance


-