Recherche avancée

Médias (0)

Mot : - Tags -/logo

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

Autres articles (69)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

Sur d’autres sites (10154)

  • Can ffmpeg drawtext filter read RTF file as video overlay ?

    24 septembre 2015, par Rimon Soliman

    i’m using ffmpeg with ffserver to read a video stream, add a text overlay and re-stream the video in mpjpeg format. The text overlay is stored in a file, reloaded every frame with the drawtext ffmpeg filter and all is working properly.

    Now I want to make more awesome the overlayed infos, I googled something like "ffmpeg drawtext rtf" and "ffmpeg drawtext html" but I dind’t found any solution...

    Is this possible ?
    Can I use any kind of Rich Text format file as an overlay in ffmpeg drawtext filter ?

    Thanks for reading (and maybe help me).
    R.

  • FFMpeg creates MP4 which no browser can decode, but it can be played in VLC

    21 octobre 2013, par wvxvw

    How can I debug what happened ? I've tried this with variations to generate a short video from a single image :

    ffmpeg -loop 1 -i black.png -vcodec libx264 -b 1500k -s 640x360 -t 1 out.mp4

    tried :

    1. Changing aspect ration (or omitting it).
    2. using -image2 instead of -loop.
    3. omitting bitrate.
    4. creating longer videos.
    5. also tried different syntax for specifying video codec : -v:c libx264.
    6. tried mpeg instead of libx264.

    In every case the effect is the same. The video plays in VLC, but not in the browser.

  • YouTube Live iOS

    20 janvier 2016, par David McSpadden

    I have a YouTube live streaming currently set up here :
    https://www.youtube.com/watch?v=pOeMoXdU6jI

    Everything works great - except iOS devices intermittently fail to play the stream. Looking through the device logs and raw m3u8 files I notice that one .TS segment length is > 10, which is where the file fails to play throwing an error that the EXTINF is greater than double the expected length.

    If I turn off the "DVR" function in the YouTube Live Control Panel everything works perfectly since the single .TS file (sometimes 4 hours ago) is no longer present in the m3u8 file.

    I’m streaming to YouTube via ffmpeg and have other camera angles that seem to fail less frequently (but they do fail).

    Has anyone else experienced this ? It seems like a bug on the YouTube side - but they haven’t been any help.