Recherche avancée

Médias (0)

Mot : - Tags -/publication

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

Autres articles (111)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

Sur d’autres sites (11586)

  • Revision 6f0f0e4907 : Merge "Use local variables rather than structure members"

    25 juillet 2013, par Adrian Grange

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Merge "Use local variables rather than structure members"

  • avformat/udp : specify the local address for some source filtered multicast joins

    21 septembre 2018, par Marton Balint
    avformat/udp : specify the local address for some source filtered multicast joins
    

    We already use localaddr for the multicast joins without source filters, so we
    should use them for source filters as well. This patch only fixes the
    IP_ADD_SOURCE_MEMBERSHIP and the IP_BLOCK_SOURCE case.

    Unless we do this, the kernel automatically selects an interface based on the
    source address, and that interface might be different from the one set in
    localaddr. For blocked sources this even casues EINVAL because we joined the
    multicast group on a different interface.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/udp.c
  • using ffmpeg to rotate a RTSP stream and then restram that back to my local network ( usign windows )

    29 décembre 2022, par sesipod

    I would like to use FFMPEG to consume a stream from my cctv ip camera,rotate the video feed 90 and then re-streamt that back to my local network over rtsp. I would like to make this work on Windows only, and using the igpu in my machine to help with the cpu load. My camera does not support 90 degree rotation native so the use of FFMPEG would be nice help.

    &#xA;

    Here is what I have tried so far but it will not give me anything that I can watch on VLC for example.

    &#xA;

    ffmpeg -i rtsp://admin:passwordhere@192.168.1.147:554/h264Preview_01_main -vf "transpose=2" -c:v libx264 -b:v 1000k -s 640x480 -f rtsp&#xA;

    &#xA;

    rtsp://localhost:8888/live.sdp&#xA;

    &#xA;