
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (44)
-
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 (8131)
-
How to call ffmpeg with Java - umlauts ?
15 juillet 2014, par MeseI am using the Java ProcessBuilder to call FFmpeg to capture a single window on my screen on Windows 7 using this command :
ProcessBuilder pb = new ProcessBuilder(
"path\\ffmpeg",
"-f", "gdigrab",
"-i", "title=" + "title of window",
"path\\out.mp4"
);With most windows this works fine and I don’t have any problems. But when I try to capture a window with an umlaut (like ÄÖÜ) in its title, I get an error that FFmpeg could not find that window. The same happens when starting FFmpeg using the Windows console.
Does FFmpeg have a problem using umlauts and is there a way to capture windows with umlauts ?
Thanks !
-
Revision 61c3338516 : call vp[89]_clear_system_state after longjmp restore the environment post encod
10 juillet 2014, par James ZernChanged Paths :
Modify /vp8/decoder/onyxd_if.c
Modify /vp8/encoder/onyx_if.c
Modify /vp8/vp8_dx_iface.c
Modify /vp9/decoder/vp9_decoder.c
call vp[89]_clear_system_state after longjmprestore the environment post encode/decode failure
Change-Id : I3c72e2260a616432eaf1f9545d4fb4d8e45cc7b0
-
vc1test : Check malloc call
6 juillet 2014, par Nidhi Makhijani