Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (39)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (7090)

  • interrupt and resume long running ffmpeg encoding

    17 octobre 2022, par simon

    When i have a longer high res video (full-hd or 4k) which are not compressed well, encoding to webm/vp9 can take very long even with a recent system due to the lack of hardware acceleration with webm/vp9.
Are there any options to interrupt an encoding with ffmpeg and resume which survives a reboot.
So i don't want to pause encoding using bg but save & stop encoding state and resume from there.

    


    The next best thing i could think of is to split the source into smaller subsets (by time) and process them and stitch results together again. But this only allows predefined interruption points and requires the split & merge to be done in addition.
On the pro side it could allow parallel processing if multithreading is not using all available cores yet.

    


  • Revision d96228a07c : Replace best_mode_index table retrieve with fetching best_mbmode This commit al

    9 septembre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Replace best_mode_index table retrieve with fetching best_mbmode

    This commit allows the encoder to find current best prediction mode
    state using best_mbmode, instead of fetching from the static mode
    search table via best_mode_index.

    Change-Id : Ibefeab83aed33a49c2be03e83f09153856ca4271

  • Stop termux on battery low [closed]

    9 août 2022, par Wouter van Dam

    TL ;DR BELOW

    


    I have a second phone who is converting some mkv files through ffmpeg in termux. But the phone can't get enough charging power from the charger because it uses to much power. So it state is always charging even if it isn't charging. No I want to run in termux a script that hits a kill command when the battery is low. So that it doesn't corrupt my files when shutting down because it just cant survive the night with my battery capacity. Any ideas of achieving this ?

    


    TL ;DR
How to run a termux command or script async with a event or looping function so that it kills the process when battery power is low.