Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (9708)

  • Online Server with Local Storage + FFMPEG

    25 mars 2014, par user2876479

    I'm making a website that uses videos from local hard disk as well as online.

    The website will be online and all the infos are pulled from online server & online database. But videos are pulled from local harddisk if found locally, otherwise pulled from online server. Is this possible ?

    BTW, planning to host it in hostgator with normal account.

    Also, I'm converting high res videos into low res with ffmpeg using exec.

    Does anybody using this website has to install local server like wamp and ffmpeg in their local system to get all these features ?

    SORRY I'M NEW TO WEB DEVELOPMENT. MY QUESTIONS MAY BE FUNNY. BUT I'M LEARNING.

  • ffprobe : allow side-data selection by element

    31 janvier 2022, par Gyan Doshi
    ffprobe : allow side-data selection by element
    

    At present, side data printing forces display for all levels i.e.
    stream, packets and frames. This can bloat output and also force
    decode of all frames in selected streams.

    Now, stream_side_data[=type], packet_side_data[=type] &
    frame_side_data[=type] can be used with -show_entries to specify carrier
    element.

    • [DH] fftools/ffprobe.c
  • generate mpeg dash segments in specific directory using FFMPEG

    30 novembre 2023, par hegazy

    I need to generate mpeg dash mpd file and m4s chunks files for streaming which is working perfectly.

    


    The issue is the segments parts (.m4s files) generated in the app directory (ignoring the output .mpd file location) which restricted by the server, and any generated file should be generated only in specific location.

    


    so is there a way to specify the segments location using ffmpeg ?