Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (36)

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

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

  • ffmpeg cannot enumerate audio only devices [on hold]

    28 août 2019, par ark1974

    I am using the following ffmpeg command-line to enumerate audio only devices :

    ffmpeg -list_devices true -f dshow -i dummy

    However it displays "could not enumerate audio only devices" although Realtek audio device is present. I am using Windows 10, 4.72 .NET Framework and the audio device driver is up to date and the ffmpeg used is latest built.

    I want to use ffmpeg command line in my c++ project and the existing audio card, I need advice in this regard.

  • FFMPEG build on eclipse - 2 structs of the same name overlapping on a build

    30 juillet 2013, par ApolloKing

    I am currently working on the libav api provided by FFMPEG, and I have successfully compiled and installed FFMPEG onto my OS (Via ./configure, make, make install) Now I want to run it on Eclipse, so I imported the latest ffmpeg build and tried to build it (with ./configure).

    I built ffmpeg, but there are two structs overlapping one another. ffmpeg.h contains a struct outputstream while another file in the libavfolder called smoothstreamingenc.h contains another struct of the same name : outputstream.

    The question is, what must be done to resolve this without messing up the ffmpeg build ?

  • Find if video file has audio present in it

    29 mars 2017, par Kartos

    I’m trying to figure out if a video has audio present in it so as to extract the mp3 using ffmpeg. When the video contains no audio channels, ffmpeg creates an empty mp3 file which I’m using to figure out if audio was present in the video in the first place. I’m sure there is a better way to identify if audio is present in a video. Will avprobe help with this ? Can anyone point me to a resource or probably a solution ?

    Edit : Surprisingly, the same command on my server running the latest build of ffprobe doesn’t run. It throws an error saying

    Unrecognized option ’select_stream’

    Failed to set value ’a’ for option ’select_stream’

    Any ideas how to rectify this out ?