
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (98)
-
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
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 (8629)
-
Building ffplay from FFMPEG on ubuntu [duplicate]
21 avril 2023, par lokit khemkaI am trying to ffplay.c source file from the FFMPEG source code on Ubuntu 22.04 running on WSL Windows 10. I have installed all the library files, probably. I am using the command

gcc -o ffplay ffplay.c -I/home/lokit/ffmpeg/ffmpeg -I/usr/include/SDL2 -lavformat -lavcodec -lavutil -lswresample -lz -lm $(pkg-config --cflags --libs sdl2)


However, I seem to get the many undefined references :
ffplay.c:(.text+0x51c5): undefined reference to 'avfilter_inout_alloc'


I think the compiler is unable to the library files. They are in the folder
/usr/lib/x86_64-linux-gnu
. What do I do so that the compiler can find the library files ? I am very new to linux and C programming in general. Any help will be greatly appreciated.

-
lavfi/vf_libplacebo : switch to pl_queue-based design
5 mai 2023, par Niklas Haas -
Kodi building from source - gnutls not found in pkg-config path
31 mai 2023, par user_0525I am using raspup (puppylinux on raspi) and building kodi inside
depends
folder of source via bootstrap, configure, make as mentioned on the github.

Everything was going fine with
make
until it bumpedgnutls not found
in pkg-config path while configuring for ffmpeg. Log of last couple of lines are at pastebin. I can paste whole 2256 lines log if required.

I have gnutls in pkg-config path. With command
pkg-config gnutls --cflags
I get the paths-I/opt/xbmc-deps/arm-linux-gbueabi-debug/include -I/usr/local/include/p11-kit-1
.

I have also checked and
libunistring-dev
is also installed, as it was suggested on some answers.

I have even built and installed ffmpeg from source, still I am stuck at this error.
I tried getting help from ffmpeg mailing list but they said it's a kodi issue so they can't help. I also posted the problem on Kodi forum but didn't get any solution.


config.log from ffbuild is at https://pastebin.com/WZEndxRN.


Any help please...