Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (80)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (8898)

  • deep data is not implemented FFmpeg

    31 mars 2020, par K4341

    I have a question about FFmpeg when I’m trying to convert Deep Compositing "EXR" files sequence to "MOV" video file , I’ve got this :

    [exr @ 00000294dd99f100] deep data is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.

    [exr @ 00000294dd99f100] deep data is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.

    [image2 @ 00000294dd99d1c0] decoding for stream 0 failed

    [image2 @ 00000294dd99d1c0] Could not find codec parameters for stream 0

    (Video : exr, none) : unspecified size
    Consider increasing the value for the ’analyzeduration’ and ’probesize’ options.

    Any help please :)

  • Evolution #4016 : Boucle DATA : utiliser #VALEUR{xxx} plutot que #XXX pour eviter les conflits ?

    10 février 2021, par cedric -

    au delà de ce que permet ou pas la boucle DATA, je pense en effet que le core devrait privilégier l’utilisation de #VALEUR{xxx} pour eviter tout conflit possible avec une balise #XXX définie par les utilisateurs, et vu que la semantique utilisée dans les boucles DATA peut vite devenir très vaste...

    (je mets en documentation mais ce serait plutot une règle de codage interne)

  • How to extract Programme service data from radio stream

    12 janvier 2017, par NathanK

    I’m using ffmpeg to save a publicly available radio stream to mp3 files. I would like to know what the schedule is for the radio station before I begin downloading the stream. In other words, I’d like to know if a radio stream contains something akin to the electronic program guide and, if so, is there a library/api available on linux that will allow me to extract this data. I know already that a radio signal can contain a program associated data field (I’m not sure how to extract this either).

    I’ve searched on stackoverflow, I wasn’t able to find anything similar. After searching for 2 hours on google to no avail, I’m choosing to post this question here. Any help is greatly appreciated.