Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (84)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (11637)

  • Quickly check the integrity of video files inside a directory with ffmpeg with windows

    6 septembre 2022, par Mathias Nervik

    I am checking the integrity of a lot of video files from a directory. I found this question (for Ubuntu). My question is what the code would be if I wanted to do the same on my Windows machine.

    



    ffmpegBin-folder: /downloads/ffmpeg/bin&#xA;<br />&#xA;videoSource-folder: /downloads/ffmpeg/videos&#xA;<br />&#xA;error-Folder: /downloads/ffmpeg/error&#xA;

    &#xA;&#xA;

    When I do it with every single file instead of for the whole directory, I use the folowing code :

    &#xA;&#xA;

    bin\ffmpeg.exe -v error -i videos\fileName.mp4 -f null - >error\fileName.log 2>&amp;1

    &#xA;&#xA;

    PS. All the videos have the ".mp4" extension, but preferably I would like to fetch all the files despite them having different extension.

    &#xA;

  • Quickly check the integrity of video files inside a directory with ffmpeg with windows

    20 avril 2017, par Mathias Nervik

    I am checking the integrity of a lot of video files from a directory. I found this question (for Ubuntu). My question is what the code would be if I wanted to do the same on my Windows machine.

    ffmpegBin-folder: /downloads/ffmpeg/bin
    <br />
    videoSource-folder: /downloads/ffmpeg/videos
    <br />
    error-Folder: /downloads/ffmpeg/error

    When I do it with every single file instead of for the whole directory, I use the folowing code :

    bin\ffmpeg.exe -v error -i videos\fileName.mp4 -f null - >error\fileName.log 2>&amp;1

    PS. All the videos have the ".mp4" extension, but preferably I would like to fetch all the files despite them having different extension.

  • Revision 86a89d740e : vp9_svc_layercontext : Clean up function definition mismatch. vp9_is_upper_layer

    8 mai 2014, par Tom Finegan

    Changed Paths :
     Modify /vp9/encoder/vp9_svc_layercontext.c



    vp9_svc_layercontext : Clean up function definition mismatch.

    vp9_is_upper_layer_key_frame() definition does not match declaration—
    it was missing the second const.

    Change-Id : I71312579eb443be1924b8b06d8b3177c3dcb40f3