Recherche avancée

Médias (91)

Autres articles (105)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • Is it a way to seek videos faster with ffmpeg while applying some filters ?

    21 mars 2023, par Peter.k

    I use parameters to cut a fragment from a video which in normal circumstances works well, but when I apply some filters, which may cause processors to be a bit busy, the seeking method seems to work very long. For example :

    


    ffmpeg -i "i:\longmovie.mp4" -vf "subtitles=longmovie.srt:force_style='FontName=Central European Time 13\:37,FontSize=20,PrimaryColour=&H00171771,OutlineColour=&HFFFFFFFF,BorderStyle=4,BackColour=&H33FFFFFF,Outline=5,Shadow=0,MarginV=10'" -b:v 1000k -ss 02:01:54.0 -to 02:02:13.0 -preset ultrafast e:/tt147+3.mp4


    


    I put those -ss and -to parameters at the end of the command, because it doesn't work in other places. It either produces very long video or skips the whole filter.

    


    Can I use some trick to make it faster. The problem is in jumping to the desired 02:01:54 time - the rest works ok.

    


  • avcodec/mpegvideo_enc : disable direct mode in load_input_picture() for dimensions...

    20 janvier 2014, par Michael Niedermayer
    avcodec/mpegvideo_enc : disable direct mode in load_input_picture() for dimensions%16 != 0
    

    We currently read a whole 16x16 block from the input at a few places

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mpegvideo_enc.c
  • avcodec/tiff : Check for planar DNG images

    15 février 2020, par Michael Niedermayer
    avcodec/tiff : Check for planar DNG images
    

    The DNG code hardcodes plane 0 at some places, so its better to disallow cases
    that have more planes.

    Fixes : eg_crash
    Found-by : 黄宁 <tsukimurarin@163.com>
    Reviewed-by : Nick Renieris <velocityra@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/tiff.c