
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (85)
-
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 ;
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (14861)
-
Revision 59408 : Au final si... c’était nécessaire
16 mars 2012, par kent1@… — LogAu final si... c’était nécessaire
-
ffmpeg command for create final video from two different videos and two different audios
16 décembre 2020, par Kashyap RathodI have two videos and two audios


1 :-
video 1 - length :- 60 sec || audio 1 - length :- 15 sec


2 :-
video - length :- 86 sec || audio 2 - length :- 18 sec


Play video1 and audio1 together, if audio1 is ended then restart that audio till video1 end. this will final video 1.


same way,


play video2 and audio2 together, if audio2 is ended then restart that audio till video2 end. this will final video 2.


after that concatenate those final video 1 and final video 2 and create single video as output.


Thank you in advance.


-
Extract final frame from a video using ffmpeg
14 mai 2020, par SaavestroI know how to extract the first frame by using



ffmpeg -ss 00:00:00 -i input.mp4 -vframes 1 -q:v 31 output.png



Here, the option
-ss
requires to know the exact time of the frame to extract.


I would like to have the final frame of any .mp4 without knowing the exact final time of the video.



Is there a way to achieve this ?