Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (110)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • 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" (...)

Sur d’autres sites (16555)

  • Convert webm to mp4 on with spawn ffmpeg on firebase cloud function returning failed with code 1

    11 novembre 2022, par findev

    In a google cloud function, i'm trying to convert a donwloaded .webm file from cloud storage to .mp4 format with this code

    


    var mp4FilePath = path.join(os.tmpdir(), mediaId+'.mp4')
await spawn('ffmpeg', [
    '-i',
    downloadedFilePath,
    '-c copy',
    mp4FilePath,
]); 


    


    I keep receiving the following error

    


    Error: `ffmpeg -i /var/folders/h2/p35j0p3s4zq9ktyqhdx3qb9h0000gn/T/ghE1HQP1x9m2XLaxEx43_raw.webm -c copy /var/folders/h2/p35j0p3s4zq9ktyqhdx3qb9h0000gn/T/test.mp4` failed with code 1


    


    I'm able to create thumbnails so the source file is downloaded correctly.

    


  • aac : Rework extradata parsing code

    12 avril 2018, par Vittorio Giovara
    aac : Rework extradata parsing code
    

    - enable the parsing code
    - use the new buffer instead of replacing the context one
    - do not push/pop configuration, just discard the exiting one
    - propagate errors correctly

    • [DH] libavcodec/aacdec_template.c
  • libavformat/mux : Fix mixed delarations and code

    27 juin 2019, par Andreas Rheinhardt
    libavformat/mux : Fix mixed delarations and code
    

    This commit fixes mixed declarations and code introduced in 1889e316.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/mux.c