Recherche avancée

Médias (91)

Autres articles (106)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

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

Sur d’autres sites (9203)

  • Automatic save Printscreen video

    18 février 2014, par Erik Van de Ven

    I would like to save a screenshot of a video, as thumbnail image, as soon as someone uploads a video. They told me this is only possible on Windows servers. But now I read something about http://www.ffmpeg.org/download.html. It looks like it creates the possibility to do the same on Linux, is that possible ?
    And does someone have experience with this ?

  • ffmpeg : save an mp3 part repeated 3 times

    25 novembre 2013, par Re Maden
    ffmpeg -ss 20s -t 30 -i original.mp3 -acodec copy output.mp3

    This command is cutting 30 seconds of an mp3 file and i also want to repeat the 30s loop 3 times and save to the output.mp3
    Is there anyway to do this in ffmpeg ?

  • ffmpeg : save an mp3 part repeated 3 times

    10 juin 2021, par Re Maden
    ffmpeg -ss 20s -t 30 -i original.mp3 -acodec copy output.mp3


    



    This command is cutting 30 seconds of an mp3 file and i also want to repeat the 30s loop 3 times and save to the output.mp3 
Is there anyway to do this in ffmpeg ?