
Recherche avancée
Autres articles (75)
-
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 (10801)
-
avformat/http: allow the caller to select a request range
28 décembre 2013, par Anssi Hannula -
Audio merge modify video length
15 septembre 2022, par sfarzosoI'm trying to merge an audio
soundtrackPath
to a videovideoPath
, so I wrote this script :

ffmpeg -i $videoPath -i '$soundtrackPath' -c:v copy \
-filter_complex \"[0:a]aformat=fltp:44100:stereo,apad[0a];[1]aformat=fltp:44100:stereo,volume=1.5[1a];[0a][1a]amerge[a]\" \
-map 0:v -map \"[a]\" -ac 2 $outputPath 2>log.txt



which is working but there are two issues that I don't know how to fix :


- 

- Merge audio is too low, is possible decrease the volume of
soundtrackPath
? - Video lenght is
1:59
and thesoundtrackPath
is3:29
, the final result will modify the video length to3:29
, is possible to adapt the audio only for the video length ?






- Merge audio is too low, is possible decrease the volume of
-
lavu/opt : apply range checks also when setting format string value
16 décembre 2013, par Stefano Sabatini