Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (86)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

Sur d’autres sites (13513)

  • FFMPEG - Overlaying video with transparency, alpha has strange threshold

    3 novembre 2016, par tanker_

    I’m attempting to overlay an Apple ProRes 4444 video with a alpha/transparency onto a normal video. However, upon inspecting the final output from FFMPEG, compared to the same files overlaid on top of one another and rendered in Final Cut Pro, there is a discrepancy in how they render the edges around the object.

    Screenshot comparison.

    Additional closeup.

    Here is my input :

    ffmpeg \
       -i background.MOV -x264opts colormatrix=bt709 \
       -i alpha_object.MOV -x264opts colormatrix=bt709 \
       -filter_complex " \
           [0:v]setpts=PTS-STARTPTS, scale=1920x1080[top]; \
           [1:v]setpts=PTS-STARTPTS, scale=1920x1080, \
                colorchannelmixer=aa=1.0[bottom]; \
           [top][bottom]overlay=shortest=1" \
       -vcodec libx264 -qp 15 -an -shortest output.MOV

    Any idea what could be wrong ? Is there a option within FFMPEG’s available filters that I’m missing ?

    All files are ingested and rendered in 1920x1080.

  • Where can I find a C/C++ FFmpeg extensive tutorial ?

    22 février 2021, par ticofab

    I want to use ffmpeg (in its c library form) to split a video in more parts, recompose them and encode the final result. Something basic. But it's very difficult to find documentation or hints about this. Where should I look/ask for advice ?

    


  • Where can I find a C/C++ FFmpeg extensive tutorial ?

    5 janvier 2013, par fabio

    I want to use ffmpeg (in its c library form) to split a video in more parts, recompose them and encode the final result. Something basic. But it's very difficult to find documentation or hints about this. Where should I look/ask for advice ?