Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (111)

  • 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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (9303)

  • 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

    


  • avcodec/ac3enc : Don't presume ch_layout to be AV_CHANNEL_ORDER_NATIVE

    7 avril 2024, par Andreas Rheinhardt
    avcodec/ac3enc : Don't presume ch_layout to be AV_CHANNEL_ORDER_NATIVE
    

    It is perfectly legal for users to use a custom layout
    that is equivalent to a supported native one.
    In this case the union in AVChannelLayout is not an uint64_t mask,
    but a pointer to a custom map.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/ac3enc.c
  • electronicarts : demux alpha stream

    25 juin 2015, par Peter Ross
    electronicarts : demux alpha stream
    

    Electronic Arts VP6 files may contain two video streams : one for the
    primary video stream and another for the alpha mask. The file format
    uses identical data structures for both streams.

    Signed-off-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/electronicarts.c