Recherche avancée

Médias (91)

Autres articles (33)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

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

Sur d’autres sites (4027)

  • Revision 25c588b1e4 : Add subtract_block SSE2 version and unit test. 3% faster overall (3min35.0 to 3

    21 juin 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /test/test.mk


     Add /test/vp9_subtract_test.cc


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_encodemb.h


     Delete /vp9/encoder/x86/vp9_subtract_mmx.asm


     Modify /vp9/encoder/x86/vp9_subtract_sse2.asm


     Delete /vp9/encoder/x86/vp9_x86_csystemdependent.c


     Modify /vp9/vp9cx.mk



    Add subtract_block SSE2 version and unit test.

    3% faster overall (3min35.0 to 3min28.5).

    Change-Id : I5ff8a5c2c91586b6632ca5009ad1ea51ce94af5e

  • ffmpeg get only audio Error parsing NAL unit [closed]

    3 juin 2021, par smail saa

    hello i am new here for first questions i have stream work with token this stream have multibitrate and auto quality

    


    http://host:port/cam1@720 ?auto=1?token=123123123 this work perfect but only 576
but if we modifai stream to http://host:port/cam1@720?token=123123123 work only sound
and it work perfect in android only
in ffmpeg i get :

    


    ffmpeg reponse

    


    [hevc @ 0x3f0b840] Error parsing NAL unit #2. [hevc @ 0x3f0b840] PPS id out of range : 0 [mpegts @ 0x3efca80] decoding for stream 0 failed [mpegts @ 0x3efca80] Could not find codec parameters for stream 0 (Video : hevc (HEVC / 0x43564548), none) : unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options Input #0, mpegts, from 'http://host:port/cam1@720?token=123123123' : Duration : N/A, start : 23229.541289, bitrate : N/A Program 1 Stream #0:0[0x100] : Video : hevc (HEVC / 0x43564548), none, 25 tbr, 90k tbn, 90k tbc Stream #0:10x101 : Audio : aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 100 kb/s Stream mapping : Stream #0:0 -> #0:0 (hevc (native) -> hevc (libx265)) Stream #0:1 -> #0:1 (aac (native) -> pcm_mulaw (native)) Press [q] to stop, [?] for help [hevc @ 0x3f062c0] PPS id out of range : 0 [hevc @ 0x3f062c0] Error parsing NAL unit #2.

    


    thanks for answer and help

    


  • How to create m3u8 playlist from mp4 video url ( stored in amazon S3 ) and store the video chunks ( .ts files) and .m3u8 file back to another S3 ?

    19 mai 2019, par dexter2019

    I am building an application where user can upload video and others can watch them later. I am aiming for HLS streaming of the video on the client side, for which the video format should be .m3u8. I am using node fluent-FFmpeg module to do the processing, however, I have a huge doubt, that, how to ensure that all the .ts files (chunks) are also stored back in s3 bucket along with the m3u8 file after ffmpeg processed the mp4 file ?

    Because the ffmpeg command only takes the location of the m3u8 file ? How handle it when I want the input and output location to be S3 ?

    Any help will be greatly appreciated.

    I am following the answer from this question Ffmpeg creating m3u8 from mp4, video file size , which is working absolutely fine in my local machine, how to achieve the same for s3 ?