Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (22)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (4614)

  • FFMPEG permission in windows wamp

    15 octobre 2011, par shababhsiddique

    I am trying to build a video sharing site using drupal 6. One of the modules i am using is ffmpeg , it requires me to set a ffmpeg binary file location . I downloaded ffmpeg from here

    http://ffmpeg.arrozcru.org/autobuilds/ffmpeg/mingw32/static/

    I placed it on C :\ffmpeg\bin\ffmpeg.exe and gave this path with the slashes changed to /

    it got the encoders information .. but i cant test it. It shows a message like

    Fmpeg failed to create an output file. This could be due to permission problems or an error from the encoding settings.

    I found that i need permission. How do i set permission ? i am using wamp on windows. Please help urgent.

  • configure : Don’t add -fPIC on windows targets

    5 juin 2013, par Martin Storsjö
    configure : Don’t add -fPIC on windows targets
    

    This avoids warnings about this option not having any effect on
    this platform.

    We still want to enable the pic configure item for these platforms
    (if detected via the compiler builtin define __PIC__) to get proper
    inline assembly workarounds.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] configure
  • av_register_all generates an exception in Release mode on Windows [closed]

    7 août 2012, par ranyakir

    I have a program that uses libav. It works well when compiled in Debug mode (Windows, VisualStudio 2010). However, when the program is compiled in Release mode, it crashes in av_register_all. The exception I get is Privileged Instruction.

    Anyone has an idea if there is anything special that needs to be done in Release mode to get libav to work ?

    Best regards
    Ran