Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (83)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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és)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (11930)

  • Revision 629fb85f17 : vp9_convole.c cleanup. Making overall logic more clear, moving "hacked" calcula

    12 décembre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_convolve.c



    vp9_convole.c cleanup.

    Making overall logic more clear, moving "hacked" calculation of base filter
    array pointer to get_filter_base() function.

    Change-Id : Ibbd38a9f937e48d35bbbfef3ad933ab36664cccb

  • How to view the commands while making FFmpeg ?

    28 décembre 2011, par Saptarshi Biswas

    When I make ffmpeg, I can see following lines

    CC  ffmpeg.o
    LD  ffmpeg_g
    CP  ffmpeg
    STRIP   ffmpeg

    What is a quick way to find the commands for CC, LD etc. with as less modification to the Makefile ?

  • Image orientation chaning while making image from a video using ffmpeg [on hold]

    19 janvier 2016, par rakeshp

    I am making image thumbnails from video on Linux, but for some videos the orientation is changing and not coming as per the original video orientation. Here is my code.

    ffmpeg -itsoffset 4 -i test_video.mov -ss 00:00:01.000 -vf scale=-1:240 -vframes 1 test_image.png

    I tried with multiple options like adding "-vf transpose=1 " to the above code, but still it didn’t work for me.Can anyone help me here.