Recherche avancée

Médias (0)

Mot : - Tags -/navigation

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

Autres articles (106)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (14583)

  • ffmpeg osx error while writing file : "Unrecognized option 'preset'.Error splitting the argument list : Option not found

    22 décembre 2023, par asabbah

    I have the following simple Python Code :

    



    yellow_output = 'test_videos_output/solidYellowleft.mp4'
clip1 = VideoFileClip("test_videos/solidYellowLeft.mp4")
yellow_clip = clip1.fl_image(process_image)
yellow_clip.write_videofile(yellow_output, audio=False)


    



    The "process_image" function just returns what you give it (created for testing purposes).

    



    Running Python 3.5.4, ffmpeg 2.8.6, on OSX 10.11.6

    



    I get the error :

    



    OSError: [Errno 32] Broken pipe

MoviePy error: FFMPEG encountered the following error while writing file test_videos_output/solidWwhiteright.mp4:

 b"Unrecognized option 'preset'.\nError splitting the argument list: Option not found\n"


    



    the video file is not generated ; how to get rid of this error ; so I can generate the MP4 file ?

    



    Note : the same code runs happily on Ubuntu 16.04

    


  • Discord.js : How to play music stream from http?

    28 septembre 2019, par Maxim.Z

    This is my code :

    if (msg.content.includes('*stream')) {
            var name=(msg.content).slice(8,80);
       if (msg.member.voiceChannel) {
         msg.member.voiceChannel.join()
           .then(connection => {
                    console.log(name);
                      const dispatcher = connection.playFile(name);
                    dispatcher.setVolume(0.5);
           })
           .catch(console.log);
       } else {
         msg.reply('Enter channel first');
       }
     }

    When I write in Discord *stream https://play.sas-media.ru/play, the console shows the full link (https://play.sas-media.ru/play), the bot enters the voice channel, but nothing else happens.

    What am I doing wrong ?

  • Checking keyframe interval ?

    16 septembre 2015, par rabotalius

    How can I check keyframe interval of a video file ?

    all I can see in ffmpeg output is :

     Metadata:
       metadatacreator : Yet Another Metadata Injector for FLV - Version 1.8
       hasKeyframes    : true
       hasVideo        : true
       hasAudio        : true
       hasMetadata     : true
       canSeekToEnd    : true
       datasize        : 256600272
       videosize       : 210054362
       audiosize       : 45214634
       lasttimestamp   : 5347
       lastkeyframetimestamp: 5347
       lastkeyframelocation: 256649267
     Duration: 01:29:07.24, start: 0.040000, bitrate: 383 kb/s
       Stream #0:0: Video: h264 (High), yuv420p, 720x304 [SAR 1:1 DAR 45:19], 312 kb/s, 25 tbr, 1k tbn, 50 tbc
       Stream #0:1: Audio: mp3, 44100 Hz, mono, s16p, 64 kb/s