Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (44)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

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

  • ffmpeg tpad adding delay to start and stop of film

    10 octobre 2020, par Devin Dixon

    In ffmpeg there is the -filter_complex "tpad=stop_duration=20" that adds 20 seconds to back of video/stream, or -filter_complex "tpad=start_duration=20" which adds it to the front.

    


    How can I add it to both ? Something like ffmpeg  -re -i {$file} -filter_complex "tpad=stop_duration=20&start_duration=20" duration does not work, and there is no documentation I can find on using both filters in one command.

    


  • avdevice/decklink_dec : add option to align capture start time

    28 septembre 2018, par Karthick Jeyapal
    avdevice/decklink_dec : add option to align capture start time
    

    This option is useful for maintaining input synchronization across N
    different hardware devices deployed for 'N-way' redundancy.
    The system time of different hardware devices should be synchronized
    with protocols such as NTP or PTP, before using this option.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] doc/indevs.texi
    • [DH] libavdevice/decklink_common_c.h
    • [DH] libavdevice/decklink_dec.cpp
    • [DH] libavdevice/decklink_dec_c.c
    • [DH] libavdevice/version.h
  • How to ask FFMPEG to trim a video from start up to the end where there are no changes in frames ? [closed]

    27 août 2023, par jtrner

    I got a copy of our training module videos but these are desktop screen recorded. There are some videos where it supposed to end up to the length of the video, say 00:45:00, but because the "screen recorder" was not stopped (probably the person recording it left the computer) so there are added static frames towards the end (like 5 to 30 mins) and making the videos longer and file sizes bigger than it should be. So instead to end at 00:45:00, the video end timestap would be like say, 00:59:00.

    &#xA;

    So how would I ask ffmpeg to "trim" the videos up to the part where the frames stopped and no changes at all ? And I also like to have a buffer of like 10 seconds after the supposedly end of the video, just to make sure that ffmpeg correctly detects the segments where the frames stopped.

    &#xA;

    I'm only familiar with the video timming but don't have any idea on what filter to use to detect frame changes on videos using ffmpeg.

    &#xA;