Recherche avancée

Médias (1)

Mot : - Tags -/graphisme

Autres articles (44)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (12225)

  • avformat/movenc : don't use mono layout when a front center label is expected

    28 mars 2022, par James Almer
    avformat/movenc : don't use mono layout when a front center label is expected
    

    On output streams where a multichannel stream needs to be stored as one track
    per channel, each track will have a channel layout describing the position of
    the channel they contain. For the track with front center, the mov muxer was
    using the mov layout "mono" instead of the label for the front center position.

    Since our channel layout API considers front center == mono, we need to do some
    heuristics. To achieve this, we make sure all audio tracks contain streams with
    a single channel, and only one of them is front center. In that case, we write
    the front center label instead of signaling mono layout.

    Fixes the last part of ticket #2865

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/movenc.c
    • [DH] libavformat/movenc.h
  • avfilter/drawtext : Add basic text shaping using libfribidi

    21 juin 2014, par Marc Jeffreys
    avfilter/drawtext : Add basic text shaping using libfribidi
    

    Fixes ticket #3758

    Reviewed-by : Andrey Utkin <andrey.krieger.utkin@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] Changelog
    • [DH] RELEASE_NOTES
    • [DH] configure
    • [DH] doc/filters.texi
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_drawtext.c
  • Set up basic Batch or Node.JS prompts for FFMPEG ?

    18 août 2016, par ErraticFox

    I have some game clips from Nvidia shadow play that I like to casually shorten and / or turn them into webms or keep them as mp4s. I use the same ffmpeg line for them. I do slightly change the line because of the input file, start time, and output file.

    How could I set up something like a batch file (I was thinking maybe node as well) where it just asks for the input file, start time, and output file ?

    The current ffmpeg command line I use is like this :
    ffmpeg -i desktop.mp4 -ss 00:01:50 -b 900000 -vf scale=640:trunc(ow/a/2)*2 output.webm