Recherche avancée

Médias (0)

Mot : - Tags -/configuration

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

Autres articles (100)

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

  • Error installing ffmpeg on ubuntu : opus not found using pkg-config

    25 août 2016, par fangda

    When I try to install ffmpeg on my ubuntu 14.10 machine, I keep getting this :

    ERROR : opus not found using pkg-config

    at this step :

    PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \
     --prefix="$HOME/ffmpeg_build" \
     --extra-cflags="-I$HOME/ffmpeg_build/include" \
     --extra-ldflags="-L$HOME/ffmpeg_build/lib" \
     --bindir="$HOME/bin" \
     --enable-gpl \
     --enable-libass \
     --enable-libfdk-aac \
     --enable-libfreetype \
     --enable-libmp3lame \
     --enable-libopus \
     --enable-libtheora \
     --enable-libvorbis \
     --enable-libvpx \
     --enable-libx264 \
     --enable-nonfree

    I’ve followed all the previous installation steps and it went all successful. I’m really new to Ubuntu. Could anybody give me a hint ?

  • Error installing ffmpeg on ubuntu : opus not found using pkg-config

    15 août 2019, par fangda

    When I try to install ffmpeg on my ubuntu 14.10 machine, I keep getting this :

    ERROR : opus not found using pkg-config

    at this step :

    PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure \
     --prefix="$HOME/ffmpeg_build" \
     --extra-cflags="-I$HOME/ffmpeg_build/include" \
     --extra-ldflags="-L$HOME/ffmpeg_build/lib" \
     --bindir="$HOME/bin" \
     --enable-gpl \
     --enable-libass \
     --enable-libfdk-aac \
     --enable-libfreetype \
     --enable-libmp3lame \
     --enable-libopus \
     --enable-libtheora \
     --enable-libvorbis \
     --enable-libvpx \
     --enable-libx264 \
     --enable-nonfree

    I’ve followed all the previous installation steps and it went all successful. I’m really new to Ubuntu. Could anybody give me a hint ?

  • FFMPEG "listfile.txt : Invalid data found when processing input" concat error

    18 juillet 2019, par Léandre

    I have a txt file, where I have all my mp4 file to concat with ffmpeg. I saw the documentation of FFMPEG but I don’t see where I did something wrong.

    Here is my txt file :

    file '/home/leandre/PycharmProjects/video_test/1.mp4'
    file '/home/leandre/PycharmProjects/video_test/2.mp4'
    file '/home/leandre/PycharmProjects/video_test/3.mp4'
    file '/home/leandre/PycharmProjects/video_test/4.mp4'
    file '/home/leandre/PycharmProjects/video_test/5.mp4'
    file '/home/leandre/PycharmProjects/video_test/6.mp4'
    file '/home/leandre/PycharmProjects/video_test/7.mp4'
    file '/home/leandre/PycharmProjects/video_test/8.mp4'
    file '/home/leandre/PycharmProjects/video_test/9.mp4'
    file '/home/leandre/PycharmProjects/video_test/10.mp4'

    And this is my ffmpeg command : ffmpeg -f concat -safe 0 -i listfile.txt -c copy out_concat.mp4

    And my error listfile.txt: Invalid data found when processing input