
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
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 (103)
-
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. -
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 (...) -
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 (12572)
-
macOS compile FFMpeg as static standalone binary
27 octobre 2019, par ColdSteelI am trying to compile ffmpeg for macOS (from macOS) as static binary for several days with no luck.
Here is a script I am running to compile the FFmpeg binarycd /Users/$USER/ffmpeg/macOSBuild
basePath=/macOSdependencies/DependenciesOutput
export LD_LIBRARY_PATH="/Users/romanlevin/ffmpeg/macOSdependencies/DependenciesOutputbasePath/SDL2/lib/“
../configure --disable-autodetect --pkg-config-flags="--static" --extra-cflags="-I$basePath/SDL2/include/" --extra-ldflags="-L/Users/romanlevin/ffmpeg/macOSdependencies/DependenciesOutput/SDL2/lib/" --prefix=/usr/local --enable-gpl --enable-version3 --enable-sdl2 --enable-static --disable-shared
make clean
make -j8However it is always linking SDL2 as dynamic lib.
Please note I have compiled the SDL2 by myself and put it in the directory I am trying to add to ld
However I also have SDL2 installed with brew, but I don’t want to use it.
I want Ffmpeg to pick compiled SDL2.It does looking for my Compiled library but only asdylib in a hardcoded path - which means I can’t get a portable binaries :(.
Could some1 open my eyes on what am I doing wrong please ?
-
ffmpeg binary in osx archive shows kCMSampleBufferError_RequiredParameterMissing when app runs
20 mars 2017, par SwatiI have created an OSX App, bundled ffmpeg binary in it.
When i debug my code everything works fine and ffmpeg commands execute properly via NSTask.However when i create archive and run the app inside the products, ffmpeg commands are not executed and i get error
1/17/17 3:34:21.951 PM ffmpeg[2229]: [15:34:21.951] CMSampleBufferGetImageBuffer signalled err=-12731
(kCMSampleBufferError_RequiredParameterMissing) (!sbuf) at
/Library/Caches/com.apple.xbs/Sources/CoreMedia_frameworks/CoreMedia-1731.15.206/Sources
/Core/FigSampleBuffer/FigSampleBuffer.c line 2394
0 CoreMedia 0x00007fff86749713 CMSampleBufferGetImageBuffer + 138
1 ffmpeg 0x00000001002b9714 avdevice_list_output_sinks + 10116Edit :
I tried the below mentioned way but when I try to run my app on other mac machines the error still persists
I added Capability "App Sandbox" to my Target. Due to this an entitlements file was added in my project named Target.entitlements
Inside this Entitlements file 2 values are added viz :
com.apple.security.inherit >> Boolean >> YES
App Sandbox >> Boolean >> YES
I also added a runscript for codesign :codesign -f -s "Developer Certificate" --entitlements ./path/Target.entitlements path/ffmpeg-binary-file
-
test/test_flac.sh : Out-of-tree build fixes.
15 février 2015, par Erik de Castro Lopo