Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (48)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

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

  • Convert and download m3u8 to mp3 in Android [on hold]

    27 novembre 2017, par Guru

    I wanted to download mp3 and mp4 file from an available m3u8 file in Android. So I used the ffmpeg library to do the work.Thanks to AmirHadifar

    Using the ffmpeg method I am able to download the mp4 file

    ffmpeg -i in.m3u8 -acodec copy -bsf:a aac_adtstoasc -vcodec copy out.mp4

    Using this same code I am unable to download the mp3 from m3u8 file. Can someone point me to the proper way to download the mp3 file from m3u8 using ffmpeg

  • avcodec/decode : always free private_ref

    11 novembre 2017, par Timo Rothenpieler
    avcodec/decode : always free private_ref
    

    There is no reason to keep this intact when decoding failed, specially
    as private_ref is supposed to always be NULL when a frame is returned to
    the user.

    • [DH] libavcodec/decode.c
  • wmavoice : free frame before ff_get_buffer

    11 novembre 2017, par Timo Rothenpieler
    wmavoice : free frame before ff_get_buffer
    

    synth_superframe can be called twice per call to decode_packet.
    It is not fully clear if calling ff_get_buffer on the same frame twice
    is supported, so unref the frame first to be save.

    • [DH] libavcodec/wmavoice.c