Recherche avancée

Médias (91)

Autres articles (47)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

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

Sur d’autres sites (4217)

  • How to determine the best way to split video and merge it back ?

    6 novembre 2018, par Rami Alzebak

    Let’s say that I want to convert a Video to different resolution.

    The workflow is as follows :
    1- Splitting the video into n blocks
    2- Convert the resolution of the block
    3- Merge the blocks

    The reason why I am doing is to achieve the conversion process on parallel workers (not necessarily threads )

    The issue is I can’t determine what is the best number of blocks to split the video.

    E.g : When splitting a large video into 10 blocks it will reduce the total time .
    but when splitting a small one it may increase the total time .

    any hints or keys on the topic ?

  • How to record video across screens using FFmpeg on MacOS ?

    2 novembre 2018, par 郭德纲

    I’m developing a MacOS application for recording screens, and in some cases, it needs to do cross-screen recording.

    It records the screen by calling FFmpeg.

    Let’s say I have four screens, each 1920x1080, with a total resolution of 3840x2160.Is it possible to record the screen by passing a coordinate and size to FFmpeg ? Same effect as the picture below.
    enter image description here

  • Anomalie #4209 : Les critères {pagination} et {a,b} sont dans un bâteau

    31 octobre 2018, par tcharlss (*´_ゝ`)

    Quand on a pagination=5 et masquer_pagination=oui, et bien seuls 5 résultats sont générés, c’est bien ce qu’on veut.

    Sauf quand on affiche le nombre total de résultats au moyen de #TOTAL_BOUCLE, là ça ne va pas.