Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (77)

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

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

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

  • Revision f600b50a6e : Fix avx builds on macosx with clang 5.0. The macosx release of clang v5.0 ident

    9 avril 2014, par Tom Finegan

    Changed Paths :
     Modify /vp9/common/x86/vp9_subpixel_8t_intrin_avx2.c



    Fix avx builds on macosx with clang 5.0.

    The macosx release of clang v5.0 identifies itself as :
    Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)

    This version of clang uses the older _mm_broadcastsi128_si256, like
    v3.3, as given away in the LLVM svn version above.

    Change-Id : I4d6d59d5454efd57d2ae9e75f5eb7486af7cbd0c

  • Convert ProRes codec to H.264 format with ffmpeg

    30 juin 2023, par Samir Ahamad

    Can i change .mov Apple ProRes 422 codec to H.264 format without losing video quality with ffmpeg ?

    


    File size may be greater than 5GB.

    


    I am trying to get the solution to convert video without losing its quality.
output format should be .mov.

    


  • AVPlayer HTTP Live Streaming support

    2 novembre 2023, par embed_develop

    i have an app that converts RTSP to HLS using ffmpeg lib. Since ffmpeg has 2 codecs for HEVC - HEVC native and libx265, my question is does iOS AVPlayer supports libx265 ?

    


    I tried to transcode my rtsp stream from native to libx265 and to play it on AVPlayer but i didn't have playback. When i returned to -c:v copy, copying of the native codec, it worked fine. Same question for libx264.

    


    Also is low latency hls supported for apple with using ffmpeg for configuring it ?