Recherche avancée

Médias (91)

Autres articles (74)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (9420)

  • ffmpeg with partial motion detection

    2 mars 2021, par Silentfury

    I have video files from a static surveillance camera and I try to re-encode them using some sort of motion detection filter (keeping the movements, droping the stills) in order to save space and play time.

    


    I have successfully tried the two below filter options but it still feels not good enough. :

    


      

    • mpdecimate e.g. -vf "mpdecimate=hi=6480:lo=6420:frac=0.1,setpts=N/(15*TB)"
    • 


    • select (e.g. -vf "select=gt(scene,0.4)")
    • 


    


    The main problem is a moving bush in the camera view, that I would like to exclude from the motion detection.

    


    Is there other/better ways of applying motion detection (and stills dropping) to ffmpeg ?
Is there any way to mask areas of the video that will be ignored in the above mentioned (or any other) motion detection filter/method ?

    


    Many thanks in advance !

    


    Edit :
in the mean time I found this excellent answer from Gyan

    


    I am testing this now but would still appreciate other ideas

    


  • FFMPEG, how to put h263 in mp4 contain format ? [closed]

    4 mars 2012, par John Nabil

    I managed to encode group of images in h263 codec using ffmpeg, but my problem now , i want to put the result into mp4 container

    Thanks in advance.

  • Adding or overlaying Gif on video in android

    20 décembre 2016, par Umang Kamboj

    I am working on an application in android, its requirement is to overlay gif on a video. Please help me on this, it can use either ffmpeg or media
    codec with OpenGL. Thanks in advance.