Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (60)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • Demande de création d’un canal

    12 mars 2010, par

    En 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 à (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (6624)

  • avformat/rmdec : when reading audio blocks, dont leave holes when reading fails

    9 janvier 2014, par Michael Niedermayer
    avformat/rmdec : when reading audio blocks, dont leave holes when reading fails
    

    The fate test is changed because the reference file depends on the use of
    non cleared data at the very
    end. Alternatively we could upload a new reference file, though that would
    then have to be changed every time the handling of a truncated frame changes
    or theres a change to error concealment, each time adding a new file ...

    Fixes use of uninitialized memory
    Fixed : msan_uninit-mem_7f3c02b81363_2787_RLG2_19.rm
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/rmdec.c
    • [DH] tests/fate/real.mak
  • fate : Add regression test for Ticket 1239

    1er avril 2016, par Michael Niedermayer
    fate : Add regression test for Ticket 1239
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tests/fate/real.mak
    • [DH] tests/ref/fate/rv20-1239
  • creation of video file with alpha channel/transparency

    3 décembre 2015, par boerfi

    I’m experimenting with a video file with alpha channel.
    Later on the file should be an overlay for another video. It will be merged with another file in real time and saved to another file. But that is not the important point. The problem starts earlier because I can’t even play it.

    The video is a png-encoded Quicktime-file which I cannot play with any video player. WMP, VLC, MPC and ffplay all show various problems which all lead to the problem that the images seem to get decoded too slowly.
    The strange thing is that neither cpu (i7) nor my ssd are on limit but the file isn’t played correctly.

    Since the problem appears with all players I think it’s based on using png in video. I googled but didn’t find a proper way to create a partly transparent video file.
    I tried various methods of exporting (with adobe media encoder) with no result : the file lost its transparency or is running too slow.

    The resulting file which I create with my SDK is correct (video and audio are synchronous and fluid) but it takes 1 minute to render a video of 40 seconds although it works in real time with files without transparency.

    Does anyone know what kind of file I should export that has a minimum resolution of 720p, that is partly transparent and that can be played with ffplay in real time ?
    I would also appreciate any experiences with partly transparent videos which could help me because I couldn’t find any helpful links ?

    Thanks,
    Marius