Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (76)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

Sur d’autres sites (9278)

  • combine three videos between specific time using ffmpeg

    9 décembre 2014, par Krisi

    I have a situation where I want to combine 3 videos

    The first video (guide.mp4) is the guide and the other 2 are small pieces that need to go inside the "guide"

    In a graphical manner, I have the following

    |         .---1.mp4---.                            .-----2.mp4-----.    |
    |---------+-----------+------------guide.mp4-------+---------------+----|
    0s        4s          9s                          18s             25s   28s

    the 1.mp4 and 2.mp4 will cover the guide between these times.
    the videos are of same size and all are .mp4 files

    I am pretty sure that this is covered, but I looked a lot, but since I myself am not good in english, I dont know how I could possibly look it up with success...

    Thanks in advance.

  • Late reading with FFMPEG

    22 décembre 2016, par Robet Kuruzo

    I have 1 source broadcast.
    2 ffmpeg is connecting to this source.
    But 1. ffmpeg needs to read another 7 seconds later.
    How can i achieve this.
    (I do not know english very well)

    enter image description here

  • batch file for encoding videos with ffmpeg - "variable" : %%a

    8 juin 2015, par labrat

    what is the meaning of ’%%a’ and ’%% na’ in this expression : http://www.pasteall.org/58875 ?

    for %%a in ("*.*") do ffmpeg -i "%%a" "newfiles\%%~na.mp4"pause

    I want to batch encode a couple of video files. all are in the same folder with nothing else in it. I found explanations which tell that it is a variable. but for what does a variable like this stand ?

    working on win 7 ult 64bit.