Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (65)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

Sur d’autres sites (8290)

  • How to bundle a precompiled binary into an electron app

    1er mai 2023, par Aiotex

    I'm developing an Electron app that uses discord/opus which requires ffmpeg to work. I've downloaded a precompiled binary of FFmpeg for my operating system windoes and I want to bundle it with my Electron app.

    


    I've already tried using npm packages like ffmpeg-static and also tried many solutations such as this one : https://github.com/ganeshrvel/tutorial-electron-bundle-binaries, but I can't get the package to use the binaries I download and instead I just get this error : "Uncaught Error : FFmpeg/avconv not found !"

    


    I'm not sure how to bundle the precompiled binary with my Electron app. Do I need to use any specific build tools or can I simply copy the binary into the app's bin folder ? How do I access the FFmpeg binary from my Electron app ?

    


    Can someone provide step-by-step instructions or point me to a tutorial that explains how to bundle a precompiled binary of FFmpeg into an Electron app ?

    


  • How to use ffmpeg in anaconda Jupyter Notebook [closed]

    12 avril 2020, par joshus

    For hours I have been trying to use ffmpeg in Jupyter notebook in anaconda. I literally have no clue what I am doing as I am quite a noob. Any help would be much appreciated.

    



    I found this website but I dont know how to use it https://anaconda.org/conda-forge/ffmpeg

    


  • Any working example recording a (e.g. rtsp) stream to a local MP4 file with ffmpeg/libav ?

    15 novembre 2017, par ggs

    I’m looking for a working and not-out-dated script how to record an e.g. rtsp input stream to a local file (mp4) with ffmpeg/libav. If you could point me to one or post one, many thanks in advance. I’m searching for many hours and I haven’t got any experience with this topic.

    A lot of examples, libs, etc. are outdated, but I want to use ffmpeg >= v3.3.

    Any special things I have to consider (when compiling ffmpeg, or when saving local file to iOS device) ?