
Recherche avancée
Autres articles (77)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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, parUne 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 (...) -
Ecrire une actualité
21 juin 2013, parPré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 (6714)
-
Finding the length of a video in Java and ffmpeg
17 avril 2015, par Abishek R SrikaanthIs there a way to find a length of a video using Java ? I understand we can make use of ffmpeg to generated thumbnails and encode videos. But can it be used to get the length of the video ?
Thanks and Regards
Abishek R Srikaanth -
FFMPEG - How to trim video to length of 200 ms
26 décembre 2018, par David CI am trying to trim a video with clips as short as 100 ms or 200 ms length (so I can merge them together later). They always end up at least about 1 second. I guess there is a minimum length, but i wonder if it is possible to still manage to get shorter videos.
I have tried this on Windows with the most recent version of ffmpeg :
ffmpeg -i video.mp4 -ss 00:00:01.700 -t 00:00:01.715 output.mp4
I expect a video of the length of around 200 ms. Alternatively maybe there is a way to trim multiple clips and merge them directly into an output file.
Thanks !
-
Download m3u8 file from hotstar link in php or nodejs [on hold]
11 juillet 2018, par gaurav pandeyHow can we download videos from hotstar streaming link in PHP or JS Or Nodejs ?
Please help if have some knowledge.Thanks