Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (74)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • 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

Sur d’autres sites (4962)

  • Using node with FFmpeg, play a local file

    19 juin 2014, par user2757842

    I am trying to get a file playing using node.js with ffmpeg integration. As of now I just want to play a file I have stored in my documents but I’ll wan’t to play a livestream in the futute.

    This is what I have so far :

    var FFmpeg = require('fluent-ffmpeg');

    var inStream = fs.createReadStream('C:/path/to/my/file/test.avi');
    var command = new FFmpeg({ source: inStream

       .withVideoBitrate('650k')

       .withSize('320x240')


    });

    I’m completely new to both node and FFmpeg so if anyone could point me in the direction of how to get this file playing, I’d appreciate it.

  • Is it possible to play an output video file from an encoder as it's being encoded ?

    14 février 2012, par lvreiny

    I have a video file, and I need to encode it as H264/AVC and feed to client via HTTP. What i need is that i player at client side can play back the video as it is being encoded.

    AFAIK, To enable player to play as the video is downloading, "moov atom" have to be placed at the begnning of the video file. However, encoders (ex : ffmpeg) always write "moov atom" at the end of file after it completes encoding.

    Is there any way encoder can put "moov atom" at beginning of encode's output ? Or play video without moov atom presence ?

    Thank in advances

    LR

  • Is it possible to play an output video file from an encoder as it's being encoded ?

    16 août 2022, par jAckOdE

    I have a video file, and I need to encode it as H264/AVC and feed to client via HTTP. What i need is that i player at client side can play back the video as it is being encoded.

    



    AFAIK, To enable player to play as the video is downloading, "moov atom" have to be placed at the begnning of the video file. However, encoders (ex : ffmpeg) always write "moov atom" at the end of file after it completes encoding.

    



    Is there any way encoder can put "moov atom" at beginning of encode's output ? Or play video without moov atom presence ?

    



    Thank in advances

    



    LR