Recherche avancée

Médias (91)

Autres articles (85)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (5990)

  • Identify a specific frame number of a video file

    23 février 2017, par James Crampton

    I have a video file from which I’ve extracted a specific frame to analyze. However, I want to know what the frame number of this frame is.
    I can’t seem to find anything. I’ve had a look at ffmpeg showinfo, but that doesn’t seem to work.
    I’ve also looked into exifread, which produced information about the frame - except for the frame number.

    Any ideas ?

  • avcodec/xpmdec : do not allow number of colors to be higher than allocated

    12 mars 2017, par Paul B Mahol
    avcodec/xpmdec : do not allow number of colors to be higher than allocated
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/xpmdec.c
  • ffmpeg- is there any limitation on number of drawtext filter used in a single command ?

    31 mars 2017, par hack

    i have to write different text on a number of images. The final filter command is quite large (> 500 draw text filters in a single command). I am writing this to a text file and using filter_complex_script to read it.
    If the number of frames and filter is small, it is working fine, but for a configuration with large number of images and draw text filters, it fails. Error is :

    Cannot find a valid font for the family Sans
    Error initializing filter 'drawtext' with args 'enable=between(n,180,180):fontsize=28:fontfile=C\:/Windows/Fonts/Arial.ttf:fontcolor=0x000000:text=109.0:x=581:y=527-th'
    Error initializing complex filters.
    No such file or directory