
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (69)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (7295)
-
src/flac/decode.c : Decode WAVEFORMATEXTENSIBLE_CHANNEL_MASK.
27 avril 2014, par Erik de Castro Lopo -
Converting alpha channel of PNG sequence to Y channel of H265
31 mai 2018, par KrumelurI 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.
-
(FFMPEG) Make areas transparent before overlaying a vid with perspective
3 août 2016, par aaeimI’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.