Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (80)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 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, par

    Par 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 (...)

Sur d’autres sites (10707)

  • Anomalie #4015 (Fermé) : Boucle DATA YQL requires https but requested through http

    14 octobre 2017, par Fabrice Véronneau

    Salut,

    Suite au message sur sur le forum (https://forum.spip.net/fr_268147.html)
    le message suivant apparait sur une requête concernant Flickr (mais sans doute d’autres services aussi)

    Table flickr.people.publicphotos requires https but requested through http

    En modifiant la ligne 639 de ecrire/iterateur/data.php ca fonctionne (https au lieu de http) :
    https://core.spip.net/projects/spip/repository/entry/branches/spip-3.2/ecrire/iterateur/data.php#L639

    Ca concerne ttes les versions de spip avec iterateur yql

  • ffmpeg binary for android not working

    29 juillet 2014, par Abdul Qadir

    I’ve copied the ffmpeg binary provided here in the res/raw folder into my project’s assets folder. Whenever I need to run ffmpeg commands, I copy the binary into data/data/my-package-name/ and run the following command to check if everything works.

    Process process = Runtime.getRuntime().exec(ffmpegBinaryFilePath + " -version");

    I get the output by logging the stream by process.getInputStream(). Everything works as expected. But the binary provided in the project is old (version 0.11.1) and I also need to enable lame library to work with mp3 extension. So I decided to build my own binary. I’ve build using this script and also another script showed here. When I place the build binary into my project’s assets folder. I get no output when I run the code above i.e. the log is empty. I’ve also tried building with this script but it doesn’t create any binary i.e. there is no bin folder when compilation is finished.

    I’ve made ndk related changes to these scripts i.e. changed NDK, PLATFORM and PREBUILT variables (I have ndk10 64bit) and changed --enable-shared --disable-static to --disable-shared --enable-static. Also cleared any references to other libraries in the --extra-cflags and --extra-ldflags. Do I need to make any more changes ? Any help would be appreciated !!

    EDIT :

    here’s the log file of my latest build
    http://justpaste.it/gfeb

  • Revision b683eecf6d : Test upscaling as well as downscaling Fixes a bug in vp9_set_internal_size() th

    21 février 2013, par John Koleszar

    Changed Paths : Modify /test/resize_test.cc Modify /vp9/encoder/vp9_onyx_if.c Test upscaling as well as downscaling Fixes a bug in vp9_set_internal_size() that prevented returning to the unscaled state. Updated the ResizeInternalTest to scale both down and up. Added a check that all frames are (...)