Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (99)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (7953)

  • opusenc : implement a psychoacoustic system

    23 septembre 2017, par Rostislav Pehlivanov
    opusenc : implement a psychoacoustic system
    

    This commit implements a psychoacoustic system for the native Opus
    encoder. Its unlike any other psychoacoustic system known since its
    capable of using a lookahead to make better choices on how to treat the
    current frame and how many bits to allocate for it (and future frames).

    Also, whilst the main bulk of the analysis function has to run in a
    single thread, the per-frame anaylsis functions does not modify the main
    psychoacoustic context, so in the future it will be fairly trivial to
    run those as slice threads.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/opus_celt.h
    • [DH] libavcodec/opusenc.c
    • [DH] libavcodec/opusenc.h
    • [DH] libavcodec/opusenc_psy.c
    • [DH] libavcodec/opusenc_psy.h
    • [DH] libavcodec/opusenc_utils.h
  • build system : fix dependency generation

    8 octobre 2015, par Christophe Gisquet
    build system : fix dependency generation
    

    When trying to build the binary dct-test under MSYS2/Win64, the
    makefile rule does not have the SUBDIR in the target for its
    object file.

    Consequently, modifications to various include files (e.g. C ones)
    do not trigger a recompilation.

    When tracing the dependency generating, the dependency generation
    has this strange content (linebreak inserted) :
    sed -e "/^#.*/d" -e "s,^ [1]*dct\.o,libavcodec/dct.o," \
    > libavcodec/dct-test.d

    For some reason, the $(*F) has weird content. It looks simpler to
    use $(@F) instead of $(*F)\.o, although this was tested on one
    single version of make.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] configure
  • How to use latest FFMPEG in Android Studio project ?

    1er avril 2020, par arslan haktic

    I have a simple task to make a video from multiple images and an audio file, After searching a lot found that its possible with FFMPEG, Unfortunately there are no updated tutorials for FFMPEG, there are few but outdated and most of them are not working. &#xA;As I have compiled FFMPEG for Android using NDK android-ndk-r10e and ffmpeg-2.8.6 on my MAC with Android Studio following the tutorial http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/ &#xA;It makes the .so files as &#xA;files generated from ffmpeg

    &#xA;&#xA;

    Now I can't understand what should I do to integrate this in my Android project, I have also checked,

    &#xA;&#xA;

    How to use Ffmpeg in android studio ?

    &#xA;&#xA;

    how to use ffmpeg in android ?

    &#xA;&#xA;

    FFmpeg on Android

    &#xA;&#xA;

    and mainly this,

    &#xA;&#xA;

    http://www.roman10.net/how-to-build-android-applications-based-on-ffmpeg-by-an-example/

    &#xA;&#xA;

    https://github.com/roman10/android-ffmpeg-tutorial

    &#xA;&#xA;

    But its not working and having errors with no way to resolve this. Can anyone please mention some steps that should be followed to use FFMPEG .so files as in image attached.

    &#xA;