Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (78)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (11082)

  • Stripping out non-English streams in ffmpeg

    2 septembre 2021, par Dennis Q. Wilson

    I have many MKV files containing audio and subtitle streams in multiple languages, and I want to strip out the non-English ones. To the best of my understanding, the command below should achieve this, except it copies only the first English-language audio and subtitle stream it encounters, ignoring any subsequent streams containing audio commentary and the like. What am I doing wrong ?

    


    ffmpeg.exe -i INPUT.mkv -map 0:v:0 -map -0:a -map 0:a:m:language:eng -map -0:s -map 0:a:s:language:eng -c copy OUTPUT.mkv

    


  • dxva2 : Clean up definition of _WIN32_WINNT

    15 août 2014, par Diego Biurrun
    dxva2 : Clean up definition of _WIN32_WINNT
    

    Only set a value if _WIN32_WINNT is undefined or smaller than 0x0600. This is
    cleaner than unconditional definition and avoids a number of redefinition
    warnings. Also only define a value in one of the two dxva2 headers.

    • [DH] libavcodec/dxva2.h
    • [DH] libavcodec/dxva2_internal.h
  • Revision 353819103e : Remove redundant num_refs definition Use is_comp_pred to replace the use case o

    23 juillet 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Remove redundant num_refs definition

    Use is_comp_pred to replace the use case of num_refs.

    Change-Id : I4d0c1e14d5f728428a2ae3d293cd2b4a8b2f31d8