Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (72)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (8323)

  • ffmpeg converted mp4 files won't play on videojs

    11 février 2018, par Ricky

    I am trying to convert an hls source to mp4 but the ouputted file won’t play on any internet video players. Currently I am using videojs

    here is how I am converting it.

    ffmpeg -re -i "https://mnmedias.api.telequebec.tv/m3u8/29880.m3u8" -c:v libx264 -c:a copy -movflags +faststart ./public/videos/cut-videos/knife/parlet.mp4

    the video player is outputting this :

    video.js:498 VIDEOJS : ERROR : (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) The media could not be loaded, either because the server or network failed or because the format is not supported.

  • How to play a video inside a UIView with ffmpeg/sdl

    25 février 2015, par jAckOdE

    I’m trying to make a video player that can play various video format with ffmpeg and sdl2, and I need to display video frames inside a UIView. After looking into SDL api and its samples i couldnt find a way to do it. SDL use SDL_Renderer to render image in to a SDL_Window, which holds a reference to a UIWindow (the main UIWindow of the app), not a particular UIView.

    Any suggestion ?

  • play a video inside a UIView with ffmpeg/sdl

    17 octobre 2012, par jAckOdE

    I'm trying to make a video player that can play various video format with ffmpeg and sdl2, and I need to display video frames inside a UIView. After looking into SDL api and its samples i couldnt find a way to do it. SDL use SDL_Renderer to render image in to a SDL_Window, which holds a reference to a UIWindow (the main UIWindow of the app), not a particular UIView.

    Any suggestion ?