Advanced search

Medias (91)

Other articles (36)

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

    1 December 2010, by

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

  • Contribute to translation

    13 April 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 (...)

  • MediaSPIP version 0.1 Beta

    16 April 2011, by

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

On other websites (7117)

  • timecode of scene change detection ffmpeg

    31 October 2020, by Михаил Боровинских

    Good day, there was a bit of a problem when I working with ffmpeg. We need to find timecodes of scene change detection in the video. Use the following command:

    



    ffmpeg -i inputVideo.mp4 -f image2 -vf "select = gt (scene \ ,. 5)" -vsync vfr thumb% 04d.png

    



    It creates an image from scene change detection. I do not know how to add timecode to a text file. Thanks in advance for your help!)

    



    P.S. Sorry for my bad english)

    


  • timecode of scene change detection ffmpeg

    16 March 2015, by Михаил Боровинских

    Good day, there was a bit of a problem when I working with ffmpeg. We need to find timecodes of scene change detection in the video. Use the following command:

    ffmpeg -i inputVideo.mp4 -f image2 -vf "select = gt (scene \ ,. 5)" -vsync vfr thumb% 04d.png

    It creates an image from scene change detection. I do not know how to add timecode to a text file. Thanks in advance for your help!)

    P.S. Sorry for my bad english)

  • Include a picture to audio file use CLI [on hold]

    20 March 2016, by LXY

    i want to use something which can include pic file to an exist audio file. i tried using ffmpeg but the result seems like it can’t do that
    Then i used Foobar2k and it included the picture as cover successfully but it have no CLI and i want to use Linux app
    So how could i do this?
    Sorry for my terrible English
    Just insert a cover art image into an exist ogg file.
    The format of picture should be png or jpg
    Thanks for help