Recherche avancée

Médias (91)

Autres articles (76)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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 (6756)

  • Apply a command for each file in a folder using Windows batch script

    29 avril 2014, par Dobbo1989

    I am trying to figure out how to create a script that will take all video files in a folder videos*.* and then use ffmpeg on each one and output the files to converted*.mp4 where the filenames are the same.

    However, I can’t figure out how to get the for loop working, so that I can extract the name and extension type of file I am processing.

    for %%f IN (videos\*.*) DO (convert.bat %%f)

    convert.bat

    ffmpeg.exe -i %1 -f mp4 converted\%~n.mp4

    I have tried both with and without double quotes. However, it won’t recognise the file.

  • Enable inline asm in intel compiler on windows.

    3 mai 2014, par Matt Oliver
    Enable inline asm in intel compiler on windows.
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
  • how to build library file for FFMPEG on windows 64 bit ?

    7 mai 2014, par vinoth

    i’m trying to separate audio and video from video file after surfing in internet i came to know it can done using FFMPEG.Now i need to build FFMPEG library file for my android application but most of the sites show for ubuntu,Linux but i’ve to go on with windows 7 on 64 bit.

    here is the link i got for windows

    Does anyone find this useful ? - Compiling FFMPEG on Windows with Cywin and NDK r5 but it’s old version using of 32 bit.Here i want to use NDK R9 or advanced version if some have any idea about this please help me guys.