Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (75)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (11266)

  • Changing video color to Black&White and Blue and RGB [on hold]

    2 janvier 2016, par drorAlfasi

    I am using Dranger - ffmpeg and SDL Tutorial and I am trying to change video format to RGB, then when pressing W key transfer to BW and then on C to bring it back to colour.
    After bringing it back to colour while pressing on B button the stream need to change to Blue colour.
    I can’t success to convert it to RGB.
    Any help ?

    I am using tutorial 07 of Dranger.
    Link to Dranger C code

  • Add image to video effect bottom to top

    7 août 2017, par Thang Tran

    I have 2 png images that I want to insert into an existing video but only 1 image works and the second image does not work : ffmpeg -i input.avi -i Test.png -i Test1.png -filter_complex "overlay=1:y=h-20*t’" -pix_fmt yuv420p -c:a copy output.avi Hope everybody help please.

  • h264 : codec reinit : remove statements without effect

    18 avril 2014, par Janne Grunau
    h264 : codec reinit : remove statements without effect
    

    avctx->coded_height,width will always equal h->height,width since
    init_dimensions() does that explicitly, Size changes are detected by
    changes in mb_height,width earlier and propagated through the
    needs_reinit variable.

    • [DBH] libavcodec/h264_slice.c