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 (100)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • Split videos into five segment using ffmpeg

    20 janvier 2019, par RJFF

    I have 10000 videos and I want to split each video into five segments

    I know previously how to segment video using ffmpeg but I do not know how to use it with a large number of videos

    the names of videos are :
    1.avi,
    2.avi,
    3.avi,
    .......
    .....,
    10000.avi

    I want to use for loop with ffmpeg
    can you please help me ?!!!!

  • Split videos into segments using ffmpeg

    21 janvier 2019, par RJFF

    I have 10000 videos and I want to split each video into five segments

    I know previously how to segment video using ffmpeg but I do not know how to use it with a large number of videos

    the names of videos are :
    1.avi,
    2.avi,
    3.avi,
    .......
    .....,
    10000.avi

    I want to use for loop with ffmpeg
    can you please help me ?!!!!

  • Ffmpeg Split lost one second

    4 décembre 2012, par Ahmet Ka

    I got a problem with ffmpeg video cutting. Videos not cut properly. 1 second between the first and second video is lost.
    part1.avi split code :

    ffmpeg -i input.avi -ss 00:00:00 -t 00:01:00 -vcodec copy -acodec copy part1.avi

    part2.avi split code

    ffmpeg -i input.avi -ss 00:01:00 -t 00:01:00 -vcodec copy -acodec copy part2.avi

    ffmpeg -i part1.avi = 00:01:00.02
    ffmpeg -i part2.avi = 00:01:00.02