Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (69)

  • 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 ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (9899)

  • How to access YUV planes from ratecontrol in x264 encoder

    31 décembre 2018, par shuch

    I need to get access to the YUV planes in x264 encoder on the encoding stage. I understand how to do it on the input stage (in raw.c), but I don’t succeed to do it in encoder.c or ratecontrol.c.

    Thanks

  • spawn ffmpeg process fails with permission denied

    31 décembre 2018, par Yakup Türkan

    I’m trying to spawn a ffmpeg process to encode some audio files to hls compatible mpegts files. I need to feed the data via pipe in order to handle the live stream part. I’m using the code below to spawn my process :

    var file = fs.createReadStream('./audio.mp3');
    var child = spawn('ffmpeg',
     ['-y', '-i', 'pipe:', '-c', 'aac', '-b:a', '32k', '-hls_segment_type', 'mpegts', '-hls_time', 1, '-hls_list_size', 0, './' + req.body.uri + '_32k.m3u8'], {
       env: process.env,
       stdio: ['pipe', 1, 2]
     }
    );
    file.pipe(child.stdin);

    strangely I get pipe:: Permission denied from stderr of ffmpeg.

  • avfilter/af_sofalizer : pick IR length after loading sofa

    23 décembre 2018, par Paul B Mahol
    avfilter/af_sofalizer : pick IR length after loading sofa
    

    Instead of picking it in preloading stage.

    • [DH] libavfilter/af_sofalizer.c