Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (58)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (9323)

  • libavfilter : Remove DNNReturnType from DNN Module

    2 mars 2022, par Shubhanshu Saxena
    libavfilter : Remove DNNReturnType from DNN Module
    

    This patch removes all occurences of DNNReturnType from the DNN module.
    This commit replaces DNN_SUCCESS by 0 (essentially the same), so the
    functions with DNNReturnType now return 0 in case of success, the negative
    values otherwise.

    Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>
    Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>

    • [DH] libavfilter/dnn/dnn_backend_common.c
    • [DH] libavfilter/dnn/dnn_backend_common.h
    • [DH] libavfilter/dnn/dnn_backend_native.c
    • [DH] libavfilter/dnn/dnn_backend_native_layer_avgpool.c
    • [DH] libavfilter/dnn/dnn_backend_native_layer_conv2d.c
    • [DH] libavfilter/dnn/dnn_backend_native_layer_dense.c
    • [DH] libavfilter/dnn/dnn_backend_native_layer_depth2space.c
    • [DH] libavfilter/dnn/dnn_backend_openvino.c
    • [DH] libavfilter/dnn/dnn_backend_tf.c
    • [DH] libavfilter/dnn/dnn_io_proc.c
    • [DH] libavfilter/dnn_interface.h
    • [DH] libavfilter/vf_derain.c
    • [DH] libavfilter/vf_dnn_classify.c
    • [DH] libavfilter/vf_dnn_detect.c
    • [DH] libavfilter/vf_dnn_processing.c
    • [DH] libavfilter/vf_sr.c
  • ModuleNotFoundError : No module named 'ffmpeg' on Spyder although ffmpeg is installed on Anaconda navigator

    1er septembre 2021, par alpha

    ffmpeg is installed on Anaconda Navigator (in base(root) environment), but when I run import ffmpeg, I got this error message :

    &#xA;

    ModuleNotFoundError: No module named &#x27;ffmpeg&#x27;&#xA;

    &#xA;

    Why is this module not found and how can I fix this ?

    &#xA;

    screenshot of Anaconda Navigator

    &#xA;

  • nginx-rtmp module Scalability [closed]

    19 novembre 2020, par nskniranga1127

    I currently have a functional VOD streaming setup using open source nginx-rtmp module.i'm using ffmpeg to encode mp4 contents to .ts file segments. I was hoping to create a medialibrary with this & stream (preecn)for concurrent users aroud 500. I want to know is there any limitation with open source nginx-rtmp module ?

    &#xA;