
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (104)
-
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" (...) -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (10916)
-
Crop video with FFMpeg is very slow
26 octobre 2018, par SayakiI’m using ffmpeg in android to crop video. To do it I use command :
ffmpeg -i movie.mp4 -vf "crop=640:256:0:400" -strict -2 YourCroppedMovie.mp4
My problem is that it is incredible slow. Cropping 10sec movie taking some about 30sec. Is there any way to speed it up ?
-
Crop video with FFMpeg is very slow
27 juin 2016, par SayakiI’m using ffmpeg in android to crop video. To do it I use command :
ffmpeg -i movie.mp4 -vf "crop=640:256:0:400" -strict -2 YourCroppedMovie.mp4
My problem is that it is incredible slow. Cropping 10sec movie taking some about 30sec. Is there any way to speed it up ?
-
ffmpeg HLS not append -hls_base_url to m3u8
22 juin 2023, par user3378326When i use -hls_base_url http://10.10.10.1:5000/hls it's not append in the m3u8 Playlist.


My command i use for generating the HLS Output on Windows cmd with ffmpeg 6.0-essentials_build :


ffmpeg -y -i Movie.ts -c:v copy -c:a:1 copy -bsf:v h264_mp4toannexb -f segment -hls_base_url http:/10.10.10.1:5000/hls/ -segment_time 10 -segment_list Movie.m3u8 hls\Movie-%03d.ts


I try with :


-hls_base_url http://10.10.10.1:5000/hls -hls_base_url 'http://10.10.10.1:5000/hls' -hls_base_url "http://10.10.10.1:5000/hls"