Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (67)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (6591)

  • mysterious error with ffmpeg on OSX

    19 octobre 2015, par Jack000

    There seems to be a bug in my bash script, and after a long time I managed to reduce it to this test case :

    find . -maxdepth 1 | while read blah
    do
       echo "$blah"
       ffmpeg -loglevel error -i ./test.jpg -f null /dev/null

    done

    the output from this is

    /test.jpg
    /test.mp4
    /test.sh

    if I remove the ffmpeg invocation, the output becomes this (what I expected) :

    ./test.jpg
    ./test.mp4
    ./test.sh

    this seems to occur only when the ffmpeg decoder is activated, as ffmpeg -version doesn’t produce the error. Why would ffmpeg affect an unrelated string in this way ?

    I’m at my wit’s end, any help would be appreciated.

  • Aws lambda audio features extraction ( Not enough storage -Layers )

    6 novembre 2019, par Amit Neuhaus

    We have IOT sensors that uploads wav files into S3 Bucket.

    We want to be able to extract sound features from each file that is getting uploaded (create obj event) with aws lambda

    For that we need :

    • python librosa or pyAudio analysis package + numpy and scipy. ( 240mb unzziped)
    • ffmpeg ( 70mb unzziped)

    As you can see there is no way to put them all together in same lambda package (250mb uncompressed max). And im getting an error when not including the ffmpeg in the layers when gathering the wav file :

    [ERROR] FileNotFoundError: [Errno 2] No such file or directory: 'ffprobe': 'ffprobe'

    which is related to ffmpeg.

    We are looking for implementation recommendation, we thought about :

    1. Putting the ffmpeg file in s3 and getting it every single invoke ( without having to put it in the layers. ( if it is even possible)

    2. Chaining two lambdas : 1 for processing the input file through ffmpeg and puting the output file in abother bucket > 2 function invoked and extracting features from the processed data. ( using SNS / chaining mechanism) ( if it is even possible)

    3. Move to EC2 where there we will have a problem with concurrent invokation accuring when two files uploads at the same time.

    there has to be and easier way, ill be glad to hear for other opinions before diving into implementation,
    Thank you all !

  • Anomalie #4652 : [RGAA/HTM5] summary est déprécié en HTML5 (pour les tableaux)

    18 février 2021, par RastaPopoulos ♥

    euh comment ça pas de rapport avec le core ? tout est bien expliqué plus haut pourtant : si si c’est bien le core qui propose ça, et les sites dans la nature l’utilisent, et donc une fois passé en HTML5, ces sites vont pas revoir leur N quantité d’articles qui ont des tableaux pour retirer le summary : c’est bien à SPIP de générer un truc à jour avec les recommandations du moment non ? Le plugin enluminure c’est juste qu’il ajoute une interface et donc les gens remplissent mieux les infos d’accessibilité, vu que de base SPIP n’a rien pour ça et personne ou presque ne se souvient de tête des subtilités (c’est un des gros points noirs des syntaxes légères : pour les trucs simples, gras, titres, on s’en souvient, mais dès qu’il s’agit de trucs plus complexes…)