Recherche avancée

Médias (91)

Autres articles (41)

  • 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" (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (9391)

  • Audio problems when resizing video - moviepy

    17 août 2020, par Jordan

    I am resizing an mp4 video with this code (moviepy) :

    


    video_clip = VideoFileClip(url)
resized = video_clip.resize(width=720)
d = tempfile.mkdtemp()
video_path = os.path.join(d, 'output.mp4')
resized.write_videofile(video_path)


    


    The resized clip's audio works when I play it on my pc, but not on an iPhone. (The original clip's audio does work on my iPhone.)

    


    How can I fix this ?

    


    First image : Codec of resized video
    
Second image : Codec of original video

    


    Codec of resized video
Codec of original video

    


  • how to hack video length ffmpeg ? [closed]

    3 juin 2023, par Micery999

    i want to hack a video length but it was slow to encode is there a way to slow down the video fast enough ? and this one to make it more fast https://ffmpeg.org/ffmpeg-all.html#Video-Sources
that are testsrc and mptestsrc is there a way to faster it to make it a longest video ?

    


  • lavu/opt : check int lists length for overflow.

    13 avril 2013, par Nicolas George

    lavu/opt : check int lists length for overflow.