Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (79)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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 (10036)

  • Anomalie #2778 : En back office, l’URL indiquée sous le titre d’un article n’est pas la dernière c...

    2 juillet 2012, par jluc -

    je ne comprend pas "ça limite l’extensibilité" : envisagerais tu d’avoir plusieurs types d’url sur ton site ? Il me semble que à partir du moment où ya un / dans l’url, ya des calculs sioux de profondeur d’url qui doivent avoir lieu pour corriger la fausse profondeur de chemin induite par ce /, et (...)

  • Anomalie #3233 : Le bug #2848 (traduction de rubrique) est réapparu

    19 juillet 2014, par marcimat ☺☮☯♫

    Bon, voilà, le problème 1) survient lorsqu’il y a des documents possibles sur les rubriques. Dans ce cas là, c’est le <input hidden="hidden" />code> du formulaire d'ajout de document qui est modifié au lieu de celui du sélecteur de rubrique…

    Je reproduis la chose localement. De là à corriger, c’est pas simple vu ce code.

  • Moviepy write_videofile works the second time but not the first ?

    5 juillet, par Andrew Best

    I'm concatenating a list of video objects together then writing them with write_videofile, weirdly enough the first time I write the file, it plays fine for the first halfish then the first few frames of each clip in the file afterwards plays before freezing. But here's the odd part, If I write the exact same video object right after the first video writes, it writes just fine and plays perfectly.

    &#xA;

    Here's my code

    &#xA;

    from moviepy.editor import VideoFileClip, concatenate_videoclips&#xA;&#xA;clipslist = []&#xA;clips = [&#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C787619651.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C787628097.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/2222789345-offset-20860.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C787624765.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C787539697.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/39235981488-offset-3348.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C788412970.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C787682495.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C787962593.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C787627256.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C787573008.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C788543065.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C787593688.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C788079881.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C788707738.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C788021727.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C787595029.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/39233367648-offset-9536.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C788517651.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C788087743.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C787497542.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/39233367648-offset-9154.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/7109626012888880881-offset-4818.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/72389234-offset-760.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C787774924.mp4&#x27;, &#x27;https://clips-media-assets2.twitch.tv/AT-cm%7C787565708.mp4&#x27;]&#xA;&#xA;for clip in clips:&#xA;    dlclip = VideoFileClip(clip, target_resolution=(1080, 1920))  # Download clip&#xA;    clipslist.append(dlclip)&#xA;&#xA;videofile = concatenate_videoclips(clipslist)&#xA;videofile.write_videofile("final1.mp4") # Broken after the first halfish&#xA;videofile.write_videofile("final2.mp4") # Works entirely fine.&#xA;videofile.close&#xA;

    &#xA;

    Any ideas ? Any suggestions appreciated.

    &#xA;

      &#xA;
    • Sometimes when the video is small enough it seems to write the first time just fine too.
    • &#xA;

    • It seems there is no set point where it breaks, each time I write it for the first time it typically breaks at a different spot.
    • &#xA;

    • I've tried waiting for the thread to exit and sleeping after the concatenation and that doesn't seem to fix the issue.
    • &#xA;

    &#xA;