Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (75)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

Sur d’autres sites (9629)

  • FFMPEG errors with non-English characters

    1er avril 2021, par Mingli Yang

    When I tried to use the command-line to catch a chrome window with non-English characters such as ¥, or any other 中文页面, an I/O error will occur with the message "Can't find window "¥中文页面。 - Google Chrome", aborting." When the non-English characters are replaced by English ones, the errors will disappear. Environment : Windows 10, ffmpeg version 2021-03-24

    


    This works fine :
ffmpeg -f gdigrab -i title="$ English Page - Google Chrome" -pix_fmt yuv420p grab.mp4

    


    This has errors :
ffmpeg -f gdigrab -i title="¥中文页面。 - Google Chrome" -pix_fmt yuv420p grab.mp4

    


    "Can't find window "¥中文页面。 - Google Chrome", aborting."

    


    Any ideas to solve this ?

    


  • avformat/matroskaenc : Don't write empty language

    16 février 2021, par Andreas Rheinhardt
    avformat/matroskaenc : Don't write empty language
    

    According to the new EBML specifications, a string element of length
    zero would be read as the default value by a compliant parser.

    Reviewed-by : Ridley Combs <rcombs@rcombs.me>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/matroskaenc.c
  • FFMPEG : how to select audio stream without language metadata

    2 décembre 2020, par riofly

    I have some source Video files with one or more audio streams inside.
    &#xA;I would to encode each source file with Italian language. Then I can do it.

    &#xA;

    ffmpeg -i source-file.avi -c:v ... -c:a ... -map 0:a:m:language:ita ...&#xA;

    &#xA;

    But some source file has audio stream without Language metadata.
    &#xA;I look that it is possible to set Language metadata with "und" special value. Then I try to select the audio stream with this command :

    &#xA;

    ffmpeg -i source-file.avi -c:v ... -c:a ... -map 0:a:m:language:ita? -map 0:a:m:language:und? ...&#xA;

    &#xA;

    (the " ?" char say to ffmpeg that he do not fire exception if the audio stream do not exists).
    &#xA;Unfortunatelly this command do not works... It seems that ffmpeg search the "und" language instead of search a audio stream "without" language.

    &#xA;

    Video MetaData

    &#xA;

    This is the video MetaData where audio stream do not have language value :

    &#xA;

    Input #0, matroska,webm, from &#x27;D:\My-Video.mkv&#x27;:&#xA;  Metadata:&#xA;    title           : My-Video&#xA;    encoder         : libebml v1.3.3 &#x2B; libmatroska v1.4.4&#xA;    creation_time   : 2016-01-20T16:02:03.000000Z&#xA;  Duration: 01:15:28.93, start: 0.000000, bitrate: 2775 kb/s&#xA;    Stream #0:0: Video: h264 (High), yuv420p(progressive), 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 1k tbn, 50 tbc (default)&#xA;    Metadata:&#xA;      BPS             : 2387529&#xA;      BPS-eng         : 2387529&#xA;      DURATION        : 01:15:28.920000000&#xA;      DURATION-eng    : 01:15:28.920000000&#xA;      NUMBER_OF_FRAMES: 113223&#xA;      NUMBER_OF_FRAMES-eng: 113223&#xA;      NUMBER_OF_BYTES : 1351616420&#xA;      NUMBER_OF_BYTES-eng: 1351616420&#xA;      _STATISTICS_WRITING_APP: mkvmerge v8.7.0 (&#x27;All of the above&#x27;) 64bit&#xA;      _STATISTICS_WRITING_APP-eng: mkvmerge v8.7.0 (&#x27;All of the above&#x27;) 64bit&#xA;      _STATISTICS_WRITING_DATE_UTC: 2016-01-20 16:02:03&#xA;      _STATISTICS_WRITING_DATE_UTC-eng: 2016-01-20 16:02:03&#xA;      _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES&#xA;      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES&#xA;    Stream #0:1: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s (default)&#xA;    Metadata:&#xA;      BPS             : 384000&#xA;      BPS-eng         : 384000&#xA;      DURATION        : 01:15:28.928000000&#xA;      DURATION-eng    : 01:15:28.928000000&#xA;      NUMBER_OF_FRAMES: 141529&#xA;      NUMBER_OF_FRAMES-eng: 141529&#xA;      NUMBER_OF_BYTES : 217388544&#xA;      NUMBER_OF_BYTES-eng: 217388544&#xA;      _STATISTICS_WRITING_APP: mkvmerge v8.7.0 (&#x27;All of the above&#x27;) 64bit&#xA;      _STATISTICS_WRITING_APP-eng: mkvmerge v8.7.0 (&#x27;All of the above&#x27;) 64bit&#xA;      _STATISTICS_WRITING_DATE_UTC: 2016-01-20 16:02:03&#xA;      _STATISTICS_WRITING_DATE_UTC-eng: 2016-01-20 16:02:03&#xA;      _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES&#xA;      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES&#xA;    Stream #0:2(ita): Subtitle: dvd_subtitle, 720x576 (default)&#xA;    Metadata:&#xA;      BPS             : 2218&#xA;      BPS-eng         : 2218&#xA;      DURATION        : 01:09:57.232000000&#xA;      DURATION-eng    : 01:09:57.232000000&#xA;      NUMBER_OF_FRAMES: 965&#xA;      NUMBER_OF_FRAMES-eng: 965&#xA;      NUMBER_OF_BYTES : 1163769&#xA;      NUMBER_OF_BYTES-eng: 1163769&#xA;      _STATISTICS_WRITING_APP: mkvmerge v8.7.0 (&#x27;All of the above&#x27;) 64bit&#xA;      _STATISTICS_WRITING_APP-eng: mkvmerge v8.7.0 (&#x27;All of the above&#x27;) 64bit&#xA;      _STATISTICS_WRITING_DATE_UTC: 2016-01-20 16:02:03&#xA;      _STATISTICS_WRITING_DATE_UTC-eng: 2016-01-20 16:02:03&#xA;      _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES&#xA;      _STATISTICS_TAGS-eng: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES&#xA;

    &#xA;

    Can someone help me ?
    &#xA;Thanks !

    &#xA;