
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (61)
-
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 -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (...)
Sur d’autres sites (5348)
-
ffmpeg errors out with error code : -5
14 décembre 2016, par Anthony MayfieldTrying to run ffmpeg via pydub and receive :
pydub.exceptions.CouldntDecodeError: Decoding failed. ffmpeg returned error code: -5
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
Referenced from: /usr/local/Cellar/ffmpeg/3.0.2/lib/libavutil.55.dylib
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _clock_gettime
Referenced from: /usr/local/Cellar/ffmpeg/3.0.2/lib/libavutil.55.dylib
Expected in: /usr/lib/libSystem.B.dylibRunning python 2.7.11 and OS X
-
FFmpeg into Qt 5.0.2 : exit code -1073741515 on av_register_all() ;
21 septembre 2013, par Nifty255I am attempting to integrate FFmpeg into my Qt app. I used the FFmpeg git-0fb64da 64-bit Dev source from Zeranoe FFmpeg builds page and added avformat.lib to my project. My .pro file :
unix|win32: LIBS += -L$$PWD/../../FFmpeg/ffmpeg-20130428-git-0fb64da-win64-dev/lib/ -lavformat
INCLUDEPATH += $$PWD/../../FFmpeg/ffmpeg-20130428-git-0fb64da-win64-dev/include
DEPENDPATH += $$PWD/../../FFmpeg/ffmpeg-20130428-git-0fb64da-win64-dev/includeI included libavformat/avformat.h inside the "extern "C"" block.
As long as I don't call av_register_all(), this all works fine, but once I do, my app exits with code -1073741515. Any ideas as to why ?
-
Distribute app with Developer ID with Hardened Runtime and 3rd party CLI-executable - Code sign Error
22 août 2023, par soundflixWhile I tried to distribute my app with Developer ID from Xcode Organizer, I got this error :




Hardened Runtime is not enabled.


"ffmpeg" must be rebuilt with support for the Hardened Runtime. Enable the Hardened Runtime capability in the project editor, test your app, rebuild your archive, and upload again.






Hardened Runtime
is enabled inProject
>Signing & Capabilites
.

My app has the FFmpeg CLI tool in its Resources folder.


Since FFmpeg is a compiled binary, I have no option to enable
Hardened Runtime
.

How can I solve this and have my app properly code signed ?