Recherche avancée

Médias (0)

Mot : - Tags -/publication

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

Autres articles (53)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • 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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (8547)

  • ffmpeg options for h264 and pal dvd output from 1080i footage

    19 février 2014, par user3310809

    How to setup ffmpeg for those outputs for best quality, I am using frameserver from Adobe Premiere and avisynth like input for ffmpeg ?

  • How to live stream generative video via ffmpeg

    24 septembre 2021, par Ken

    I would like to live-stream generative audio and generative video on the web. It would be an "autonomous" setup, without anyone in front of a camera to address the audience, etc. But it needs to be "live" because it will be interactive (the audience can change parameters that will impact the stream), so it can't all come from a pre-generated file.

    


    Generative audio would come from Reaper, be sent to a virtual audio device and grabbed by ffmpeg, which would then send it to a live streaming platform (say, Youtube).

    


    I think I understand the audio part and got it mostly working.

    


    But what about the video part ? Most examples only mention either a video file or the output of a webcam.

    


    But how does one send the direct output of a program that generates video, such as Processing for example ? Can it be done with piping ? Or should one use a virtual video device ?

    


    Ideally this should work on an Raspberry-Pi but any pointer would be welcome.

    


    This question is related but it's quite old, what would be the best setup for this ?

    


  • FFserver command not found even install ffmpeg

    4 juillet 2020, par foy

    i follow instruction to install the ffmpeg (https://github.com/udacity/nd131-openvino-fundamentals-project-starter/blob/master/linux-setup.md)

    


    sudo apt install ffmpeg


    


    However, it does not install ffserver together while it should be after searching on internet.

    


    Below is my system configuration

    


    Ubuntu 18.04
Python3.7 
ffmpeg 4.2.2


    


    Command i want to execute

    


    sudo ffserver -f ./ffmpeg/server.conf


    


    Expected

    


    ffserver version x.x.x.x.....


    


    Current result

    


    ffserver command not found


    


    Thanks