Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (73)

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

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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (7940)

  • FFMPEG How to merge several videos to one file with fade effect ?

    10 juin 2016, par user2455079

    Need to merge several videos to one (for example 5 videos) with simple fade transition (video length various from file to file) if resolution is larger than 1280x720 must be resized proportionally and add sound track mp3 file to whole video. (Video files doesn’t contain audio)

    Only found this solution :
    http://superuser.com/questions/778762/crossfade-between-2-videos-using-ffmpeg
    But uses static file length in parameters...

  • Can you reuse an init.mp4 file for two separate FMP4 videos if they are encoded to the same specification ?

    19 février 2024, par TCR

    I have two separate FMP4 (Fragmented MP4) videos that I need to encode. Both videos will be encoded to the same specifications, including resolution, bitrate, and codec settings. I understand that each FMP4 video typically includes an init.mp4 file containing initialization data.

    


    My question is : can I reuse the same init.mp4 file for both videos since they are encoded to the same spec ? Would this cause any issues with playback compatibility or any other potential problems ?

    


    Since the moov atom contains general info and timing information meta-data, and both videos are encoded to the same specification, my thought is you could reference one init file for playback of both videos. If I could guarantee that encoding specifications are the same, what would be the consequence of such an approach ?

    


  • How to transition smoothly and repeatedly between two videos using a command line tool on Ubuntu ?

    8 février 2019, par Introspectre

    At first glance, this problem seems like it should be easy to solve, but I’m having difficulty locating the right solution on Ubuntu. I simply want to output a video using two videos as input, where these two videos fade into each other in a smooth and repetitive manner, every second or so. Would I be able to use something like ffmpeg for this task ? If not, what’s a typical efficient path to this goal ?