Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (95)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Les sons

    15 mai 2013, par
  • 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 (10344)

  • Finding the length of a video in Java and ffmpeg

    17 avril 2015, par Abishek R Srikaanth

    Is there a way to find a length of a video using Java ? I understand we can make use of ffmpeg to generated thumbnails and encode videos. But can it be used to get the length of the video ?

    Thanks and Regards
    Abishek R Srikaanth

  • FFMPEG - How to trim video to length of 200 ms

    26 décembre 2018, par David C

    I am trying to trim a video with clips as short as 100 ms or 200 ms length (so I can merge them together later). They always end up at least about 1 second. I guess there is a minimum length, but i wonder if it is possible to still manage to get shorter videos.

    I have tried this on Windows with the most recent version of ffmpeg :

    ffmpeg -i video.mp4 -ss 00:00:01.700 -t 00:00:01.715 output.mp4

    I expect a video of the length of around 200 ms. Alternatively maybe there is a way to trim multiple clips and merge them directly into an output file.

    Thanks !

  • Fix —output-prefix with input-files in sub-directories

    29 mai 2018, par orbea
    Fix —output-prefix with input-files in sub-directories
    

    And make sure to reserve the whole file path when not using —output-prefix.

    Fixes https://sourceforge.net/p/flac/bugs/463/
    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] src/flac/main.c