Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (68)

  • 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 (8012)

  • Unable To Add Comment Metadata to MP3 File Using Windows FFMPEG

    4 avril 2019, par Muldesia

    I’ve previously used FFMPEG to successfully add various ID3 tags to MP3 files. However, I’m having trouble adding a ’comment’ tag.

    ffmpeg -i "InputFile.wav" -metadata comment="comment text" "OutputFile.mp3"

    ffprobe.exe, when examing the output file, shows the comment tag with the expected value. If I then go into the file properties in Windows, and view the Details tab, I see an empty comments field. Also appears empty in iTunes.

    If I give a value to the ’comments’ field using the Window’s file properties window, and then run ffprobe on the file again, I can see the comment tag with the updated value. So Windows can write to it successfully. The tag name appears identical as to when I use FFMPEG to set the comment.

    Does FFMPEG support writing the comment ID3 tag to MP3 files ? If so, how can I do this ?

    Many thanks !

  • Using && in Windows FileAssociation Action Commandline

    31 août 2017, par GavinBrelstaff

    I can use the && conjunction from within a standard Windows CMD shell to run two commands on the same line as such :

    "C:\Program Files (x86)\ffmpeg\ffmpeg.exe" -i "%1" -write_xing 0 -ac 2 -ar 24000 -ab 48k -id3v2_version 3 -write_id3v1 1 "%1".mp3 && DEL /Q "%1"
    • by which I delete the input file after having successfully converted it into mp3 output file using ffmpeg

    But the same line of code crashes when I insert it in to the appropriate RegEdit location e.g. :

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\Applications\foobar2000.exe\shell\mp3\command]
    @="\"C:\\Program Files (x86)\\ffmpeg\\ffmpeg.exe\" -i \"%1\" -write_xing 0 -ac 2 -ar 24000 -ab 48k -id3v2_version 3 -write_id3v1 1 \"%1\".mp3 && DEL /Q \"%1\" "

    while it worked fine before I added the trailing && clause. You run it by a right click context menu item.

    Is there any way to achieve this preferably without creating additional BAT/CMD files. I tried placing ( ) brackets around the entire line but then it seemed to change scope and no longer find the input file.

  • Compiling ffmpeg (-3.0) on windows 7 with nvenc

    21 février 2016, par aviyaChe

    I’m trying to compile ffmpeg (version 3.0) with the following configuration :

    ./configure --prefix=ffmpeg/ --disable-yasm --enable-nonfree --enable-nvenc

    But I get the following error :

    ERROR: nvEncodeAPI.h not found.

    I download the latest Nvidia video SDK (version 6.0.1), but I don’t know where to copy the nvEncodeAPI.h file.

    I have the following set up :

    • windows 7 64 bit
    • cygwin64 terminal
    • Nvidia Quadro k4200, with driver 361.91