Recherche avancée

Médias (0)

Mot : - Tags -/médias

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (31)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • 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 ;

Sur d’autres sites (4172)

  • Documentation #3972 : template variants and possible bug ?

    6 juillet 2017, par Kamran Mir Hazar

    I have SPIP 3.1.6 [23444].

    On Thu, Jul 6, 2017 at 8:20 PM, <> wrote :

    La demande #3972 a été mise à jour par nico d_.

    Hi,
    which version of SPIP are you using ?


    Anomalie #3972 : template variants and possible bug ?

    Auteur : Kamran Mir Hazar
    Statut : Nouveau
    Priorité : Normal
    Assigné à :
    Catégorie :
    Version cible :
    Resolution :
    Navigateur :

    Hello,
    The following template variants do not work for me :
    I have section number 101, with articles in fa and en languages in it.
    I have also files article.html for the main site’s language which is fa, and
    article.en.html for the en language articles. Both work fine in general. I
    created two other variants to apply articles in section 101 with two
    separate languages. They are : article=101.fa.html and article=101.en.html .
    SPIP ignores these two variants and proceeds article.html for fa language
    articles, and article.en.html for en language articles in section 101, like
    the other sections. I added also article=101.html to see if it works, but
    didn’t.
    I asked this in French and English mailing lists, but couldn’t find any
    solution.
    Thank you
    Kamran

    PS : I tried based of the following article :
    https://www.spip.net/en_article4363.html


    Vous recevez ce mail car vous êtes impliqués sur ce projet.
    Pour changer les préférences d’envoi de mail, allez sur
    http://core.spip.org/my/account

  • Any solution to convert .yuv file to h264 file on Mac ?

    27 juin 2014, par piaChai

    I want to develop an app for mac which can record the current screen.But now I have trouble on not knowing how to encode .yuv file I got from CGImage.Somebody told me to encode with x264 or ffmpeg,I am not sure if these are the right choice for OS X development.If anyone has any experience in doing this,I really appreciate that you could tell me.Thanks.

  • Unknown encoder libvpx [duplicate]

    2 juin 2016, par Justin Tullock

    This question already has an answer here :

    I’m trying to convert gif to webm files. I use

    ffmpeg -i gif.gif -c:v libvpx -crf 12 -b:v 500K webm.webm

    which tells me Unknown encoder ’libvpx’

    But when I search libvpx, this is the output

    ========================= N/S matched: libvpx==========================
    libvpx-devel.i686 : Development files for libvpx
    libvpx-devel.x86_64 : Development files for libvpx
    libvpx.i686 : VP8 Video Codec SDK
    libvpx.x86_64 : VP8 Video Codec SDK
    libvpx-utils.x86_64 : VP8 utilities and tools

    So I did compile ffmpeg with libvpx correctly ? Or did I miss something ? Thank you for your help.