Recherche avancée

Médias (91)

Autres articles (43)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • MediaSPIP Init et Diogène : types de publications de MediaSPIP

    11 novembre 2010, par

    À l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
    Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
    Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...)

Sur d’autres sites (4682)

  • I can't use ffmpeg loudnorm filtter

    27 mai 2019, par imQ

    I want to use FFmpeg loudnorm filter, so I build FFmpeg library on my Android Studio project.But its output file just has 0 byte.
    How can I use it ? And how can I get correct output file ?
    ( If I use ’volume’ filter, I can get correct output file. ’Loudnorm’ filter make me crazy)

    ffmpeg.excute(command,new ExecuteBinaryResponseHandler())

    command = new String[]{"-i",original_path,"-af", "loudnorm=I=-15:TP=-2:LRA=11:print_format=none","-f",dest.getAbsolutePath()};
  • The application was unable to start correctly (0xc000a200). Click OK to close the application

    18 février 2016, par Babak

    I have installed openCv and ffmpeg library on visual studio 2013 & windows 10. I had configured all of dll, lib and include setting.
    The language of ffmpeg library is c and my program language is C++. When I run my program, it spills out the following error
    The application was unable to start correctly (0xc000a200). Click OK to close the application
    I have set the /APPCONTAINER : NO option to the linker command line but this error message apparent yet.

  • ffmpeg_opt : expand format for strftime

    20 janvier 2015, par Christophe Gisquet
    ffmpeg_opt : expand format for strftime
    

    While the shortened format specifiers are valid C99 ones, they are
    not supported by e.g. some Visual Studio runtimes (and thus mingw).

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

    • [DH] ffmpeg_opt.c