Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (21)

  • Liste des distributions compatibles

    26 avril 2011, par

    Le tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

Sur d’autres sites (4967)

  • To water mark videos at bottom right corner using ffmpeg

    8 octobre 2015, par sagar

    I found some answer here in stack which is indeed using ffmpeg but it is giving me some error.

    I ran it in command window and the error is quite like

    "Unable to find a suitable output format for ’ΓÇôi’
    ΓÇôi : Invalid argument".

    my command is as follows

    ffmpeg –i inputvideo.avi -vf "movie=watermarklogo.png [watermark]; [in][watermark] overlay=(main_w-overlay_w-10)/2:(main_h-overlay_h-10)/2 [out]" outputvideo.mp4

    please suggest some ideas.

  • avformat/matroskaenc : Improve writing Projection

    1er janvier 2020, par Andreas Rheinhardt
    avformat/matroskaenc : Improve writing Projection
    

    The Matroska Projection master element has such a small maximum length
    that it can always be written with a length field of length one.
    So it is unnecessary to first write the element into a dynamic buffer to
    get the accurate length in order not to waste bytes on the length field.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/matroskaenc.c
  • Revision 73a00d3219 : Refactor integral projection based motion estimation Support variable block siz

    23 février 2015, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/x86/vp9_avg_intrin_sse2.c



    Refactor integral projection based motion estimation

    Support variable block size integral projection based motion
    estimation.

    Change-Id : Iee6d65e44df4480aa13fb7b84b9c91914b89caa1