Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (66)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • Revision 2fa9e9e227 : Fix the frame parallel invalid file test failure on ARM. There is a corner case

    9 février 2015, par hkuang

    Changed Paths :
     Modify /test/vp9_frame_parallel_test.cc


     Modify /vp9/vp9_dx_iface.c



    Fix the frame parallel invalid file test failure on ARM.

    There is a corner case that when a frame is corrupted, the following
    inter frame decode worker will miss the previous failure. To solve
    this problem, a need_resync flag needs to be added to master thread
    to keep control of that.

    Change-Id : Iea9309b2562e7b59a83dd6b720607410286c90a6

  • FFMPEG convert from .mov to .webm - "Unable to find suitable output for vp8"

    21 juin 2018, par G. Threepwood

    I need a transparent video for unity and the only solution I found is with a .webm.

    a couple of moths ago I used this :

    ffmpeg -i input.mov -c:v libvpx -minrate 10M -maxrate 10M -b:v 10M -c:a -vcodec vp8 -pix_fmt yuva420p -metadata:s:v:0 alpha_mode="1" output.webm

    but now it give me this error :

    Unable to find suitable output for vp8

    Vp8 invalid argument

    I don’t know ffmpeg so I can’t change the command.
    Are there errors or I miss some codec ?

  • How to build + include FFMPEG into an existing Android project

    20 janvier 2015, par SteveEdson

    I’ve found multiple questions and tutorials regarding FFMPEG, but I don’t seem to understand most of them. All of the guides I have read, miss out large gaps and don’t tend to explain things.

    I have an existing Android app that streams audio using a third party library called AAC Decoder. For various reasons, I need to switch to use FFMPEG, but cannot figure out how. I have managed to follow guides to build FFMPEG, but then I don’t understand what I am supposed to do with the output.

    My app needs to stream audio only, from a remote URL. The streams can be in a variety of formats.

    If anyone could link me to some comprehensive, detailed guides, or provide me with instructions, it would be great.

    Thanks.