Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (108)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (17609)

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

    12 août 2023, par 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 ?

    


  • Concat videos and add text to them with ffmpeg

    20 décembre 2022, par 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

    


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

    5 janvier 2014, par 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