Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (101)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

Sur d’autres sites (13246)

  • vc1dec : take ME precision into account while scaling MV predictors.

    8 novembre 2011, par shahriman AMS

    vc1dec : take ME precision into account while scaling MV predictors.

  • ffmpeg not installing after following the official instructions

    6 mai 2020, par mm_

    I am trying to install ffmpeg following this list of instructions. That is :

    



    sudo add-apt-repository ppa:mc3man/trusty-media  
sudo apt-get update  
sudo apt-get install ffmpeg  
sudo apt-get install frei0r-plugins  


    



    However I get :

    



    No apt package "ffmpeg"


    



    and

    



    E: Unable to locate package frei0r-plugins


    



    respectively when I run sudo apt-get install ffmpeg and sudo apt-get install frei0r-plugins. It is worth noting that I get a lot of errors when I do sudo apt-get update that look like :

    



    Err:4 http://us.archive.ubuntu.com/ubuntu saucy Release                                                                                                                                     
  404  Not Found [IP: 91.189.91.38 80]

E: The repository 'http://us.archive.ubuntu.com/ubuntu saucy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.


    



    I am using lubuntu 0.14.1. Thanks for your help !

    


  • avfilter/scale_amf : Add AMF VPP & super resolution filters

    15 octobre 2024, par Evgeny Pavlov
    avfilter/scale_amf : Add AMF VPP & super resolution filters
    

    This commit adds two AMF filters : vpp_amf & sr_amf.
    Both filters are using AMF hardware acceleration.
    vpp_amf supports simple scaling algorithms & color conversion.
    sr_amf supports advanced scaling algorithms such as FSR & can
    be used for upscaling only.

    • [DH] configure
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/vf_amf_common.c
    • [DH] libavfilter/vf_amf_common.h
    • [DH] libavfilter/vf_sr_amf.c
    • [DH] libavfilter/vf_vpp_amf.c