Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (99)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (12069)

  • Revision 93a8a1eb8c : Fix generic-gnu target build Added macro to conditionally compile some of the p

    5 mai 2014, par Adrian Grange

    Changed Paths :
     Modify /vp8/common/postproc.c


     Modify /vp8/encoder/onyx_if.c



    Fix generic-gnu target build

    Added macro to conditionally compile some of the
    post-processing functions only when CONFIG_POSTPROC
    is defined.

    This was causing the build for the generic-gnu target
    to fail.

    Change-Id : Ibfa447feceb7a0528135025f105be48f97e9965c

  • Adding the Transform video filter to ffmpeg

    1er août 2016, par aaeim

    first off I’m new to ffmpeg, and stackoverflow. so sorry If I’m doing something wrong.

    Earlier I commented on a post related to this but it got deleted because it was not an answer or something. So I’m asking my own question here.

    I followed this instructions https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu

    up untill Unzipping the ffmpeg file. Then I followed the facebook instructions

    1. Checkout the source for ffmpeg
    2. Copy vf_transform.c to the libavfilter subdirectory in ffmpeg source
    3. Edit libavfilter/allfilters.c and register the filter by adding the line : REGISTER_FILTER(TRANSFORM, transform, vf) ; in the video filter registration section
    4. Edit libavfilter/Makefile and add the filter to adding the line : OBJS-$(CONFIG_TRANSFORM_FILTER) += vf_transform.o in the filter section
    5. Configure and build ffmpeg as usual

    and finally I ran the remaining instructions from the compilation guide.

    I did the whole process a couple times but The result is always the same when I try to test.

    ffmpeg version N-80901-gfebc862 Copyright (c) 2000-2016 the FFmpeg developers
     built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
     configuration: --extra-libs=-ldl --prefix=/opt/ffmpeg --mandir=/usr/share/man --enable-avresample --disable-debug --enable-nonfree --enable-gpl --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --disable-decoder=amrnb --disable-decoder=amrwb --enable-libpulse --enable-libfreetype --enable-gnutls --enable-libx264 --enable-libx265 --enable-libfdk-aac --enable-libvorbis --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libspeex --enable-libass --enable-avisynth --enable-libsoxr --enable-libxvid --enable-libvidstab
     libavutil      55. 28.100 / 55. 28.100
     libavcodec     57. 48.101 / 57. 48.101
     libavformat    57. 41.100 / 57. 41.100
     libavdevice    57.  0.102 / 57.  0.102
     libavfilter     6. 47.100 /  6. 47.100
     libavresample   3.  0.  0 /  3.  0.  0
     libswscale      4.  1.100 /  4.  1.100
     libswresample   2.  1.100 /  2.  1.100
     libpostproc    54.  0.100 / 54.  0.100
    Unknown filter 'transform'.

    I’m on elementary OS.
    Thx and sorry if the post is all wrong.

  • WordPress plugin for external videos updated

    29 avril 2011, par silvia

    Over the last weeks I’ve updated my “external videos” wordpress plugin. I’ve fixed bugs and added some new functionality. List of changes : fixed a bug in attaching blog posts to videos for link-through from gallery overlays allow re-attaching a different blog post to a video added a shortcode that (...)