
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (56)
-
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 ;
-
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 ) (...) -
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
Sur d’autres sites (9340)
-
how too download this link with ffmpeg
27 décembre 2020, par Behrad kabirii want download video with this command in ffmpeg :


ffmpeg -i https://msx.namava.ir/hvod/2020/12/e9936676-eea2-44bd-b17b-dc5e58fd000d/v_854.mp4/index-v1-a1.m3u8?x=EgvsRR7zZLXNoaz49v4D05BwcjHwPaNSOtkB9y98QGOIB_EyAhV_hc44Z4McLT_FTwzBWxpaK1WlNgSBkLd415LU1jRGz0yFNhciw_SDSwgj6OlAQCARiRIb9UU8XMh_dMXKr4KncBfgwnYLMOlUn6zfSa3ltot63vKiuw0CUpU1 -vcodec copy output.mp4


but recive this eror :


[https @ 00000242dbcfeec0] HTTP error 420
https://msx.namava.ir/hvod/2020/12/e9936676-eea2-44bd-b17b-dc5e58fd000d/v_854.mp4/index-v1-a1.m3u8?x=EgvsRR7zZLXNoaz49v4D05BwcjHwPaNSOtkB9y98QGOIB_EyAhV_hc44Z4McLT_FTwzBWxpaK1WlNgSBkLd415LU1jRGz0yFNhciw_SDSwgj6OlAQCARiRIb9UU8XMh_dMXKr4KncBfgwnYLMOlUn6zfSa3ltot63vKiuw0CUpU1 : Server returned 4XX Client Error, but not one of 400,1,3,4


please help me


-
FFMPEG trouble with concatenating Video + Video[+Audio]
27 avril 2022, par umpyloompyi need to concatenate (1-st Video) without changes + (2-nd video with replaced audio), but my command skips 2-nd video (but duration shows normally)


my code :


ffmpeg.exe -y -i "1st.mp4" -i "2nd.mp4" -i "audio.mp3" -map 0:v:0 -map 1:v:0 -map 1:a:0 -c copy "output"



what's wrong ? =(


-
Overlay on full video length when making video from images sequence using ffmpeg
30 octobre 2019, par AttaI am facing a issue when I overlay watermark image on video (I am making video from images sequence).The issue is that the overlay image only append on first image and ignoring all other images in video. I want to overlay this image on whole video. Possibly I am wrongly applying -filter_graph to input stream. I am executing below mentioned script. I searched online but did not find any relevant answer.
ffmpeg -r 1/5 -i img%2d.jpeg -i watermark.png -i music.mp3 -filter_complex "[0:v][1:v] overlay=x=10:y=10" video.mp4