Recherche avancée

Médias (91)

Autres articles (73)

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

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

  • Revision 0ca0c4f6a0 : Remove goldfreq in VP8_COMP goldfreq can be replaced by DEFAULT_GF_INTERVAL. C

    12 juin 2012, par Yunqing Wang

    Changed Paths : Modify /vp8/encoder/onyx_if.c Modify /vp8/encoder/onyx_int.h Modify /vp8/encoder/ratectrl.c Remove goldfreq in VP8_COMP goldfreq can be replaced by DEFAULT_GF_INTERVAL. Change-Id : I3659a9e7b9a6be9cb1952a1838e02c20d656e369

  • Can you Queue Threads or Processes in Python ?

    31 mars 2014, par Jeff

    I have a function that saves files after modifying them (video files being modified by ffmpeg). The function utilizes a binary, calling a sub process on it. The problem I am having is if I call this function two soon after the first run (ie, the first process is still running) the second one will not execute, or it will overwrite the first one.

    I am still new to processes and threads, and I don't want to just have the function create a bunch of threads, as I am afraid this could just get out of hand (unfounded fear ?). How do I get the function to queue up another job and execute it when the binary is free ?

    Code :

    pipe = sp.Popen([ffmpeg_binary,"-i", sample_vid, "-vcodec", "copy", "-acodec", "copy",
                    "-ss", start_time, "-t", end_time, "-sn", output_file_name ])

    The output_file_name variable checks if it exists. If it doesn't exist, it will set the variable equal to the input file name + index +.extension.

  • Révision 102828 : Ticket #3473 : lorsqu’il y a de nombreuses actions à réaliser (activation de 10 ...

    11 février 2017, par marcimat@rezo.net

    des différentes redirections qui sont réalisées. On utilise (tente) la méthode employée par le spip_loader à coup de meta refresh.
    Du coup, les actions sont moins transparentes (s’il y en a plus d’1) : un message avec la dernière action réalisée et le % de progression
    est affiché dans un bloc minipres().