Recherche avancée

Médias (0)

Mot : - Tags -/flash

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (51)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Les notifications de la ferme

    1er décembre 2010, par

    Afin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
    Les notifications de changement de statut
    Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
    À la demande d’un canal
    Passage au statut "publie"
    Passage au (...)

Sur d’autres sites (6311)

  • Revision fa5f0986511c978e088621c85729962e7bcb9e40 : Autres ereg/split très gênants en 1.9.2 sur PHP 5.3 git-svn-id : ...

    3 décembre 2009, par Committo,Ergo:sum — Log

    Autres ereg/split très gênants en 1.9.2 sur PHP 5.3 git-svn-id : svn ://trac.rezo.net/spip/branches/spip-1.9.2@14775 caf5f3e8-d4fe-0310-bb3e-c32d5e47d55d

  • Split mp4 in chunks and stream to the browser ?

    17 avril 2024, par Paul

    I have a regular mp4 file which I need to store into smaller chunks in separate locations, what's the proper way of splitting the file and then have the browser be able to play it by requesting chunks ?

    


    I'm a bit confused about segments and fragments, can I do all of this with a single ffmpeg command ? Something to split the file into 10s chunks and then still be able to stream it in the video tag by appending to the MediaStream buffer ?

    


  • FFmpeg : How do I split a 100GB MP4 file into several 1GB files ?

    8 janvier 2016, par Zopiro

    I’ve tried using the -fs switch, but it only creates a single file. The -f segment option allows me to use the -segment_time option, but that only limits the video duration, not its size.

    So, suppose I want to use ffmpeg to split a 100GB MP4 file into several 1GB MP4 files, what’s the switch ?