Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (71)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

  • Requested MovieWriter (ffmpeg) not available

    17 juillet 2021, par euler

    Im trying to make animations in jupyter notebook, but the system needs the package ffmpeg for making mp4 arxives. What happens is that I'm working in a virtual space, and I don't have permission to make sudo install ffmpeg instead of this I think the only alternative that I have is pip install ffmpeg. But when I make this, the error stills the same.

    


    I also tried to force the location of the ffmpeg package but also doesn't work.

    


    plt.rcParams['animation.ffmpeg_path'] = ".local/lib/python3.7/site-packages/ffmpeg"

    


    If someone have any solution or intuition to solve the problem in this case it will be very helpful.

    


  • FFMPEG : Generate segments with millisecond precision [on hold]

    10 septembre 2018, par Kalpit

    I’m generating 10s mp3 segments off a local udp stream with

    ffmpeg -i "udp://localhost:5000/live/stream" -f segment -segment_time 10 -map 0:a -strftime 1 "/usr/share/streamed/%Y-%m-%d-%H-%M-%S.mp3"

    However, strftime doesnt seem to support millisecond precision. Is there a way I can generate filenames with millisecond accuracy ? Or is there some alternative way other than building my own ffmpeg ?

  • Suggest me solutions to implement A/V streaming from PC to Android w. low latency

    11 août 2021, par kekk0

    I would like to code server/client applications to stream PC desktop audio/video to android box device. It would be limited to wired LAN connection, no internet, no wifi ; Aims are good image quality and lowest latency. I was reading about setting up an FFmpeg server on pc to hls/m3u8 and coding a simple exoplayer-based client on android device, but it seems the latency might be high (seconds). Could you suggest me some good alternative solutions ?