Advanced search

Medias (0)

Tag: - Tags -/médias

No media matches your criterion on the site.

Other articles (58)

  • Le profil des utilisateurs

    12 April 2011, by

    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 November 2010, by

    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 May 2011, by

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

On other websites (4846)

  • Windows: How to build X264.lib instead of .dll

    25 June 2015, by user1884325

    I downloaded the X264 source and installed mingw.

    Step 1:

    Executed this in the MINGW bash:

    ./configure —disable-cli —enable-shared —enable-win32thread -
    - extra-ldflags=-Wl,—output-def=libx264.def

    and then ’make’

    Step 2:

    Renamed the libx264-142.dll to libx264.dll and Opened up VS2012 Command Prompt and executed this:

    LIB /DEF:libx264.def

    which gave me libx264.lib and object libx264.exp

    Step 3:

    Included the lib file in a VS2012 project which uses the X264 API.

    Problem:

    When I start the project I get the following error message:

    "The program can’t start because libx264.dll is missing from your computer"

    Question:

    Why is it looking for the dll when I’m linking the static library in?

    How do I resolve this? I would like to build a static X264 library which I can link in with my project.

    EDIT:

    I just had to put the dll in the same directory as the project executable.

    However - My question still stands: How do I build a static x264 library? So I don’t need the dll?

  • FFmpeg error - “at least one output file must be specified” windows version

    30 June 2016, by AComputert

    I’m having a little trouble, and I feel like the solution is probably starting me in the face.
    How Can I extract mp4 from HTTP live streaming m3u8 file? I Tried this command below:

    ffmpeg -i http://ms1.movieland.ir/marci6z9OSicn34CRRcin2y4nv6KRZvigAIBsBbBGlj2HUPZBeEOY1019Zxc6zlQrq3ZkYrW0PiM1WDbpVn2JQ2/vod/5787c62c-fb29-4ca4-a328-b7447bb83436/medialist.m3u8?rpt=%5C2016%5C6%5C5787c62c-fb29-4ca4-a328-b7447bb83436&pid=0 -c copy -bsf:a aac_adtstoasc f:\stream\dora.mp4

    When run, this yells at me that "At least one output file must be specified". I’ve been knocking me head on the wall for hours now, what am I missing?

  • How to configure FFmpeg library with ndk r12 using windows 7 64 bit operating system for android

    13 July 2016, by jack

    I want to merge mp3 audio file with surfaceview recorded video in background. So after lots of research i get FFmpeg concept for achieving this kind of functionality. But i am not know how to configure Ffmpeg library with ndk in android studio using windows 7 64 bit os. So if any one can have knowledge about it so please share with me. Thank you in advance.

    enter image description here