Recherche avancée

Médias (91)

Autres articles (104)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP 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, par

    La 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 Sayaki

    I’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 Sayaki

    I’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 user3378326

    When 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"