Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (58)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • possible C code implementation ideas for a given shell script(related to ffmpeg)

    21 août 2011, par Ted

    The shell script i'm trying to implement goes like this,

       #!/bin/bash
       while [ 1 ]
       do
          nc -l 1234 | ffmpeg -i pipe:0 -vcodec mpeg4 -s qcif -f m4v -y pipe:1 | nc localhost 1235
       done

    what it does is to simply take in a stream of video input through network and do live video transcoding(with ffmpeg of course !) and streaming back the video through the net. my question is how should i go by to implement this functionality in a clean C code. i know i can use popen() to pipe such a command from a c code but i would like to do better. may be with sockets and staff... any pointers are appreciated.

    AskLearnDo.

  • Docker : an error happened : ffmpeg exited with code 127

    18 mai 2021, par developerpolice

    As I mentioned above, when I run the container, I get an error. When I run it normally, it works, there is no problem.

    


    my container run code : docker run —rm -i -t -p 8080:4444 9fa71c8ca9ba

    


    the error i got ;
an error happened : ffmpeg exited with code 127

    


    APP.JS

    


    https://pastebin.ubuntu.com/p/znCRWz2rgx/

    


    Dockerfile :

    


    FROM node:10

COPY . /app
WORKDIR /app

RUN npm install
RUN npm install fluent-ffmpeg
RUN npm install os
RUN npm install express
RUN npm install --save @google-cloud/text-to-speech
RUN npm install --save @google-cloud/translate
RUN export GOOGLE_APPLICATION_CREDENTIALS="dogwood-cipher-307314-4074350f02b8.json"


CMD ["node", "app.js"]


    


  • Alembik developement and source code

    14 janvier 2013, par vaibought

    In my project i am using alembik media server heavily. However i am unable to find the source code of the tag on the alembik site. The repository they are giving is not sure whether stable or not. somebody have knowledge if the alembik developement has been closed, if closed, then where i can found one stable tag of the code and if there any alternative to alembik