Recherche avancée

Médias (91)

Autres articles (21)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (3935)

  • configure : Don’t explicitly disable PIC for windows targets

    28 mai 2013, par Martin Storsjö
    configure : Don’t explicitly disable PIC for windows targets
    

    This reverts e08c946c6 and 05165c2f7a. The actual intention of
    e08c946c6 was to fix shared library builds for arm/win32, which
    can also be accomplished in other ways.

    Disabling pic on those platforms broke inline assembly on cygwin/64
    (since some inline assembly requires knowing whether we are building
    as PIC or not), and might also break inline assembly on other
    compilers on windows.

    As a side-effect, this unfortunately brings back all the warnings
    about PIC not having any effect on that platform.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] configure
  • How can I stream a secure RTSP camera stream on Windows ? [closed]

    27 octobre 2022, par Juergen

    I have a windows application that consumes streams from IP-Cameras.&#xA;Currently I am using WebEye, an open-source component that uses ffmpeg under the hood.&#xA;I now want to connect to an AXIS IP-Camera which supports RTSPS (RTSP over SSL/TLS).&#xA;Since WebEye doesn't support RTSPS directly I was hoping that I could get ffmpeg to do the job and adjust WebEye.&#xA;Alternatively I would use any other Streaming-Library that supports viewing a secure RTSPS-stream on Windows, but I didn't come across any.

    &#xA;

    So, I guess my questions are :

    &#xA;

      &#xA;
    1. Are there any Windows-Tools that supports RTSPS-Streams that I can use for reference/testing ?
    2. &#xA;

    3. Are there any libraries that I can use in my Windows-application to show the RTSPS-stream ?
    4. &#xA;

    5. Can I get ffmpeg and/or ffplay to play the RTSPS-Stream ?
    6. &#xA;

    &#xA;

    Thanks in advance for the help !

    &#xA;

    Best Regards

    &#xA;

    Juergen

    &#xA;

  • How to make a windows software that includes / works with FFMPEG ?

    12 mars 2019, par dlp_coasters

    i’m quite a code novice, and i don’t really know if you will understand my question but i’ll try to explain as simple as possible :

    Using FFMPEG, i wanna make a Windows app that generates "Art Tracks" (videos like those you see on YouTube "Topic" Channels with the album cover and artist name - example : https://youtu.be/t61PjCxtT0U )
    Is it possible to integrate ffmpeg to an IDE like visual studio to make this ?

    Thanks in advance !