Recherche avancée

Médias (91)

Autres articles (59)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (7216)

  • getting ffmpegthumbnailer to work on heroku

    28 novembre 2013, par scientiffic

    Has anyone gotten ffmpegthumbnailer to work on heroku ? The only documentation I can find online is here :

    Using Heroku Vulcan to build lib with dependency

    And it seems like it was never answered.

    As I try to install ffmpegthumbnailer, I get the error :

    checking for FFMPEG... no
    configure: error: Package requirements (libavutil libavformat libavcodec >= 52.26.0 libswscale) were not met:

    No package 'libavutil' found
    No package 'libavformat' found
    No package 'libavcodec' found
    No package 'libswscale' found

    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.

    Alternatively, you may set the environment variables FFMPEG_CFLAGS
    and FFMPEG_LIBS to avoid the need to call pkg-config.

    I do have ffmpeg installed, though, which I can check with heroku which ffmpeg, which returns vendor/ffmpeg/bin/ffmpeg

    I tried adding environment variables FFMPEG_CFLAGS and FFMPEG_LIBS :

    FFMPEG_CFLAGS:   bin:vendor/ffmpeg/include:vendor/libav/include
    FFMPEG_LIBS:     vendor/ffmpeg/lib:vendor/libav/lib
    LD_LIBRARY_PATH: vendor/ffmpeg/lib:/usr/local/lib
    PATH:            bin:vendor/ffmpeg/bin:vendor/bundle/ruby/1.9.1/bin:/usr/local/bin:/usr/bin:/bin

    How do I get my Heroku app to recognize my installation of ffmpeg when I install ffmpegthumbnailer ?

  • configure : Add additional glslang libraries to make linking work

    18 août 2020, par Philip Langdale
    configure : Add additional glslang libraries to make linking work
    

    The latest builds of glslang introduce new libraries that need to be
    linked for all symbols to be fully resolved.

    This change will break building against older installations of glslang
    and it's very hard to tell them apart as the library change upstream
    was not accompanied by any version bump and no official release has
    been made with this change it - just lots of people packaging up git
    snapshots. So, apologies in advance.

    • [DH] configure
  • vp8 : fix bilinear C code to work if src_stride != dst_stride.

    5 février 2014, par Ronald S. Bultje
    vp8 : fix bilinear C code to work if src_stride != dst_stride.
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : Janne Grunau <janne-libav@jannau.net>

    • [DBH] libavcodec/vp8dsp.c