Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (40)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (5093)

  • Converting MPD (MPEG-DASH) stream to m3u8

    1er avril 2023, par veedoni

    I am currently doing research about how to convert MPEG-DASH stream to m3u8. So far I couldn't find anything helpful. What I know is that I need to decrypt mpd file using license key which I have and then convert it to m3u8. I have tried multiple times in last 7 days to do this but unsuccessful. I was using axios along with crypto, fetch, xml2js, m3u8stream and a lot of others tools. I am looking for directions where to start and examples of what to do because I feel like I'm lost. Anything would be helpful, Thanks !

    


  • Anomalie #4682 (En cours) : Mettre à jour la lib svg-sanitizer (en 0.14) pour les corrections conc...

    10 mars 2021

    Suite à la mise à jour, j’ai des problemes sur SPIP 3.3- dev sur PHP 7.2

    impossible d’ajouter un SVG, cela me leve l’erreur

    Fatal error : Uncaught Error : Class ’enshrined\svgSanitize\data\XPath’ not found in /home/fdhtqhyg/www/_fdh2021/plugins-dist/medias/lib/svg-sanitizer/src/Sanitizer.php:214 Stack trace : #0 /home/fdhtqhyg/www/_fdh2021/plugins-dist/medias/sanitizer/svg.php(65) : enshrined\svgSanitize\Sanitizer->sanitize(’#1 /home/fdhtqhyg/www/_fdh2021/plugins-dist/medias/inc/renseigner_document.php(176) : sanitizer_svg_dist(’../IMG/logo/pic...’) #2 /home/fdhtqhyg/www/_fdh2021/plugins-dist/medias/action/ajouter_documents.php(210) : sanitizer_document(’../IMG/logo/pic...’, ’svg’) #3 /home/fdhtqhyg/www/_fdh2021/plugins-dist/medias/action/ajouter_documents.php(54) : action_ajouter_un_document_dist(’new’, Array, ’selection’, ’15’, ’logoon’) #4 /home/fdhtqhyg/www/_fdh2021/ecrire/action/editer_logo.php(135) : action_ajouter_documents_dist(’new’, Array, ’selection’, ’15’, ’logoon’) #5 /home/fdhtqhyg/www/_fdh2021/prive/formulaires/editer_logo.php(224) : logo_modifier(’selection’, ’15’, ’on’, Array) #6 /home/fdhtqhyg/www/_fdh2021/ecrire/ in /home/fdhtqhyg/www/_fdh2021/plugins-dist/medias/lib/svg-sanitizer/src/Sanitizer.php on line 214

  • calling to ffmpeg executable that the user has installed himself

    2 octobre 2018, par user1422101

    I want to convert an uncompressed .avi to .mp4 from my commercial application.

    What i want to do is this :

    1. show instructions to the user to download and install ffmpeg to a specific location
    2. create and use ffmpeg.exe to compress my .avi to .mp4

    Am i allowed (license wise) to do this ?

    Note :
    I checked https://www.ffmpeg.org/legal.html, but it doesn’t cover this.