Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (86)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

Sur d’autres sites (10821)

  • lavc/dxvenc : fix big-endian issues in dxv_compress_dxt1

    4 juin, par Emma Worley
    lavc/dxvenc : fix big-endian issues in dxv_compress_dxt1
    

    We were using a mix of pointers to local variables read via AV_RL32/64 and
    pointers directly to the texture buffer as keys to interact with the lookback
    hashtables. On big-endian systems, these produced different values. This change
    makes all hashtable interactions use direct pointers to the texture buffer and
    only invokves AV_RL32 in the event of a lookback hashtable miss.

    Signed-off-by : Emma Worley <emma@emma.gg>

    • [DH] libavcodec/dxvenc.c
  • Audio issues when overlaying two videos (ffmpeg)

    4 août 2021, par crashyourtesla

    I'm trying to overlay a short 10 second video on top of a 2 minute video and have the 10 second video show up at the 30 second mark. Here is what I have so far

    &#xA;

    start = 30&#xA;subprocess.run(&#xA;    f&#x27;ffmpeg -y \&#xA;        -i {os.path.join(path, "2minutevideo.mp4")} \&#xA;        -i {os.path.join(path, "popup.mov")} \&#xA;        -filter_complex \&#xA;        "[0:v]setpts=PTS-STARTPTS[v0]; \&#xA;        [1:v]setpts=PTS-STARTPTS&#x2B;{notify_start}/TB[v1]; \&#xA;        [v0][v1]overlay=enable=\&#x27;between(t, {notify_start}, {notify_start &#x2B; get_duration(os.path.join(path, "popup.mp4"))})\&#x27; [out1]" \&#xA;        {render_flags} -r 24 -map 1:a -map [out1] -async 1 \&#xA;        {os.path.join(source_folder, "test.mp4")}&#x27;)&#xA;

    &#xA;

    What this does is that popup.mov shows up at 30 seconds and plays for its entire duration. However, I have two issues :

    &#xA;

      &#xA;
    1. popup.mov's audio still plays at the beginning. I've tried itsoffset, setting the pts but both seem to not work or have errors.
    2. &#xA;

    3. The only audio playing is popup.mov's audio. I would like both 2minutevideo and popup.mov to play audio. Yes, I'm aware it's because -map 1:a only maps the popup's audio to the final video, but I have no idea how to have both audio play. Would I have to mix it ?
    4. &#xA;

    &#xA;

    Thank you

    &#xA;

  • Révision 111775 : Fix https://core.spip.net/issues/3979 : documentation

    29 septembre 2018, par cedric@yterium.com