
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (45)
-
Emballe médias : à quoi cela sert ?
4 février 2011, parCe 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" ; -
Supporting all media types
13 avril 2011, parUnlike 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 (...)
-
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 à (...)
Sur d’autres sites (2326)
-
libswscale : fix compiler warnings enumerated type mixed with another type
14 mars 2015, par Himangi Saraogi -
Cannot invoke initializer for type ’UnsafeMutablePointer’ with an argument list of type ’(Int32 ?)’
28 mars 2018, par Law GimenezI am trying to implement some methods and pointers of ffmpeg to Swift but converting it to Swift is a little complex. What does this error mean ?
Cannot invoke initializer for type ’UnsafeMutablePointer’ with an argument list of type ’(Int32 ?)’ ?
Code is below
let pictureFrameData = av_malloc(Int(numBytes))
var test = frame?.pointee.linesize.0.
av_image_fill_arrays(UnsafeMutablePointer(frameRGB?.pointee.data.0),
UnsafeMutablePointer<int32>(frame?.pointee.linesize.0)!,
pictureFrameData,
frameRGB?.pointee.format,
frameRGB?.pointee.width,
frameRGB?.pointee.height,
1)
</int32>the error is at this line
UnsafeMutablePointer<int32>(frame?.pointee.linesize.0)</int32>
-
Revert "avcodec/h2645 : allocate film grain metadata dynamically"
25 octobre 2024, par James AlmerRevert "avcodec/h2645 : allocate film grain metadata dynamically"
AVFilmGrainAFGS1Params, the offending struct, is using sizeof(AVFilmGrainParams)
when it should not. This change also forgot to make the necessary changes to the
frame threading sync code.
Both of these will be fixed by the following commit.H274FilmGrainDatabase will be handled later.
This reverts commit 08b1bffa49715a9615acc025dfbea252d8409e1f.
Signed-off-by : James Almer <jamrial@gmail.com>