Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (41)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (6928)

  • (FFMPEG) Make areas transparent before overlaying a vid with perspective

    3 août 2016, par aaeim

    I’m trying to add perspective to a small video then overlay it on top of an other.

    So far I can make the video small, add perspective to it and overlay it to an other video. but after applying the perspective filter, the excess areas don’t turn transparent, they just stretch out the pixels.

    the perspective filter doesn’t have much documentation but as far as i could find out there was no way of setting the extra pixels to transparent.

    So I’m guessing ill need to apply some kind of alpha mask, to the desired area ?

    this is the command I’m using for perspective :

    ffmpeg -i /synced_folder/testvid.mp4 -vf perspective=0:0:W:H/4:0:H:W:3*H/4:0:1:0 /synced_folder/output5.mp4

    Don’t think it matters but I’m running ffmpeg on a VM with centOS.

    This is a SS of how the result looks like :

  • Converting alpha channel of PNG sequence to Y channel of H265

    31 mai 2018, par Krumelur

    I have a video renderer that expects two H265 streams (YUV420) and I need to bake them to have one of them form an alpha mask to the other one. This is all solved and works well, however if I follow the instructions here :
    ffmpeg splitting RGB and Alpha channels using filter
    the alpha channel is slighly off. My hypothesis is that this is due to the alpha channel being scaled through the RGB->YUV matrix.

    The input is a sequence of PNG files, the output is two MKV files.

    The question is then : How can I tell FFmpeg to “reinterpret” the alpha channel as the Y channel without touching the pixel data ? Ideally by producing both MKV:s in one command line as shown in the other question, but at least without rewriting the source files.

  • src/flac/decode.c : Decode WAVEFORMATEXTENSIBLE_CHANNEL_MASK.

    27 avril 2014, par Erik de Castro Lopo
    src/flac/decode.c : Decode WAVEFORMATEXTENSIBLE_CHANNEL_MASK.
    

    When decoding, read the contents of the WAVEFORMATEXTENSIBLE_CHANNEL_MASK
    tag and write write the channel mask to the WAV file.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/flac/decode.c