Recherche avancée

Médias (91)

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (11250)

  • Android built in Camera encoder VS FFMPEG --- Speed

    3 novembre 2015, par user3903275

    How does recording a 1080P, H264 encoded video in android camera application is realtime fast but encoding a video in android using FFMPEG is slow at the same video size ?

    I know FFMPEG is a software level encoder and it wont support any hardware features.

    I know camera applications directly get buffer data from camera driver.

    But actually where the difference happens ??

    Why camera application is Realtime fast ???

    Does it use GPU and OpenGL features of the phone to encode the video so that its so realtime fast ??

    Because both Camera Application and FFMPEG runs on same mobile but still camera encodes H264 realtime ???

  • How to get steady FPS from AXIS P3346 IP Camera because it varies all the time

    28 octobre 2016, par cpp

    I am using VLC Player to record two H264 streams on the disk.

    1. the raw stream from the camera Camera
    2. the processed stream from our codec Camera

    The resultant files have not equal frame rate. Which effects the duration and the playback speed of the files compared to each other.

  • Forwarding an RTSP stream from IP camera to youtube [closed]

    30 avril 2024, par cbake

    I have an IP camera (Foscam FI9800P) capable of sending an RTSP stream (I've confirmed using VLC the stream works). I want to stream the video from that camera to youtube.

    



    I'm guessing the camera can't send it to youtube directly, so I need a device in the middle. Something like :

    



    IP Camera —> Raspberry Pi —> Youtube live

    



    Ideally I'd like to do this without re-encoding the video along the way. ffmpeg appears to be able to do this, but it has many options and I haven't been able to figure out all its command line options.

    



    Any suggestions to how I can do this ?