Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (33)

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

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (2565)

  • How to convert multiple 360 images to video

    9 août 2021, par Mashpy Rahman

    I need to convert multiple 360 images to video. Images will rotate from left to right. As like as this -
https://www.youtube.com/watch?v=99gXgkkFtA0

    


    I tried to do this using ffmpeg. but failed. Can you give me any idea or any website service link that I can make videos from 360 images.

    


  • swresample/rematrix : treat 22.2 as 5.1 (back) when mixing

    1er août 2020, par Jan Ekström
    swresample/rematrix : treat 22.2 as 5.1 (back) when mixing
    

    Only this sub-set of channels actually follows the bit mask order
    in the official 22.2 channel mapping. Additionally, the 5.1 channels
    are there for backwards compatibility with the previous system.

    This enables the utilization of 22.2 content until a proper down/up
    matrix is added into swresample.

    • [DH] libswresample/rematrix.c
  • ffmpeg make video from multiple images and one audio with specific timestamps for each image [closed]

    2 juin 2024, par Trojosh

    I have an audio file and I have 15 images. I would like to make a video from these 15 still images. Each image may appear for different number of seconds.
E.g. Image 1,2,3 will take 3 seconds each but image 4 may take 40 seconds because it is more complex.

    


    How can I use ffmpeg to specify timestamp for each image and add audio to the same.

    


    Also note that the sum of timestamps of all images = running time of the audio.

    


    I looked at this question and image2 filter option from the official documentation but no luck in producing such a video