Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (63)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (8741)

  • Adds TensorFlow backend for dnn inference module.

    3 juin 2018, par Sergey Lavrushkin
    Adds TensorFlow backend for dnn inference module.
    

    Signed-off-by : Pedro Arthur <bygrandao@gmail.com>

    • [DH] Changelog
    • [DH] configure
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/dnn_backend_tf.c
    • [DH] libavfilter/dnn_backend_tf.h
    • [DH] libavfilter/dnn_interface.c
    • [DH] libavfilter/dnn_interface.h
    • [DH] libavfilter/dnn_srcnn.h
    • [DH] libavfilter/vf_srcnn.c
  • libavfilter : Code style fixes for pointers in DNN module and sr filter.

    27 juillet 2018, par Sergey Lavrushkin
    libavfilter : Code style fixes for pointers in DNN module and sr filter.
    

    Signed-off-by : Pedro Arthur <bygrandao@gmail.com>

    • [DH] libavfilter/dnn_backend_native.c
    • [DH] libavfilter/dnn_backend_native.h
    • [DH] libavfilter/dnn_backend_tf.c
    • [DH] libavfilter/dnn_backend_tf.h
    • [DH] libavfilter/dnn_espcn.h
    • [DH] libavfilter/dnn_interface.c
    • [DH] libavfilter/dnn_interface.h
    • [DH] libavfilter/dnn_srcnn.h
    • [DH] libavfilter/vf_sr.c
  • NodeJS : Set path to FFMPEG binaries for module Fluent-FFMPEG

    2 septembre 2018, par jansmolders86

    I am building a application that uses the module node-fluent-ffmpeg. https://github.com/schaermu/node-fluent-ffmpeg

    And I’m trying to package the ffmpeg binaries along with my application.
    I want to do this so (especially on Windows) the user does not have to install FFMPEG manually.

    Sadly everything I’ve tried results in errors. I’ve tried the following :

     ffmpeg.setFfmpegPath   : Gives an error saying setFfmpegPath is not a method

    and :

     proc.setFfmpegPath    : Gives a createproces error.

    It seems I’m doing something wrong. Could someone point out my mistake.
    Thanks a lot.