Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (60)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque 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 (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accé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 (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (4431)

  • Using ffMPEG on Windows with only the DLL's ?

    7 novembre 2012, par Nav

    What 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 using HINSTANCE 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 ssk

    Are 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 Gramner
    Windows 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