
Recherche avancée
Autres articles (52)
-
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 (5338)
-
iOS import correct header whit duplicate header names
3 octobre 2015, par Phil StiftI’m facing a problem with importing the correct header file.
I’m using https://github.com/durfu/DFURTSPPlayer/tree/master/DFURTSPPlayer and https://github.com/slavavdovichenko/MediaLibDemos3x together in a project and each of them has a different version of ffmpeg included.Since I only have the code from the DFURTSPPlayer, I want to import the files from this folder. I tried with to play around with the search paths of the target, but wasn’t able to achieve what I need.
The current "working" search paths :Header Search Paths :
$(inherited)
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
$(SRCROOT)/FFMpegiOS/include
$(PROJECT_DIR)/smsActionCamStream/FFMpegiOS/includeLibrary Search Paths :
$(inherited)
$(PROJECT_DIR)/smsActionCamStream/lib/CommLibiOS
$(PROJECT_DIR)/smsActionCamStream/lib/ffmpeg-2.2.1/lib
$(PROJECT_DIR)/smsActionCamStream/lib/libspeex-1.2rc1/lib
$(PROJECT_DIR)/smsActionCamStream/lib/libx264-r2409/lib
$(PROJECT_DIR)/smsActionCamStream/lib/MediaLibiOS
$(PROJECT_DIR)/smsActionCamStream/FFMpegiOS/lib
$(PROJECT_DIR)/smsActionCamStream/FFMpegDecoderLike this the MediaLib is working and if I move FFMpegiOS/lib above ffmpeg-2.2.1/lib the DFURTSPPlayer is working.
Thanks for your help,
Carsten
-
ffmpeg will not load libraries
12 août 2016, par user6686891when I try to use ffmpeg this is the result :
dyld: Library not loaded: /opt/local/lib/libx264.142.dylib
Referenced from: /opt/local/bin/ffmpeg
Reason: image not found
Trace/BPT trap: 5I downloaded ffmpeg with homebrew on OSX 10.9 and it says that the most up-to-date version (3.1) is already installed.
I found a similar issue on github, but the suggestion of uninstalling ffmpeg and rebuilding from source throws up the following error :
Error: SHA256 mismatch
How do I get ffmpeg to work ?
-
Android AAC Cutter Library without FFmpeg [closed]
13 avril 2021, par PascalI have a simple question. I want to cut a bit of a AAC File on Android. I can't use FFmpeg because I already use it to decode my audio files. So if I use any library that contains FFmpeg, it resolves in a conflict.


I already tried to encode AAC myself with FFmpeg (native) but it also didn't worked. Even though I used the official transcode example (https://github.com/FFmpeg/FFmpeg/blob/master/doc/examples/transcode_aac.c).


I searched the web but couldn't get a working library, that does not use FFmpeg.