Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (67)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

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

  • FFmpeg and VS2010 (Debug vs Release)

    27 mai 2014, par user3152463

    I ’m working on a project the requires FFmpeg libraries to extract metadata from a video a file. I’ m using static builds from zeranoe (http://ffmpeg.zeranoe.com/builds/) . The Solution works fine in Debug mode .

    But when I start it in release mode I get this error :

    "The application was unable to start correctly (0xc000007b).Click ok to close "

    I have no idea why .Any suggestions ?

    conf :

    • MS visual Studio 2010 win 32 application
    • C++ lang
    • Qt 4.3 used
    • FFmpeg static builds
    • Windows 64 bit system
  • avcodec/fic : Fix return value check

    16 avril 2014, par Michael Niedermayer
    avcodec/fic : Fix return value check
    

    Fixes part of Ticket3466
    Found-by : Andrey_Karpov / PVS-Studio
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavcodec/fic.c
  • Building FFmpeg.NET .dll

    9 juin 2014, par user2656632

    I need to use some FFmpeg functions in C# (to be precise, in GTK#). So I downloaded wrapper FFmpeg.NET. After that I try to build FFmpeg.NET.2008.sln(reference : I will build dll in Visual Studio 2008, but will use in GTK#), then get the following errors :

    Error 1 error PRJ0019 : A tool returned an error code from "Performing
    Makefile project actions" FFMpeg.NET
    Error 2 The referenced assembly
    "C :\Users\Zhenya\Documents\ffmpegdotnet-94877\bin
    (debug shared)\ffmpeg.net.dll" was not found. If this assembly is
    produced by another one of your projects, please make sure to build
    that project before building this one.

    How to fix these issues ?
    Or how to correctly build this wrapper to get .dll ?