Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (54)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

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

  • avfilter/af_afir : remove extra space in the header inclusion guards

    10 mai 2017, par James Almer
    avfilter/af_afir : remove extra space in the header inclusion guards
    

    Fixes fate-source.

    • [DH] libavfilter/af_afir.h
  • Ffmpeg Ignore stream if it doesn't exist

    14 juillet 2017, par Martin Dawson

    I’m using ffmpeg to convert files to .mp3 and extract cover images from the metadata.

    This works fine for files that have cover images, files that don’t throw the error :

    Output #1 does not contain any stream

    ffmpeg -i kalimba.mp3 -y test.mp3 -acodec copy test.jpg

    How can I tell ffmpeg to just ignore streams if they don’t exist and continue converting to .mp3 if no cover image exists in the metadata ?

  • rmdec : don’t ignore the return value of av_get_packet()

    12 juillet 2017, par Sean McGovern
    rmdec : don’t ignore the return value of av_get_packet()
    
    • [DBH] libavformat/rmdec.c