Recherche avancée

Médias (91)

Autres articles (49)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (8427)

  • avcodec/vp3 : Fix end of bitstream check in unpack_superblocks()

    30 mai 2018, par Michael Niedermayer
    avcodec/vp3 : Fix end of bitstream check in unpack_superblocks()
    

    Fixes : regression

    Found-by : Frank Liberato <liberato@google.com>
    Tested-by : Frank Liberato <liberato@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/vp3.c
  • Set video's metadata by Python

    17 février 2023, par Anton Bohatov

    I need to upload the video to Google Photos. There is no way to set a date in request, only by metadata. I made a test by setting the date manually (windows, file options) and it works in Google Photos. So, I don't understand how to set it by Python. I found the needed value, but I can't set it.

    &#xA;

    import ffmpeg&#xA;&#xA;file_path = r"test.MP4"&#xA;vid = ffmpeg.probe(file_path)&#xA;&#xA;vid[&#x27;streams&#x27;][0][&#x27;tags&#x27;][&#x27;creation_time&#x27;]&#xA;

    &#xA;

    Result &#x27;2020-11-01T20:07:09.000000Z&#x27;

    &#xA;

    I tried vid[&#x27;streams&#x27;][0][&#x27;tags&#x27;][&#x27;creation_time&#x27;] = &#x27;2015-11-01T20:07:09.000000Z&#x27;

    &#xA;

    But nothing changes. Please help.

    &#xA;

    Note that this is about the video file's metadata, NOT WINDOWS DATA

    &#xA;

  • ffmpeg fails to Play Proxy Avid Interplay

    23 octobre 2018, par livio

    My goal is transcode this file with ffmpeg.

    https://drive.google.com/open?id=1ATuPtSbZeQLexB1HBP509hInDOTyfEV8

    ffplay fails to analize or play this file and returns :

    Invalid pixel format.

    This is the simply command :

    ffplay  -i testproxy.mxf
    ffprobe -i testproxy.mxf -show_stream

    It has been encoded by avid Interplay whit this targhet quality :

    H.264 800Kbps Proxy 1080i 25

    Maybe it’s a raw file ? and need same specification ahead input file ?

    Any suggestion is appreciated