
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
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
Autres articles (104)
-
Publier sur MédiaSpip
13 juin 2013Puis-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, parMediaSPIP 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 2011MediaSPIP 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 (10475)
-
avplay : drop support for building without lavfi
31 janvier 2016, par Anton Khirnov -
Error while building PJSIP with FFMPEG storage size of 'dstFormat' isn't known
8 mai 2018, par Dmitry ZhgunBuilding PJSIP for armeabi with FFMPEG gives me following output :
../src/pjmedia/converter_libswscale.c: In function 'factory_create_converter':
../src/pjmedia/converter_libswscale.c:70:24: error: storage size of 'srcFormat' isn't known
enum AVPixelFormat srcFormat, dstFormat;
^I’ve read many articles about problems with PixelFormat -> AVPixelFormat in newer versions of FFMPEG(Such as one i’ve built for PJSIP) - I got all of my pj sources updated according with AVPixelFormat.
Building environment :
Ubuntu 16.04 LTS 64bit running in VirtualBox
PJSIP 2.6
FFMPEG 3.0.9
Compiling PJSIP with flags :
#define PJMEDIA_HAS_VIDEO 1
#define PJMEDIA_HAS_FFMPEG 1
NDK-flag :
—with-ffmpeg="$BASE_DIR/ffmpeg-output"
ffmpeg-output folder contains these files :
- libavcodec.so
- libavcodec.so.57
- libavcodec.so.57.24.102
- libavdevice.so
- libavdevice.so.57
- libavdevice.so.57.0.101
- libavfilter.so
- libavfilter.so.6
- libavfilter.so.6.31.100
- libavformat.so
- libavformat.so.57
- libavformat.so.57.25.100
- libavutil.so
- libavutil.so.55
- libavutil.so.55.17.103
- libpostproc.so
- libpostproc.so.54
- libpostproc.so.54.0.100
- libswresample.so
- libswresample.so.2
- libswresample.so.2.0.101
- libswscale.so
- libswscale.so.4
- libswscale.so.4.0.100
Trying to build different versions of FFMPEG didn’t work at all(Got the same error at the end)
Any help will be appreciated.
UPD :
Is there any strange stuff aboud AVPixelFormat in this part of compiler output related to ffmpeg :checking ffmpeg packages... libavdevice libavformat libavcodec libswscale libavutil
checking for enum AVPixelFormat... no
checking for v4l2_open in -lv4l2... no
Checking if OpenH264 is disabled... yes
Skipping Intel IPP settings (not wanted)I mean the line says "checking for enum AVPixelFormat... no" - is there any flag I need to write to say to PJSIP "you have to work with AVPixelFormat" ?
-
difficulty in building ffmpeg for windows
4 septembre 2012, par Naseeb SheoranI am making an app in which i want to use ffmpeg library.I have successfully compiled the library in windows,but i have not seen the ffmpeg.so,but i got the ffmpeg.exe file.Can you please tell me how to do it ?