Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (55)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (11014)

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

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