Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (94)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

Sur d’autres sites (4844)

  • Generating a short preview of a .webm movie

    8 octobre 2019, par urbciech

    I would like to improve my website so I would like to replace the existing .jpg thumbnails with a live preview like in youtube.After hovering over the movie, a short video showing what’s going on in the movie is shown. Do you have any idea or tip on how I can achieve this effect with ffmpeg ?

  • avcodec/mpegaudioenc : Avoid intermediate buffer

    10 avril, par Andreas Rheinhardt
    avcodec/mpegaudioenc : Avoid intermediate buffer
    

    We know the final size before encoding, so we can switch to
    ff_get_encode_buffer() which avoids an implicit memcpy().

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

    • [DH] libavcodec/mpegaudioenc.c
  • avformat/argo_asf : Use 64bit in offset intermediate

    23 mai 2024, par Michael Niedermayer
    avformat/argo_asf : Use 64bit in offset intermediate
    

    Fixes : CID1467435 Unintentional integer overflow

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/argo_asf.c