Recherche avancée

Médias (0)

Mot : - Tags -/navigation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (95)

  • Les sons

    15 mai 2013, par
  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

Sur d’autres sites (12963)

  • 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