Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (112)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (11486)

  • Merge remote-tracking branch ’rbultje/vp9-32bit-lpf’

    27 décembre 2014, par Michael Niedermayer
    Merge remote-tracking branch ’rbultje/vp9-32bit-lpf’
    

    * rbultje/vp9-32bit-lpf :
    vp9/x86 : add myself to copyright holders for loopfilter assembly.
    vp9/x86 : make filter_16_h work on 32-bit.
    vp9/x86 : make filter_48/84/88_h work on 32-bit.
    vp9/x86 : make filter_44_h work on 32-bit.
    vp9/x86 : make filter_16_v work on 32-bit.
    vp9/x86 : make filter_48/84_v work on 32-bit.
    vp9/x86 : make filter_88_v work on 32-bit.
    vp9/x86 : make filter_44_v work on 32-bit.
    vp8/x86 : save one register in SIGN_ADD/SUB.
    vp9/x86 : store unpacked intermediates for filter6/14 on stack.
    vp8/x86 : move variable assigned inside macro branch.
    vp9/x86 : simplify ABSSUM_CMP by inverting the comparison meaning.
    vp8/x86 : remove unused register from ABSSUB_CMP macro.
    vp9/x86 : slightly simplify 44/48/84/88 h stores.
    vp9/x86 : make cglobal statement more conservative in register allocation.
    vp9/x86 : save one register in loopfilter surface coverage.

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

    • [DH] libavcodec/x86/vp9dsp_init.c
    • [DH] libavcodec/x86/vp9lpf.asm
  • How would I be able to crop out an 830x467 area in the vertical center of a video with ffmpeg ?

    7 août 2017, par Henry7720

    I would like to crop out an 830x467 area vertically aligned in the center with ffmpeg. I would like to to be cropped out like this

    Original Frame :
    Uncropped Frame

    Cropped frame :
    Cropped frame:

    I would like to use ffmpeg to do the cropping of the video.

  • How to render a 7 minutes video duration but only play 4 minutes and then stop but total length of video is still remain 7 minutes with ffmpeg ?

    7 août 2018, par Adam Estel

    How to render a 7 minutes video duration but only play 4 minutes and then stop but total length of video is still remain 7 minutes when i uploaded it to youtube, just like this image :
    enter image description here

    I try nullsrc fillter but it didn’t success,it’s still play entire 7 minutes to end video not 4 minutes
    I had researched google but i didn’t have a clue, then is there a way to do it ?