Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (66)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (7093)

  • ffmpeg error convertimg mkv to mp4

    11 janvier 2018, par Blurry Script

    I do this :

    ffmpeg -i "film.mkv" -strict experimental film.mp4

    I get this :

    [matroska,webm @ 0x29fb0e0] Read error at pos. 93417 (0x16ce9)

    the file itself is playable and ok, but how can I fix this ? or at least see the reason why it is reporting this, any clues ?

  • How to completely delete a program using terminal

    8 juillet 2016, par Novice

    I’m relatively new to the terminal environment so please bear with me. I’ve downloaded an older version of ffmpeg by mistake which does not utilise some filters I want. Managed to find the updated version and download it but terminal keeps referencing the older version (despite removing folder). How do I get terminal to reference the newer version or completely rid myself of the older version ?

  • 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.