
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (42)
-
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 (8625)
-
ffmpeg : recording audio+video together results in frame dropping (Windows 7) [closed]
20 juin 2013, par John Smiththis is the entire command :
ffmpeg -f dshow -i audio="virtual-audio-capturer":video="screen-capture-recorder" -vcodec libx264 -r 25 -crf 1 -ac 1 -acodec aac -strict -2 -ar 44100 -q 1 -y -f flv output.flv
this produces kinda small and good file, still there are many "dshow @ 000000000031a0a0] real-time buffer 207% full ! frame dropped !". The video quality is very good, no lags at all, but audio do lags.
The strangest thing is, when I record only video, or only audio (so not both at the same time) it does produces lagless result.
Im kinda beginner in these things. -
Revision ba42c02654 : Add missing SECTION .text marker in assembly file. Fixes a crash on Windows whe
21 juin 2013, par Ronald S. BultjeChanged Paths :
Modify /vp9/encoder/x86/vp9_subpel_variance.asm
Add missing SECTION .text marker in assembly file.Fixes a crash on Windows when building with MSVC.
Change-Id : I124ac756a1be55d190fadda5fcc46d23b1445dbf
-
Windows 8 App, run process
26 juin 2013, par DoomStoneIs it possible to run an external exe file in a Windows 8 Store App, the reason for this is that i want to do some video convertion with ffmpeg though the app.