Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (42)

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

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

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

Sur d’autres sites (5161)

  • ffmpeg batch image generation with multiple images [on hold]

    4 mai 2014, par user3597867

    I’m currently generating images of a video every X seconds (in this case, 1 image every minute). I have a command line that works perfectly, but I would like to make it work on batches of videos as opposed to each video individually. Is this possible ? I’ve used PHP scripts on a batch of videos to generate one image at X seconds, but I’d like more than one image per video.

    This is the command line that I use on individual videos :

    ffmpeg -i INPUT.mp4 -f image2 -vf fps=fps=1/60 -b:v 64k OUTPUT-%05d.jpg

  • Revision f41adbb468 : Remove duplicate or unused code in encoder/quantize.c. Also make some minor sty

    13 octobre 2012, par Ronald S. Bultje

    Changed Paths : Modify /vp8/encoder/quantize.c Modify /vp8/encoder/quantize.h Remove duplicate or unused code in encoder/quantize.c. Also make some minor stylistic changes to bring the code closer to the style guide. Remove checks against i8x8/bpred in the mb-codepath, since these do individual (...)

  • lavc : add a header for internal generic-layer APIs

    20 juin 2023, par Anton Khirnov
    lavc : add a header for internal generic-layer APIs
    

    The goal is to distinguish between APIs provided by the generic layer to
    individual codecs and APIs internal to the generic layer.

    Start by moving ff_decode,encode_receive_frame() and
    ff_decode,encode_preinit() into this new header, as those functions
    are called from generic code and should not be visible to individual
    codecs.

    • [DH] libavcodec/avcodec.c
    • [DH] libavcodec/avcodec_internal.h
    • [DH] libavcodec/decode.c
    • [DH] libavcodec/decode.h
    • [DH] libavcodec/encode.c
    • [DH] libavcodec/encode.h