
Recherche avancée
Autres articles (81)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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" (...)
Sur d’autres sites (13701)
-
ffmepg concat videos is blocking in a frame
5 septembre 2020, par عليلو احمدI am using this command to concatinate videos and audio in one single video :


subprocess.run("ffmpeg -stream_loop -1 -f concat -i input.txt -i "+audioPath+" -map 0:v -map 1:a -c:v libx264 -crf 29 -preset slower -shortest -movflags +faststart output.mp4")



And i'm facing a problem, the video sometimes stack in a frame, see Example


-
every 3 seconds will pause 1 second repeat until the end of the video [FFMpeg]
7 septembre 2020, par MontiI have a video I want to watch for 3 seconds, then pause for 1 second and repeat it until the end of the video. Please help me complete it thank you. This is but what I have tried.


I want it to repeat at the end of the video and also the audio to pause every 3 seconds the audio pause 1 second until the video ends


ffmpeg -i 1.mp4 -vf select='not(between(t\3\,4)' -vsync vfr output.mp4



-
Anomalie #4579 : Deprecated en php 8 à la création d’un article
19 octobre 2020, par b bVu https://php.watch/versions/8.0/deprecate-required-param-after-optional => solution simple, remplacer
$do
par$do = 'aff'
comme dansinc_chercher_rubrique_dist()
, à discuter.