Recherche avancée

Médias (91)

Autres articles (97)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (11256)

  • ffmpeg 2.8.x cross compile error on mac os x 10.10

    22 avril 2016, par alijandro

    I want to cross compile ffmpeg 2.8.x on Mac OS X 10.10, but I got the following error.

    HOSTCC  libavcodec/cabac_tablegen.o
    In file included from libavcodec/cabac_tablegen.c:25:
    In file included from libavcodec/cabac_functions.h:43:
    libavcodec/arm/cabac.h:96:25: error: value '24' out of range for constraint 'M'
             [byte]"M"(offsetof(CABACContext, bytestream)),
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/7.0.2/include/stddef.h:120:24: note:
     expanded from macro 'offsetof'
    #define offsetof(t, d) __builtin_offsetof(t, d)
                      ^~~~~~~~~~~~~~~~~~~~~~~~
    1 error generated.
    make: *** [libavcodec/cabac_tablegen.o] Error 1

    The error show some error in host cc, the host cc is clang-700.1.81

    $ gcc --version
    Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
    Apple LLVM version 7.0.2 (clang-700.1.81)
    Target: x86_64-apple-darwin14.5.0
    Thread model: posix

    Before I upgrade Xcode to 7.2, it worked fine.

    For ffmpeg 3.x, there is no such problem. But the ffmpeg version I need is 2.8.x. How can I fix without downgrade Xcode to previous version ?

  • Electron App & FFMpeg - Library not loaded

    12 mars 2016, par George Huber

    I’ve recently upgraded Electron to v0.37, and upon trying to start my app, I’m getting an error of the following.

    dyld: Library not loaded: /usr/local/lib/libffmpeg.dylib
    Referenced from: /usr/local/lib/node_modules/electron-prebuilt/dist/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework
    Reason: image not found

    I have ffmpeg installed on my machine via homebrew, which I installed with brew install ffmpeg . I’ve tried uninstalling ffmpeg and reinstalling, but haven’t had any luck.

    I’ve noticed in more recent versions of Electron, since v0.36.8 they’ve ’Link with ffmpeg dynamically’ according to the changelog.

    I should note, I’m using ffmpeg in my electron app, and specifically, im utilizing the Fluent FFMpeg node library (https://www.npmjs.com/package/fluent-ffmpeg).

    Has anyone come across this same issue ? Any idea on a fix ?

  • lavc/hevc Parse SEI_TYPE_MASTERING_DISPLAY_INFO and propagate content into the AVMast...

    21 janvier 2016, par Neil Birkbeck
    lavc/hevc Parse SEI_TYPE_MASTERING_DISPLAY_INFO and propagate content into the AVMasteringDisplayMetadata side data.
    

    Add support for parsing SEI_TYPE_MASTERING_DISPLAY_INFO and propagate contents into
    the AVMasteringDisplayMetadata side data. Primaries are ordered in RGB order and
    the values are converted to rationals ([0,1] for CEI 1931 Chroma coords,
    and cd/m^2 for luma).

    Signed-off-by : Neil Birkbeck <neil.birkbeck@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc.h
    • [DH] libavcodec/hevc_sei.c