Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (73)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (7465)

  • Flash / FFMPEG / Linux Video Broadcasting [closed]

    4 avril 2013, par Grant Adkins

    I'm looking for a way to have a "virtual" online tv network.. kinda like shoutcast radio with auto dj where I can set the programing lineup or just randomize from files on the server and maybe the possibility of having live streams as well.. all to be streaming 24/7 on a website hopefully with a flash or dependable player..

    I've kinda looked into nullsoft video
    but does anyone else know a solution that might help ?

  • Iterate through URLs

    16 février 2016, par cclloyd

    If I wanted to use ffmpeg to download a bunch of .ts files from a website, and the url format is

    http://example.com/video-1080Pxxxxx.ts

    Where the xxxxx is a number from 00000 to 99999 (required zero padding), how would I iterate through that in bash so that it tries every integer starting at 00000, 00001, 00002, etc.?

  • how to repeat this ffmpeg effect

    5 septembre 2018, par Vladislav Korobeinikov

    I looking for solution - how to repeat effects :

    1. Zoom on central bottom part at start, with no zoom effect ;
    2. Moving from bottom to top and from left to right ;
    3. Zoom out.

    In this video with ffmpeg filters.

    I read documentation (filters and zoompan filter) from official site, found some information from "ffmpeg basics" written by Frantisek Korbel - but I didn’t find any useful information that solve my problem.

    Also I thought that it could be made with another software.