Recherche avancée

Médias (91)

Autres articles (106)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

Sur d’autres sites (11512)

  • avdevice/decklink : Add support for EIA-708 output over SDI

    7 septembre 2018, par Devin Heitmueller
    avdevice/decklink : Add support for EIA-708 output over SDI
    

    Hook in libklvanc and use it for output of EIA-708 captions over
    SDI. The bulk of this patch is just general support for ancillary
    data for the Decklink SDI module - the real work for construction
    of the EIA-708 CDP and VANC line construction is done by libklvanc.

    Libklvanc can be found at : https://github.com/stoth68000/libklvanc

    Updated to reflect feedback from Marton Balint <cus@passwd.hu>,
    Carl Eugen Hoyos <ceffmpeg@gmail.com>, Aaron Levinson
    <alevinsn_dev@levland.net>, and Moritz Barsnick <barsnick@gmx.net>

    Signed-off-by : Devin Heitmueller <dheitmueller@ltnglobal.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] configure
    • [DH] libavdevice/decklink_common.cpp
    • [DH] libavdevice/decklink_common.h
    • [DH] libavdevice/decklink_enc.cpp
    • [DH] libavdevice/version.h
  • How to compile ffmpeg 5 with x86_64 and ARM64 support

    8 août 2022, par V O

    I'm building ffmpeg version 5.0.1 from source, but for some reason I don't get it to cross-compile against aarch64 as I want to run ffmpeg on a Khadas VIM4 which is a ARMv8 CPU, to be specific the CPU is an Amlogic A311D2 with non-free codecs..

    &#xA;

    To build ffmpeg from source, I have setup a build-suite put together from various sources which currently works fine with x86_64 and can be obtained here : https://github.com/venomone/ffmpeg_build_suite

    &#xA;

    Simply run trigger.sh from the terminal, make sure docker is installed on your host if you are interested. The script will output ffprobe and ffmpeg in a folder called /build

    &#xA;

    From my understanding, the ffmpeg configuration part must get extended by the following lines :

    &#xA;

    --enable-cross-compile \&#xA;--target-os=linux \&#xA;--arch=arm64 \&#xA;--cross-prefix=aarch64-linux-gnu- \&#xA;--enable-shared \&#xA;

    &#xA;

    But even with these settings, I'm running into the following error :

    &#xA;

    #11 938.3 aarch64-linux-gnu-gcc is unable to create an executable file.&#xA;#11 938.3 C compiler test failed.&#xA;

    &#xA;

    Is somebody able to provide me a hint, what might be the problem here ?

    &#xA;

  • Merge commit ’9e71cc81f3655cacf0f91860fba3043f13b64059’

    9 mars 2014, par Michael Niedermayer
    Merge commit ’9e71cc81f3655cacf0f91860fba3043f13b64059’
    

    * commit ’9e71cc81f3655cacf0f91860fba3043f13b64059’ :
    movdec : handle 0x7fff langcode as macintosh per the specs

    See : e636aa1a56bcd91242c25282dcb00929196470eb
    Merged-by : Michael Niedermayer <michaelni@gmx.at>