Recherche avancée

Médias (91)

Autres articles (21)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (5041)

  • af_hdcd : Process stereo channels together, fix #5727

    1er août 2016, par Burt P
    af_hdcd : Process stereo channels together, fix #5727
    

    Issue #5727 : gain adjustment should only be applied if matching
    gain value from a valid packet in both channels. The existing functions process
    each channel separately, so it was not possible.

    * New versions of hdcd_process(), hdcd_scan(), hdcd_integrate() named
    hdcd_*_stereo() that process both channels together.
    * target_gain applied will be the last matching target_gain.
    * The old single channel functions remain as an option. They can be
    used by : -af hdcd=process_stereo=0.

    Signed-off-by : Burt P <pburt0@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/af_hdcd.c
  • FFMPEG command runs but youtube livestream is not displayed [closed]

    21 septembre 2023, par Ngọc Hoa Dương

    I have a video on google drive and I use the ffmpeg command to livestream it on youtube
    &#xA;ffmpeg.exe -stream_loop -1 -re -i "https://drive.google.com/uc?export=preview&amp;id=1rfKpTYrV62FnuZsfeWc96zt3Xl6NhZ0v" -vcodec copy -acodec copy -g 1 -f flv -flvflags no_duration_filesize rtmp://a.rtmp.youtube.com/live2/KEY
    &#xA;The command run good

    &#xA;

    enter image description here
    &#xA;, but no livestream show in youtube
    &#xA;enter image description here

    &#xA;

  • ffmpeg streaming to youtube becomes slow and starts buffering

    13 août 2022, par Syphax

    I'm using FFmpeg to broadcast to YouTube via rtmp.

    &#xA;

    I'm using a cloud computing instance.

    &#xA;

    Whether I put an HD video or low quality to broadcast, at the beginning it says that all is good and connection is Excellent, but after about 3 hours it becomes slow and starts to cut.

    &#xA;

    I don't understand why this is happening, and if you know guys any tips to fix that.&#xA;Thanks...

    &#xA;