Recherche avancée

Médias (91)

Autres articles (54)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 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 (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (8277)

  • lavc/av1dec : use frame split bsf

    15 décembre 2021, par Fei Wang
    lavc/av1dec : use frame split bsf
    

    Split packed data in case of its contains multiple show frame in some
    non-standard bitstream. This can benefit decoder which can decode
    continuously instead of interrupt with unexpected error.

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/av1dec.c
  • Split .MOV into frames and edit while preserving audio

    7 août 2015, par Devin

    I have a requirement to take a .mov file from a camera and apply a chroma key filter to it. The app currently handles still images with chroma through NetImageLibrary. I was hoping to use something like ffmpeg to split the .mov into frames, run them through the chroma filter and then reassemble them into the .mov or something similar. I have a feeling this will destroy the audio which I need to preserve. Is there a different way to do this that will keep the audio but allow me to apply the green screen chroma key ?

    Thanks !

  • Use FFmpeg to split a video into 2 equal segments

    3 mai 2023, par Alon G

    I try split a video into 2 equal segments.

    &#xA;

    I try :

    &#xA;

    ffmpeg -i input_video.MTS -c copy -map 0 -segment_time 8 -f segment output_video%03d.MTS&#xA;

    &#xA;

    but the problem I don't know the length of the video

    &#xA;