Advanced search

Medias (91)

Other articles (105)

  • Websites made ​​with MediaSPIP

    2 May 2011, by

    This page lists some websites based on MediaSPIP.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 April 2011, by

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Possibilité de déploiement en ferme

    12 April 2011, by

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus; de pouvoir déployer rapidement une multitude de sites uniques; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

On other websites (11421)

  • Streaming videos in multiple-bitrates without manually creating video files in each bitrate

    5 January 2014, by M.Yazdian

    I want to have a media file that I can stream at multiple bitrates using FFMPEG (for encoding and multiple bitrate generation) and Flash Media Server (for streaming).

    In "LIVE BROADCASTING" ffmpeg made multiple bitrate videos from a single bitrate source but there were no files for the different bitrates. A file would be created for different bitrates when a viewer requested that bitrate streaming video but when a request was terminated the generated file was deleted.

    So I searched in Flash Media Server and found (hds-vod), but in hds-vod I should create one file for every bitrate, for example if I have 2000 videos in my archive with HD quality (1024 kbps) I should make 4 videos with different bitrates from one video and together I have created 10,000 videos.

    So to have 2000 videos in five bitrates (1024k, 760k, 320k, 145k, 64k), and now I have 10,000 videos. I have space for 2000 videos and I don't have free space in my server for 10,000 video files.

    I want to stream "ON-DEMAND" videos in my server and not have the different bitrate files be continually generated like this.

    Does anyone have any advice?

    Thank you

  • Concat videos and add text to them with ffmpeg

    20 December 2022, by Arya

    I have a txt file which contains links to mp4 videos. This videos are concated with ffmpeg.
Is it possible to write some text to each video while concating them?
Could I write the text command in the txt file maybe?

    


    Concating already works, but I can not add text

    


  • What is the best way to stream 360 videos? [closed]

    12 August 2023, by Fornow

    I'm exploring the idea of streaming 360-degree videos through both a website and an application, using a 360-degree camera (such as Insta360 or Ricoh Theta). I understand that the video needs to undergo processes like encoding, transcoding, and saving on a server. Could you please provide guidance on effectively implementing this?