
Recherche avancée
Médias (10)
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (89)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (11656)
-
make : *** [ffbuild/common.mak:67 : libavfilter/vf_nnedi.o] Error 1
20 janvier 2021, par Madhuraank BAm 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


-
avfilter/vf_bwdif : Use common yadif frame management logic
4 novembre 2018, par Philip Langdale -
lavfi/dnn : Common Function to Get Async Result in DNN Backends
8 août 2021, par Shubhanshu Saxenalavfi/dnn : Common Function to Get Async Result in DNN Backends
This commits refactors the get async result function for common
use in all three backends.Signed-off-by : Shubhanshu Saxena <shubhanshu.e01@gmail.com>