Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (94)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

Sur d’autres sites (12338)

  • ffmpeg - multiline text in metadata (comment tag)

    29 juillet 2016, par decss

    I use ffmpeg to update metadata tags like this way :

    ffmpeg -i "in.m4a" -acodec copy -metadata artist="artist text"
    -metadata comment="comment text" "out.m4a"

    Well, "artist text" and "comment text" is usual plain text, but comment field allows to put multiline text. Each line must have new line character to do it. Something like this :

    -metadata comment="source: lastfm \r\n tags: tag1, tag2 \r\n ..."

    But all characters that I use (\r\n, %nl%, ^N) bring no result.

    I run ffmpeg.exe from PHP script on Windows using shell_exec() function

    Someone help please, or tell me is it really possible ?...

  • How to add a comment into a mp3, in a specific language, using ffmpeg [duplicate]

    20 août 2021, par Valery Letroye

    I am fighting with ffmpeg to add a comment in french into a mp3. I want that comment to be displayed within the tab "Details" of the "Properties" window that I can open from Windows Explorer (which is using French as "Display Language").

    


    Ie. : I want this view :

    


    enter image description here

    


    Unfortunately, I can't find how to do it.

    


    In the illustration above, I did edit the comment directly from the "Details" tag of the "Properties" window. If I look at the Exif info of the file with "exiftool test.mp3", I see

    


    Comment (fra)                   : Test Comment FR


    


    Next, if I open the file test.mp3 with mp3tag (where fra is defined as my language via the Options > Advanced), I see correctly the comment :

    


    enter image description here

    


    Then, if I replace that comment into "Test Comment FR - Edit", within mp3tag, and save it, here is what I get with exiftool :

    


    Comment (fra)                   : Test Comment FR - Edit
Comment                         : Test Comment FR - Edit


    


    mp3tag has updated the Exif info "Comment (fra)" and added the ID3 tag "Comment".

    


    Now, if I try to add the comment with ffmpeg with the following commands (to clean first all metadata of my previous tests) :

    


    ffmpeg -i test.mp3 -map 0 -map_metadata -1 -c copy test-blank.mp3
ffmpeg -y -i test-blank.mp3 -metadata comment="Test Comment FR - ffmpeg" -c copy test.mp3


    


    Here are the Exif info I get :

    


    User Defined Text               : (comment) Test Comment FR - ffmpeg


    


    This info is not displayed in the "Details" tab of the "Properties" window.
Notice that it is however properly displayed by mp3tag.

    


    I did try to specify the language to ffmpeg with -metadata language="fra", or to use the metadata "Comment" or "Comment (fra)" instead of "comment", but nothing helped.

    


    I am totally lost as not an expert in ID3 and ffmpeg... And I didn't find any trick on Google.
NB. : I am using ffmpeg and exiftool in a Shell console on my Synology, to convert mp4 to mp3 (
ffmpeg version 2.7.7 built with gcc 4.9.3).

    


    Is there anyone experienced with ffmpeg who could guide me ?
PS. : I am even not sure that the comment added by ffmpeg would be displayed by a "English" version of Windows...

    


    A big thx in advance !

    


    V.

    


  • Roadmap #3844 : Gérer la parenté dans la déclaration d’un objet éditorial.

    2 octobre 2018, par RastaPopoulos ♥

    Attention pour le 2 c’est pas mal plus compliqué : la boucle HIERARCHIE n’est qu’un alias de la boucle RUBRIQUES légèrement customisée, mais c’est uniquement une boucle RUBRIQUE. À moins de la casser complètement et revoir entièrement (y compris pour les appels) comment ça marche, je vois pas encore trop comment elle pourrait être multi-objets, générique (sans casser les milliers d’utilisation actuelles, qui attendent d’avoir les balises et même les critères qu’on peut ajouter en plus, des boucles de rubriques).

    Ya des balises génériques #TRUC_ qui permettent de capter #TRUC_MACHIN, mais il faudrait peut-être, je crois pas que ça existe, une définition PHP de boucle "TRUC_" qui permet de capter tous les (TRUC_MACHIN). Ça permettrait en un seul code de définir toues les boucles (HIERARCHIE_PATATES).

    Actuellement quand j’ai un objet arborescent, c’est ce que je fais, je définis une boucle similaire, mais à refaire à chaque fois :
    https://zone.spip.net/trac/spip-zone/browser/spip-zone/_plugins_/chapitres/trunk/chapitres_fonctions.php#L8

    Mais en fait c’est con ce que j’ai, enfin ça peut servir, mais ya aussi plein de cas où on voudra désormais avoir la hiérarchie parente d’un truc sans savoir à l’avance son type d’objet… Donc va bien falloir trouver une manière de faire une boucle où on doit passer l’objet source en paramètre dynamique