Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (36)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (6273)

  • FFMPEG pull only english audio unless no english then copy all audio

    21 mars 2021, par Lee

    This is doing my nut in !! lol

    


    I am trying to pull only english audio unless there is no english in which case i just want to leave it as it is - I am converting to ac audio as well and copying subs. Put yeah i just want to say pull only english unless there is no english in which case copy all audio.

    


    So I am using this -copy_unknown -map v -map m:language:eng ? -c:v copy -c:s srt -ac 2

    


    So it works and pulls english if there is one, but if there isn't it looses all audio.

    


    Help lol

    


    The copy unknown doens't work either - unknown language audio gets left out too

    


    Thanks
Chezzy

    


  • Core : assign rules to contenteditable via `.validate()` and `.rules()…

    14 février 2017, par Arkni
    Core : assign rules to contenteditable via `.validate()` and `.rules()` (#1947)
    

    Fixes #1946

  • Set delay when create gif from pictures with FFMPEG + Transparent pictures + Organization

    16 mai 2019, par Hobyrr

    I’m trying to create a GIF from pictures, then I’ve three questions.

    Actually, this command works fine :

    -framerate 2 -i /data/data/com.example.apptest_ffmpeg_24/pic/%03d.jpg /data/data/com.example.apptest_ffmpeg_24/files/out3.gif

    But, i want to set a real delay between each picture, not make a random frame rate, is there any solution ?

    Well, i tried to add pictures with transparent background, but they just weren’t add to the GIF, like they don’t exist. Any solution ?

    Last question ! To create a GIF, i have to add all pictures in the same folder, with a regex names ( here %03d.jpg : 001.jpg, 002.jpg, etc...). Is there any solution to just pass a list of pictures in the command ?

    Thank you for your help !