Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (53)

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (6388)

  • Can we match scanning type as input ?

    6 juin 2019, par Sasidharan S

    Is it possible in ffmpeg to match the scanning type as input ?
    Say if the input is interlaced scanning then the output should be interlaced.

    By default, ffmpeg is encoding with progressive.

  • lavfi/dnn_backend_openvino.c : Correct Pointer Type while Freeing

    27 mai 2021, par Shubhanshu Saxena
    lavfi/dnn_backend_openvino.c : Correct Pointer Type while Freeing
    

    This commit corrects the type of pointer of elements from the
    inference queue in ff_dnn_free_model_ov.

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

    • [DH] libavfilter/dnn/dnn_backend_openvino.c
  • avcodec/osq : fix type of nb_samples

    4 septembre 2023, par Paul B Mahol
    avcodec/osq : fix type of nb_samples
    

    Fixes crash caused by signed integer overflow.

    • [DH] libavcodec/osq.c