
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (43)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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 (8709)
-
libx264 : Define X264_API_IMPORTS on MSVC/ICL
19 juillet 2013, par Derek Buitenhuislibx264 : Define X264_API_IMPORTS on MSVC/ICL
libx264 has a few data exports which require X264_API_IMPORTS
to be defined if we link to libx264 dynamically on Windows.In a similar fashion to how we handle our compat snprintf
implementation, if we define it all the time, the compiler
will first try and link to __imp_x264_symbol_name, and failing
that, as in the case of a static libx264, will attempt to link
to the non-prefixed symbol, which has already been pulled in by
other x264 functions’ object files.Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
ffmpeg video segmentation for hls (m3u8) not displaying current time and duration
27 janvier 2015, par Yuri A. BritoI’m following the tutorial on http://www.bogotobogo.com/VideoStreaming/ffmpeg_http_live_streaming_hls.php
I can play the file on VLC. However, it doesn’t show the current time neither the total video duration.
When I try to play it on safari using html5’s , it gives me an error (on embedded quicktime)
How can I make it work on safari and show times ?
I’m using ffpmeg 2.5.3 and the following command :
ffmpeg -i source.mp4 -map 0
-codec:v libx264 -codec:a libfaac
-f ssegment -segment_list playlist.m3u8
-segment_list_flags +live -segment_time 10
out%03d.ts -
FFmpeg Build ERROR (/usr/bin/ln : failed to create symbolic link 'libavutil.so' : No such file or)
11 février 2018, par BW-EagleI’m not expert on building c-files.
I want to use custom ffmpeg in my anndroid app.
But I have the below problem when building ffmpeg package with MinGW and NDK-R14bAfter running bash command, after a while finally it reaches this error :
/usr/bin/ln: failed to create symbolic link 'libavutil.so': No such file or directory
make: *** [libavutil/libavutil.so] Error 1
make: *** Waiting for unfinished jobs....I know that the problem must be about to LINKER but I can’t fix it.
Any help would be appreciated.