Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (58)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (6221)

  • Remove obsolete version.h inclusions

    1er août 2021, par Andreas Rheinhardt
    Remove obsolete version.h inclusions
    

    Forgotten in e7bd47e657bbf9e1ce9915e93bc80cb1a29fb7f3.

    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vc2enc.c
    • [DH] libavcodec/x86/blockdsp_init.c
    • [DH] libavfilter/internal.h
    • [DH] libavfilter/vf_swapuv.c
    • [DH] libavformat/url.h
    • [DH] libavutil/common.h
    • [DH] libavutil/internal.h
    • [DH] libswscale/swscale_internal.h
  • swresample/x86/rematrix : Remove obsolete MMX functions

    10 juin 2022, par Andreas Rheinhardt
    swresample/x86/rematrix : Remove obsolete MMX functions
    

    x64 always has MMX, MMXEXT, SSE and SSE2 and this means
    that some functions for MMX, MMXEXT and 3dnow are always
    overridden by other functions (unless one e.g. explicitly
    disables SSE2) for x64. So given that the only systems that
    benefit from these functions are truely ancient 32bit x86s
    they are removed.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libswresample/x86/rematrix.asm
    • [DH] libswresample/x86/rematrix_init.c
  • swresample/x86/audio_convert : Remove obsolete MMX functions

    10 juin 2022, par Andreas Rheinhardt
    swresample/x86/audio_convert : Remove obsolete MMX functions
    

    x64 always has MMX, MMXEXT, SSE and SSE2 and this means
    that some functions for MMX, MMXEXT and 3dnow are always
    overridden by other functions (unless one e.g. explicitly
    disables SSE2) for x64. So given that the only systems that
    benefit from these functions are truely ancient 32bit x86s
    they are removed.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libswresample/x86/audio_convert.asm
    • [DH] libswresample/x86/audio_convert_init.c