Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (72)

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

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

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (10363)

  • yuv420p10le format using ffmpeg without green background in web browser

    16 août 2021, par OneWorld

    I just rebuilt ffmpeg, and generated a yuv420p10le video. Below is a snapshot from the video.

    


    enter image description here

    


    It seems to display a green background in chrome when I play it. However, if I switch hardware acceleration off in Chrome, the background appears white. Also if I play the video in VLC player the background is white.

    


    I was wondering if there is a way within ffmpeg to get yuv420p10le to show backgrounds as white in browsers without needing to do anything special in the browser settings ?

    


    My ffmpeg configuration is as follows :-

    


    ffmpeg -i after_building_ffmpeg.mp4
ffmpeg version N-103222-gf040c1ec4e Copyright (c) 2000-2021 the FFmpeg developers
  built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04)
  configuration: --enable-gpl --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-version3 --enable-libxcb
  libavutil      57.  3.100 / 57.  3.100
  libavcodec     59.  4.101 / 59.  4.101
  libavformat    59.  4.101 / 59.  4.101
  libavdevice    59.  0.100 / 59.  0.100
  libavfilter     8.  1.103 /  8.  1.103
  libswscale      6.  0.100 /  6.  0.100
  libswresample   4.  0.100 /  4.  0.100
  libpostproc    56.  0.100 / 56.  0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'after_building_ffmpeg.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf59.4.101
  Duration: 00:00:03.00, start: 0.000000, bitrate: 5893 kb/s
  Stream #0:0(und): Video: h264 (High 10) (avc1 / 0x31637661), yuv420p10le(tv, gbr/unknown/unknown), 1400x1400 [SAR 1:1 DAR 1:1], 5888 kb/s, 25 fps, 25 tbr, 12800 tbn (default)
    Metadata:
      handler_name    : VideoHandler
      vendor_id       : [0][0][0][0]


    


  • Made the _loadImage method return true/false depending on the browser support for local image loading.

    16 septembre 2011, par Sebastian Tschan

    m jquery.fileupload-ui.js Made the _loadImage method return true/false depending on the browser support for local image loading.

  • convert m3u8 into mp4 with ffmpeg (unwatchable on browser)

    29 juin 2022, par tokugawa

    I am trying to convert m3u8 url into mp4 video using ffmpeg on mac.
    
original m3u8 file is master playlist like below.

    


    #EXTM3U
#EXT-X-VERSION:3
#EXT-X-INDEPENDENT-SEGMENTS
#EXT-X-STREAM-INF:BANDWIDTH=733576,AVERAGE-BANDWIDTH=502007,CODECS="avc1.4d4020,mp4a.40.5",RESOLUTION=360x360,FRAME-RATE=25.000
656f4e8407bc25d8103b354996a62154_360w.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=482032,AVERAGE-BANDWIDTH=330739,CODECS="avc1.4d4020,mp4a.40.5",RESOLUTION=240x240,FRAME-RATE=25.000
656f4e8407bc25d8103b354996a62154_240w.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1052800,AVERAGE-BANDWIDTH=702556,CODECS="avc1.4d4020,mp4a.40.5",RESOLUTION=480x480,FRAME-RATE=25.000
656f4e8407bc25d8103b354996a62154_480w.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1480312,AVERAGE-BANDWIDTH=1012004,CODECS="avc1.4d4020,mp4a.40.5",RESOLUTION=640x640,FRAME-RATE=25.000
656f4e8407bc25d8103b354996a62154_640w.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1601760,AVERAGE-BANDWIDTH=1120903,CODECS="avc1.64001f,mp4a.40.5",RESOLUTION=720x720,FRAME-RATE=25.000
656f4e8407bc25d8103b354996a62154_720w.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=2319544,AVERAGE-BANDWIDTH=1579717,CODECS="avc1.64001f,mp4a.40.5",RESOLUTION=960x960,FRAME-RATE=25.000
656f4e8407bc25d8103b354996a62154_960w.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=3865280,AVERAGE-BANDWIDTH=2730512,CODECS="avc1.640020,mp4a.40.5",RESOLUTION=1080x1080,FRAME-RATE=25.000
656f4e8407bc25d8103b354996a62154_1280w.m3u8



    


    command I used to convert is below

    


    ffmpeg -i 'https://v.pinimg.com/videos/mc/hls/65/6f/4e/656f4e8407bc25d8103b354996a62154.m3u8' -c copy -movflags faststart 'output.mp4'


    


    The output file can be watchable on preview, but when I try to play the video on browser (in my case, Chrome) by drag and drop the file, the video wasn't playable.
    
And the output file cannot be played with quicktime player.

    


    Does anyone have solution of this problem ?