Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

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

Sur d’autres sites (12608)

  • avformat/utils : move side data merge after parser

    21 novembre 2013, par Michael Niedermayer
    avformat/utils : move side data merge after parser
    

    merging before the parser can conflict with the parser, also
    future changes depend on it being done later

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

    • [DH] libavformat/utils.c
  • What is the built-in microphone device for use with ffmpeg in OS X Mavericks

    5 janvier 2014, par tobinjim

    I will need to migrate a machine from 10.6.8/Podcast Producer to 10.9 in the near future. We were using the ad-hoc feature of Podcast Producer to record audio and then using ffmpeg to convert that to formats on our web server.

    The only Internet search I've come up with results pertinent to recording on a Mac have the command line argument to ffmpeg giving the input as hw:0,0,1 — which when I try that gives an error from ffmpeg that "hw:0,0,1 : No such file or directory"

    I have tried looking through the output of ioreg, grepping for audio, but frankly don't understand which item I'd use, nor how to refer to it.

  • avconv : make output -ss insert trim/atrim filters.

    10 avril 2013, par Anton Khirnov
    avconv : make output -ss insert trim/atrim filters.
    

    This makes output -ss sample-accurate for audio and will allow further
    simplication in the future.

    • [DBH] Changelog
    • [DBH] avconv.c
    • [DBH] avconv_filter.c