Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (82)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (10147)

  • libavcodec/ppc/hpeldsp_altivec.c : fix ff_put_pixels16_altivec() put_no_rnd_pixels16_...

    7 novembre 2014, par Rong Yan
    libavcodec/ppc/hpeldsp_altivec.c : fix ff_put_pixels16_altivec() put_no_rnd_pixels16_xy2_altivec() put_no_rnd_pixels8_xy2_altivec() avg_pixels8_altivec() avg_pixels8_xy2_altivec() put_pixels16_xy2_altivec() put_pixels8_xy2_altivec() ff_avg_pixels16_altivec() for POWER LE
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/ppc/hpeldsp_altivec.c
  • Which is the right Cpu for my sites [on hold]

    25 octobre 2015, par Oferta Për Punë

    I have 2 sites that are converting lot of video and audio files via ffmpeg

    so i want to buy a server and problem is coz i dont know which is the right one for me

    do i need to buy

    2 SERVERS with CPU:  Intel C2750 2.40GHz  

    or to buy

    1 SERVE with CPU:  Intel Xeon E3 1220v3

    or

    1 SERVE with CPU:  Intel Xeon E3 1230v2    

    and add host sites in one of them

    so which one is better and where do i have more power in one Intel Xeon E3 for 2 sites or host each site in new Intel C2750 2.40GHz

  • Anyone using Azure Container Instances to run FFMPEG encoding for video uploads to their website ?

    29 janvier 2021, par Jonathan

    I've been putting a website together in PHP and part of the functionality is to trim some video and encode as MP4 and AAC audio.

    &#xA;

    FFMPEG runs locally on the webserver and uses up all the CPU when encoding which is not ideal. What I would like to do in theory is remove the FFMPEG service from the webserver and put it on a Azure container service which I can pay for 60 seconds of some high power computer occasionally to do the encoding, then spins back down.

    &#xA;

    The issue im having the tutorials I'm following I cant even get to the point of running some FFMPEG commands via command line. Let alone writing some code in PHP to offload this to the container instance.

    &#xA;

    Does anyone have anything they can point me to that might help me get started.

    &#xA;