Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (67)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • 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 (4945)

  • ffmpeg drawbox on a given frame

    28 juin 2013, par cédric

    I have thousands of rectangle boxes to add in a video. Right now I am using this command :

    ffmpeg.exe -i small.ts -vf drawbox=10:10:50:50:red,drawbox=100:100:200:200:green small_with_box.ts

    However I don't want to add the boxes on an entire frame, but on a given one. Anyone know how can I do that ?

  • Revision 109827 : Ajout d’options sur les saisies, et y++ - checkboxes et radios : pouvoir ...

    6 avril 2018, par nicolas.dorigny@… — Log

    Ajout d’options sur les saisies, et y++
    - checkboxes et radios : pouvoir désactiver certains choix (disable_choix)
    - checkboxes : nombre maximal de choix possibles (maximum_choix)
    - textarea : nombre maximal de caractères (longueur_max)
    avec une vérification côté client (navigateur) en JS
    TODO :
    - vérifications en PHP
    - traduire la chaine en JS dans saisies/textarea.html, ligne 34 (chaine de texte avec une variable), pour l’instant en français "en dur"

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