Recherche avancée

Médias (91)

Autres articles (39)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (4844)

  • 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;