Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (67)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • 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" ;

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (8456)

  • matroskadec : export cover art correctly

    3 avril 2015, par wm4
    matroskadec : export cover art correctly
    

    Generally, libavformat exports cover art pictures as video streams with
    1 packet and AV_DISPOSITION_ATTACHED_PIC set. Only matroskadec exported
    it as attachment with codec_id set to AV_CODEC_ID_MJPEG.

    Obviously, this should be consistent, so change the Matroska demuxer to
    export a AV_DISPOSITION_ATTACHED_PIC pseudo video stream.

    Matroska muxing is probably incorrect too. I know that it can create
    broken files with an audio track and just 1 video frame when e.g.
    remuxing mp3 with APIC to mkv. But for now this commit does not change
    anything about muxing, and also continues to write attachments with
    AV_CODEC_ID_MJPEG should the muxer application have special knowledge
    that the Matroska is broken in this way.

    Fixes trac #4423.

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

    • [DH] libavformat/matroska.c
    • [DH] libavformat/matroska.h
    • [DH] libavformat/matroskadec.c
    • [DH] libavformat/matroskaenc.c
  • Can i add solid background with center text in video as ending screen using ffmpeg ?

    21 mai 2019, par Payal Pipalva

    I would like to create a video consisting of some text. The background should just be some color, I have already one video, In that i want to add solid background with text as just ending screen, but cant find anywhere how this could be done without a photo, just using text to create such video.

    Can you help me ? Thanks in advance

  • Android Studio - add background to transparent GIF and export to new GIF file (FFMpeg ?)

    21 avril 2019, par user10969667

    How to export the current android view that contains background image + transparent GIF into a new GIF file ? FFmpeg can do it ?

    With FFmpeg I can do these steps :
    1. Convert GIF to video
    2. Add background to video
    3. Convert video to GIF

    is there a simpler way ? what is the performance to working with FFmpeg library ?
    I never work with it before.

    Please help !