
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (64)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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 (9661)
-
Revision 118649 : un cache un peu long sur le js d’afficher_si (comme pour saisies.css.html)
16 novembre 2019, par maieul@… — Logun cache un peu long sur le js d’afficher_si (comme pour saisies.css.html)
-
FFmpeg code throwing error when trying to crop the video : FFmpeg process exited with state COMPLETED and return code 255
1er octobre 2023, par DannyHello I am trying to crop a 9:16 video to a 1:1 video with FFmpeg. The command is throwing this error


Exception: FFmpeg process exited with state COMPLETED and return code 255.



This is my code :


-ss 0:00:00.000000 -i 's879-1696171712815.mp4' -t 0:00:24.149000 -codec:v libx264 -filter:v 'crop=720.0:720.0:0.0:327.25067794421483' -y 'cropped.mp4'



Can anyone help with this issue ?


Thanks


-
ffmpeg - combining multiple images and multiple audio files ? [migrated]
15 mai 2017, par Quantum spaghettificationI am trying to create a video out of two images
figure1.png
andfigure2.png
(which may be of different sizes) and two audio filesaudio1.wav
andaudio2.wav
. I want to do it such thatfigure1.png
shows untilaudio1.wav
stops playing and thenfigure2.png
shows untilaudio2.wav
stops playing (with audio2.wav starting after audio1.wav). I am having no real luck doing this. My best attempt so far is to create two videos and try and merge them but due to formating issues this does not seem to work. I was therefore wondering is there was a way to do this with a single ffmpeg command and if so what ?