Recherche avancée

Médias (91)

Autres articles (17)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (5260)

  • avformat/hlsenc : add var_stream_map LANGUAGE field string parameter

    23 janvier 2019, par Steven Liu
    avformat/hlsenc : add var_stream_map LANGUAGE field string parameter
    

    use a:0,agroup:aud_low,default:Yes,language:CHN a:1,agroup:aud_low,language:ENG
    a:2,agroup:aud_high,default:YesYes,language:CHN a:3,agroup:aud_high,language:ENG
    v:0,agroup:aud_low v:1,agroup:aud_high
    create master m3u8 list.

    result :
    EXTM3U
    EXT-X-VERSION:3
    EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_low",NAME="audio_0",DEFAULT=YES,LANGUAGE="CHN",URI="out_0.m3u8"
    EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_low",NAME="audio_1",DEFAULT=NO,LANGUAGE="ENG",URI="out_1.m3u8"
    EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_high",NAME="audio_2",DEFAULT=YES,LANGUAGE="CHN",URI="out_2.m3u8"
    EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_high",NAME="audio_3",DEFAULT=NO,LANGUAGE="ENG",URI="out_3.m3u8"
    EXT-X-STREAM-INF:BANDWIDTH=1170400,RESOLUTION=640x480,CODECS="avc1.64001e,mp4a.40.2",AUDIO="group_aud_low"
    out_4.m3u8
    EXT-X-STREAM-INF:BANDWIDTH=3440800,RESOLUTION=640x480,CODECS="avc1.64001e,mp4a.40.2",AUDIO="group_aud_high"
    out_5.m3u8

    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] doc/muxers.texi
    • [DH] libavformat/dashenc.c
    • [DH] libavformat/hlsenc.c
    • [DH] libavformat/hlsplaylist.c
    • [DH] libavformat/hlsplaylist.h
  • 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").

    &#xA;

    Ie. : I want this view :

    &#xA;

    enter image description here

    &#xA;

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

    &#xA;

    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

    &#xA;

    Comment (fra)                   : Test Comment FR&#xA;

    &#xA;

    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 :

    &#xA;

    enter image description here

    &#xA;

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

    &#xA;

    Comment (fra)                   : Test Comment FR - Edit&#xA;Comment                         : Test Comment FR - Edit&#xA;

    &#xA;

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

    &#xA;

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

    &#xA;

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

    &#xA;

    Here are the Exif info I get :

    &#xA;

    User Defined Text               : (comment) Test Comment FR - ffmpeg&#xA;

    &#xA;

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

    &#xA;

    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.

    &#xA;

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

    &#xA;

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

    &#xA;

    A big thx in advance !

    &#xA;

    V.

    &#xA;

  • can i set set language of a subtitle to english forced

    22 avril 2020, par Ginso

    i have a file with 4 subtitles : german, english, german forced, and english forced. However they are shown as

    &#xA;&#xA;

    title 1 [English]&#xA;title 2 [German]&#xA;title 3 [English]&#xA;title 4 [German]&#xA;

    &#xA;&#xA;

    i woud like to make the forced ones recognizable as such. Of course i could set -metadata:s:s:3 title="English forced" but then it would be shown as English forced [English] and i wonder if i could also set the language somehow so that it is called &#xA;title 3 [English forced] or similar ?

    &#xA;