Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (66)

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (6606)

  • Icecast to Youtube Live

    21 novembre 2018, par eusid

    So I know how to send my stream to youtube live with ffmpeg and use an image as the video. I wanted to have the track meta data on this image though.

    I figure one could write a script to execute everytime icecast changes tracks to overwrite the image with the meta data. Not sure if this would update the streams image or not. I was hoping someone already had done this.

    Does anyone have some code to add to my FFMPEG setup to put the meta data up ?

  • Convert youtube video files with ffmpeg to a format that can be playable on ios devices

    26 décembre 2018, par Amin

    I’ve created a telegram robot that downloads YouTube files and sends them to the user. Since most of our users use ios devices, Our first priority is ios.
    Videos files play on Windows and Android but not broadcast on ios.
    I convert format with ffmpeg after download from youtube :

    ffmpeg -i input.mp4 -strict -2 -vcodec mpeg4 output.mp4

    But in addition to prolonging the processing time, the file size increases and eventually the file will not run again in ios.

  • ffmpeg live stream to Youtube command line

    30 juin 2020, par brainoverflowse

    Would anyone assist myself with creating the correct ffmpeg command line for an audio and video rtsp camera feed that is 1440 and scale it to 1080 with a max bitrate of 10000 ?