Recherche avancée

Médias (91)

Autres articles (41)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (8279)

  • make : *** [ffbuild/common.mak:67 : libavfilter/vf_nnedi.o] Error 1

    20 janvier 2021, par Madhuraank B

    Am compiling and installing FFMPEG on Raspberry Pi 4
Have installed all the other depnedenices and then I enter the following :

    


    cd ~/ffmpeg_sources && wget -O ffmpeg-snapshot.tar.bz2 https://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2 && tar xjvf ffmpeg-snapshot.tar.bz2 && cd ffmpeg && PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure   --prefix="$HOME/ffmpeg_build"   --pkg-config-flags="--static"   --extra-cflags="-I$HOME/ffmpeg_build/include"   --extra-ldflags="-L$HOME/ffmpeg_build/lib"   --extra-libs="-lpthread -lm"   --bindir="$HOME/bin"   --enable-gpl   --enable-gnutls      --enable-libass   --enable-libfdk-aac   --enable-libfreetype   --enable-libmp3lame   --enable-libopus   --enable-libsvtav1   --enable-libvorbis   --enable-libvpx   --enable-libx264   --enable-libx265   --enable-nonfree && PATH="$HOME/bin:$PATH" make && make install && hash -r


    


    and at the end am getting the following error :

    


    In file included from libavfilter/vf_mcdeint.c:54:

./libavcodec/avcodec.h:1781:35: note: declared here
   
  attribute_deprecated AVFrame *coded_frame;
                                   ^~~~~~~~~~~

CC  libavfilter/vf_median.o
CC  libavfilter/vf_mergeplanes.o
CC  libavfilter/vf_mestimate.o
CC  libavfilter/vf_midequalizer.o
CC  libavfilter/vf_minterpolate.o
CC  libavfilter/vf_misc_vaapi.o
CC  libavfilter/vf_mix.o
CC  libavfilter/vf_mpdecimate.o
CC  libavfilter/vf_neighbor.o
CC  libavfilter/vf_nlmeans.o
CC  libavfilter/vf_nnedi.o


libavfilter/vf_nnedi.c:819:13: error: conflicting types for ‘read’
 static void read(float *dst, size_t n, const float **data)
             ^~~~

In file included from ./libavutil/timer.h:35,
                 from ./libavutil/internal.h:42,
                 from ./libavutil/common.h:532,
                 from libavfilter/vf_nnedi.c:24:
/usr/include/unistd.h:360:16: note: previous declaration of ‘read’ was here
 extern ssize_t read (int __fd, void *__buf, size_t __nbytes) __wur;
                ^~~~

make: *** [ffbuild/common.mak:67: libavfilter/vf_nnedi.o] Error 1


    


    Thanks in advance

    


  • Revision 2f693be8f8 : Merge "mips msa vp9 common headers added"

    10 avril 2015, par Parag Salasakar

    Changed Paths :
     Modify /vp9/vp9_common.mk



    Merge "mips msa vp9 common headers added"

  • avformat/dtsdec : switch to common frame header parsing function

    10 juillet 2017, par foo86
    avformat/dtsdec : switch to common frame header parsing function
    

    This makes probing for regular DTS more strict because more header
    fields are checked and values not supported by decoder are now rejected.

    Also fixes an issue original code had with 14-bit streams : 96 bits of
    header were expected, however only 84 bits were converted, which was not
    enough to parse LFE flag.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/dtsdec.c