Recherche avancée

Médias (91)

Autres articles (50)

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

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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (6713)

  • Alternate 2 videos with ffmpeg

    2 juin 2012, par enzo.rivello

    Here is the problem :

    i got 2 videos, and 3 intervals ;
    i need to create one video by mixing this 2 videos switching video A to B at interval 1, B to A at interval 2 and again A to B at interval 3.

    Switching needs to be done along the audio files .

    Right now the only solution i came up was to cut the 2 videos and then chain them in the right order, but i was asking if there's a more elegant way to do this !

    Thank you everyone in advance !

  • Cut end of multiple videos

    19 octobre 2020, par Marvin von Rappard

    I need a script to cut off the last 6 seconds of multiple videos. The videos do all have different length.

    



    I can‘t find anything helpful online.

    



    Does anyone know how to do that ?
thx

    


  • FFmpeg Concatenate multiple videos with crossfade

    21 juillet 2018, par Jack

    I’m very new to FFmpeg, so any help is much appreciated.

    I’m trying to create a batch file that can take all the videos in a folder and concatenate them with 1 sec crossfade between each video. The amount of videos in the folder isn’t set, nor is the length of these videos, which is where my issue is.

    I have gotten as far as importing the videos using dir /b *.mp4 > list.txt so that i don’t have to import each file individually.

    One idea I had was to find a pattern in crossfading videos with ffmpeg, then using python to edit a secondary batch file to fit the amount of videos. However, I haven’t been able to determine any pattern with my lack of ffmpeg experience.