Advanced search

Medias (91)

Other articles (27)

  • List of compatible distributions

    26 April 2011, by

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Publier sur MédiaSpip

    13 June 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

  • Les statuts des instances de mutualisation

    13 March 2010, by

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

On other websites (4568)

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

    3 December 2009, by 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 April 2024, by 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 January 2016, by 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?