Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (66)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

  • 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

Sur d’autres sites (8289)

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