Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (109)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (10602)

  • lavc/libutvideoenc : Cast an unsigned constant to int.

    12 mai 2016, par Carl Eugen Hoyos
    lavc/libutvideoenc : Cast an unsigned constant to int.
    

    Fixes the following warning / error :
    libavcodec/libutvideoenc.cpp:281:1 : warning : narrowing conversion of ‘3221258240u’ from ‘unsigned int’ to ‘int’ inside is ill-formed in C++11 [-Wnarrowing]

    Fixes ticket #5542.

    • [DH] libavcodec/libutvideoenc.cpp
  • After Effects as backend movie engine ?

    8 août 2014, par jarasss

    I’m working right now on a project that could allow me to generate movies based on the user input. User will upload some samples (photos, movies) to the web app and web server should generate movie based on that input and some predefined movie compositions.

    I know that there are plenty of libraries for ffmpeg that could let me connect movies, photos programmatically (for example https://github.com/schaermu/node-fluent-ffmpeg for node.js) , but I was wondering if it’s possible to use Aftereffects for that purpose since I have some knowledge in that software. I imagine that there should be set of scripts in Aftereffects that could import user uploaded data, fire the movie renderer and save output to the given location.

    Do you think this is achievable using Aftereffects ? Or maybe someone had similar problem and solved that differently ?

    Cheers !

  • lavfi/signalstats : Cast the return value of AV_RN16() to int.

    11 décembre 2018, par Carl Eugen Hoyos
    lavfi/signalstats : Cast the return value of AV_RN16() to int.
    

    It is unsigned at least on arm, fixes the following warnings :
    libavfilter/vf_signalstats.c:833:21 : warning : taking the absolute value of unsigned type 'unsigned int' has no effect
    dify += abs(yuv - AV_RN16(prev->data[0] + pw + i * 2)) ;

    • [DH] libavfilter/vf_signalstats.c