Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (63)

  • 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" ;

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (8054)

  • ePub 3 support added

    3 novembre 2013, par Grandt
    ePub 3 support added
    

    * Added : ePub 3 support. The ePub 3 still contains the NCX for backwards
    combatability to ePub 2 readers, though there is no gurantee that it'll
    work on all readers.
    * The EPub class constructor now takes arguments for epub version,
    EPub::BOOK_VERSION_EPUB2 or EPub::BOOK_VERSION_EPUB3
    * The other new parameters on the EPub constructor are for default
    language and writing direction, used on the generated ePub 3 TOC.
    * Added : Ability to reference sub chapter id's
    * ->addChapter($chapterName, $chapterLink) ; where the link must contain
    the #id.

  • Unable to get mp3 support with QtWebEngine

    13 avril 2021, par Sébastien Bémelmans

    I built QtWebEngine 5.7.1 from git sources to get support of proprietary codecs.

    &#xA;&#xA;

    I wrote "WEBENGINE_CONFIG+=use_proprietary_codecs" to the qtwebengine.pro. While qmake was configuring the project, I saw the log saying that MP3 et H264 codecs were enabled.

    &#xA;&#xA;

    I spent one day to get QtWebEngine fully compiled with msvc2015 in 32bit and ... The mp3 support still not working !

    &#xA;&#xA;

    I use html5test.com to get a quick look of webbrowser capabilities.

    &#xA;&#xA;

    I searched a bit and I found out about a ffmpegsumo.dll that wasn't built. I tried to get a 32bits copy over the internet, I don't know really where to put it, I tried different places, that still not working. Finally I thing that's not the good idea.

    &#xA;&#xA;

    How QtWebEngine uses mp3 codec ? I'm a bit lost ...

    &#xA;

  • Unable to get mp3 support with QtWebEngine

    23 janvier 2017, par Sébastien Bémelmans

    I built QtWebEngine 5.7.1 from git sources to get support of proprietary codecs.

    I wrote "WEBENGINE_CONFIG+=use_proprietary_codecs" to the qtwebengine.pro. While qmake was configuring the project, I saw the log saying that MP3 et H264 codecs were enabled.

    I spent one day to get QtWebEngine fully compiled with msvc2015 in 32bit and ... The mp3 support still not working !

    I use html5test.com to get a quick look of webbrowser capabilities.

    I searched a bit and I found out about a ffmpegsumo.dll that wasn’t built. I tried to get a 32bits copy over the internet, I don’t know really where to put it, I tried different places, that still not working. Finally I thing that’s not the good idea.

    How QtWebEngine uses mp3 codec ? I’m a bit lost ...