Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (18)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (4156)

  • Revision 5724b7e292 : yv12extend : name variables consistently - s|source -> src - dest -> dst - use v

    23 août 2013, par James Zern

    Changed Paths :
     Modify /vpx_scale/generic/yv12extend.c



    yv12extend : name variables consistently

    - s|source -> src
    - dest -> dst
    - use verbose names in extend_plane dropping the redundant comments

    + light cosmetics :
    - join a few lines / assignments
    - drop some unnecessary comments & includes

    Change-Id : I6d979a85a0223a0a79a22f79a6d9c7512fd04532

  • avisynth AverageLuma() function equivalent in ffmpeg libraries ?

    3 novembre 2013, par KG6ZVP

    I am working on implementing some software to analyze videos and would like to transition the project from avisynth to libavformat/libavcodec.

    The Problem : I would like to seek through every frame in a given input video, detect black frames and write that list to a file. Is there a function which would allow me to get the light level of the current frame ? I realize that I may have to implement such a function myself, but as of now, I don't even know where I could collect the information on individual pixels in each frame to start that analysis. Help is greatly appreciated !

  • FFmpeg - ANR on large files when mixing video and audio

    8 août 2019, par spaceman12

    This command

    ffmpeg -i video.webm -i audio.m4a -c copy output.mkv

    will always produce an ANR error in android at the end of the conversion for any large files, say greater than 700mb.

    The ANR error is produced only at the finishing end of the conversion process after the output has been successfully generated, not in the middle or at the beginning etc.

    So I suspect it has got to do with some I/O stuff at the end.
    Can someone please shed some light into this, and help eliminate this ANR problem ?