Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (47)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • 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

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

  • Infrequent ffmpeg in Google Cloud

    17 février 2020, par suztomo

    Which service should I use for my Go program that runs ffmpeg in Google Cloud Platform ?

    The Go program downloads videos from my Google Cloud Storage and runs ffmpeg command to combine them into 5 minutes mp4 file. I use this program only around 10 times in a month.

    I thought of using a compute instance with GPU to get fast ffmpeg processing. However, because of infrequency of the invocation, I don’t want to run the pricey GPU instance for all the time. Cloud Run does not seem to support GPU.

    What service would you choose for such workload ?

  • lavc/pthread_frame : protect read state access in setup finish function

    11 janvier 2017, par Clément Bœsch
    lavc/pthread_frame : protect read state access in setup finish function
    
    • [DH] libavcodec/pthread_frame.c
  • avcodec/sheervideo : Don't leave context in inconsistent state upon error

    10 octobre 2020, par Andreas Rheinhardt
    avcodec/sheervideo : Don't leave context in inconsistent state upon error
    

    This has happened if the format changed midstream and if the new packet
    is so small that it is instantaneously rejected : In this case the VLC
    tables were for the new format, although the context says that they are
    still the ones for the old format. It can also happen if the format
    changed midstream and the allocation of the new tables fails. If the
    next packet is a packet for the old format, the decoder thinks it
    already has the correct VLC tables, leading to a segfault.

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

    • [DH] libavcodec/sheervideo.c