
Recherche avancée
Autres articles (62)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
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 (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)
Sur d’autres sites (4810)
-
Using ffMPEG on Windows with only the DLL's ?
7 novembre 2012, par NavWhat I actually want is to store frames of a video into a char array, using ffMPEG.
Constraint is to use only MSVC. Not allowed to use the Windows building tweak due to maintainability issues.So considered using the shared build to accomplish the task. It consists of only DLL's. No
lib
files, so I tried loading one of the DLL's usingHINSTANCE hInstLibrary = LoadLibrary("avcodec-54.dll");
and it works. But I couldn't find the interfaces of this DLL published anywhere. Could anyone help with this ? How do I know which functions of the DLL I can call and what parameters I can pass it so that I can get the video frames ? -
Video Processing Library on Windows Phone 8
3 avril 2015, par sskAre there video processing library on Windows phone 8 ? I am trying to convert very short videos from one format to another. From what I searched, FFMPEG is not available for windows phone : Using FFmpeg in .net ?
Is there an SDK support for video processing on Windows Phone ?
-
Windows Unicode support
11 août 2013, par Henrik GramnerWindows Unicode support
Windows, unlike most other operating systems, uses UTF-16 for Unicode strings while x264 is designed for UTF-8.
This patch does the following in order to handle things like Unicode filenames :
* Keep strings internally as UTF-8.
* Retrieve the CLI command line as UTF-16 and convert it to UTF-8.
* Always use Unicode versions of Windows API functions and convert strings to UTF-16 when calling them.
* Attempt to use legacy 8.3 short filenames for external libraries without Unicode support.- [DH] common/common.c
- [DH] common/opencl.c
- [DH] common/osdep.c
- [DH] common/osdep.h
- [DH] common/win32thread.c
- [DH] common/win32thread.h
- [DH] configure
- [DH] encoder/encoder.c
- [DH] encoder/ratecontrol.c
- [DH] input/avs.c
- [DH] input/ffms.c
- [DH] input/raw.c
- [DH] input/timecode.c
- [DH] input/y4m.c
- [DH] output/flv_bytestream.c
- [DH] output/matroska_ebml.c
- [DH] output/mp4.c
- [DH] output/raw.c
- [DH] x264.c
- [DH] x264.h
- [DH] x264cli.h
- [DH] x264res.rc