
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (104)
-
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 (9266)
-
Problem with uploading files to firebase storage through firebase function
28 novembre 2018, par Just A Bad ProgrammerI am currently using firebase function to do video compression, the file is first downloaded from the firebase storage, then through fluent ffmpeg, compress the file. Then, the video is re-uploaded to the firebase storage.
However, the firebase function console shows that there is a error in ffmpeg :An error occurred: ffmpeg exited with code 1: compressed-Scooter- One (Always Hardcore).mp3: Read-only file system
But the firebase storage rules is set to read and write :
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
allow read, write;
}
}
}My code : https://github.com/MobileProjectTPC/VideoCompressor/blob/master/functions/index.js
The upper part is my own code, while the lower part is the testing code from Can you call out to FFMPEG in a Firebase Cloud Function with some changes.
So, I don’t understand why the ffmpeg function wasn’t able to convert the file. Do any one know why this keeps happening and how to fix it ?
Also, the output of the functions for my code is as follows :
While their code is as follows :
As you can see for my code, the error shows up after the output of function finished. While for their code, there isn’t any error at all but no compressed file in firebase.
Does this means the fluent-ffmpeg function wasn’t even ran at all for their code ?Thank You.
-
avformat/matroskaenc : Use more appropriate function name
15 octobre 2019, par Andreas Rheinhardtavformat/matroskaenc : Use more appropriate function name
mkv_start_new_cluster() actually didn't start a new cluster, but ended
the old one instead and emitted a debug message that it had started a
new cluster. This has been changed : The debug message has been moved to
the place that really starts a new cluster and the function has been
renamed to mkv_end_cluster().Furthermore, without this debug message the function can be used for
flushing.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by : James Almer <jamrial@gmail.com> -
Revision d8286dd56d : Adding has_second_ref function. Updating implementation of vp9_get_pred_context
20 août 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/common/vp9_blockd.h
Modify /vp9/common/vp9_pred_common.c
Adding has_second_ref function.Updating implementation of vp9_get_pred_context_single_ref_p1 using
has_second_ref function to make code easier to read.Change-Id : Ie8f60403a7195117ceb2c6c43176ca9a9e70b909