Recherche avancée

Médias (0)

Mot : - Tags -/masques

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (48)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (6663)

  • avcodec/mpeg4videodec : Sync sprite_warping_accuracy between threads

    12 octobre 2022, par Andreas Rheinhardt
    avcodec/mpeg4videodec : Sync sprite_warping_accuracy between threads
    

    It is set in the vol header and is therefore a sequence and
    not only a picture property.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpeg4videodec.c
  • ffmpeg audio out of sync with video stacking

    3 avril 2024, par s0mbre

    The problem

    &#xA;

    When trying to do horizontal stacking of two videos in ffmpeg, the combined audio track loses sync with the video on the second input. As far as I've look it up, this problem is very common, not to say notorious with ffmpeg.

    &#xA;

    I do hstack muxing like this :

    &#xA;

    ffmpeg -i 1.mp4 -i 2.mp4 -filter_complex \&#xA;"[0:v]scale=1280:-2,crop=w=640:h=720:x=0[v1]; \&#xA;[1:v]scale=1280:-2,crop=w=640:h=720:x=0[v2]; \&#xA;[v1][v2]hstack=shortest=1[v]; \&#xA;[0:a][1:a]amix=duration=shortest[a]" \&#xA;-map [v] -map [a] -c:v libx264 -c:a libmp3lame -r 30 -y stuff/out.mp4&#xA;

    &#xA;

    It encodes just fine as far as the hsplit goes. But the resulting video is out of sync with the audio : the second input (located on the right side in the resulting split) demonstrates about 3 sec. audio off-syncking, where the audio track is ahead of the picture. I realize this is somehow connected with the source videos' timestamps, but no popular remediation recipes helped (see below).

    &#xA;

    What I expect

    &#xA;

    I'd expect a resulting stacked video where the audio track is muxed with exact correspondence to the original input pictures.

    &#xA;

    What I tried (all in vain !)

    &#xA;

    Something I've tried but to no avail :

    &#xA;

      &#xA;
    1. Appending -async 1 option as suggested here and here
    2. &#xA;

    3. Using the aresample=async=1 or aresample=async=1000 filter on each audio input as suggested here and here
    4. &#xA;

    5. Padding each audio track with apad as suggested here
    6. &#xA;

    7. Using the adelay=0 and adelay=[delay]s filters on the failing input
    8. &#xA;

    9. Changing the audio codec to a number of alternatives (aac etc.)
    10. &#xA;

    11. Infinite combinations of 1-5 above...
    12. &#xA;

    &#xA;

    What seems indeed to work is manual passing a delay value to the -itsoffset filter as suggested here and in the docs and using the offset track as an extra (pure audio) input. But how do I find the exact offset with a different set of videos ?

    &#xA;

    In short, I am at a standstill after 7+ days of ravenous search-and-try.

    &#xA;

  • Révision 23647 : Nouveau logo pour la 3.2

    10 juillet 2017, par nicolas.dorigny@gmail.com