[Ubuntu-QC] Logiciel de métadonnées
Frédéric Côté
frederick.cote at gmail.com
Mar 19 Nov 00:23:53 UTC 2013
Bonjour,
Les outils en mode commande ont générallement des options pour les
metadata. avconv (anciennement ffmpeg) utilise l'argument "-metadata
string=string".
Donc un exemple serait:
avconv -i in.avi -codec copy -metadata title="Mon Title" out.avi
Voici le lien vers la doc:
http://libav.org/avconv.html
Et la partie intéressente:
‘-metadata[:metadata_specifier] key=value (*output,per-metadata*)’
Set a metadata key/value pair.
An optional metadata_specifier may be given to set metadata on streams or
chapters. See -map_metadata documentation for details.
This option overrides metadata set with -map_metadata. It is also possible
to delete metadata by using an empty value.
For example, for setting the title in the output file:
avconv -i in.avi -metadata title="my title" out.flv
To set the language of the first audio stream:
avconv -i INPUT -metadata:s:a:0 language=eng OUTPUT
--
"In a world without walls, who really needs Windows"
"Nothing is foolproof because fools are so ingenious"
-------------- section suivante --------------
Une pièce jointe HTML a été nettoyée...
URL: <https://lists.ubuntu.com/archives/ubuntu-quebec/attachments/20131118/b2e83c25/attachment.html>
More information about the Ubuntu-quebec
mailing list