Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (49)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (7285)

  • What format should uploaded videos be converted to using FFMpeg ?

    18 mars 2013, par user1031947

    I want to use FFMpeg to process short, uploaded videos for storage on a linux server.

    These videos will be played back using the html5 version of Flowplayer. I don't care about supporting FLV.

    I also don't care if the conversion introduces artifacts into the videos, so long as they are understandable. I do care about keeping filesize to a (reasonable) minimum.

    What format should I use FFMpeg to convert the videos to ?

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

  • 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