Recherche avancée

Médias (91)

Autres articles (42)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • 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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (6775)

  • How to leverage NativeClients ports in new applications ?

    8 septembre 2015, par user1634494

    The specific NaCl port I would like to leverage in my NaCl project is ffmpeg. I know that the port exists and I can download the port from here
    but how do I actually use it.

    I have used ffmpeg in its normal command line setting, but I do not even know where to begin if I want to use it in a native client application. I have searched everywhere and there does not seem to be any information on how to do so.

    Any help on getting ffmpeg running with native client would be greatly appreciated.

  • How to make multiple edits to a single video file, and then encode once in ffmpeg ?

    4 juin 2022, par Edesem

    I simply want to be able to do actions such as trimming videos and concatenate videos possibly mulitples times for one video file without encoding each time, and then finally at the end encode once. This would be similar to how normal video editors work where you can make all the edits first and then encode at the end ?

    


    Is this possible ? Alternatives ? Currently it is very inefficient and bad for quality that if I want to cut out some parts of a video I have to wait for it to reencode and then do the next edit one after the other.

    


    Thank you.

    


  • iOS FFMpeg video stream plays in fast motion for 1-2 sec

    6 août 2015, par bipin kumar

    I have a video feed app in which FFmpeg library is used to show the video from rtsp server, after buffering a stream the stream plays in fast motion for a short while (1-2 seconds) and then plays at normal speed.