Recherche avancée

Médias (91)

Autres articles (96)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (9925)

  • avformat/avlanguage : add the 6 deprecated DVD languages

    24 janvier 2024, par Marth64
    avformat/avlanguage : add the 6 deprecated DVD languages
    

    There are 6 deprecated ISO language codes that are still valid for DVDs.
    This patch allows avlanguage to recognize them correctly. The codes are :
    (1) "in" - legacy code for Indonesian, mapped to the modern code
    (2) "iw" - legacy code for Hebrew, mapped to the modern code
    (3) "ji" - legacy code for Yiddish, mapped to the modern code
    (4) "jw" - legacy code for Javanese, published and used as a typoed version of "jv"
    (5) "mo" - legacy code for Moldavian, mapped to the inclusive code
    (6) "sh" - legacy code for Serbo-Croatian, no modern inclusive code so it is left alone

    All of this can be verified from several sources including :
    https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes

    Signed-off-by : Marth64 <marth64@proxyid.net>

    • [DH] libavformat/avlanguage.c
  • Map streams in ffmpeg based on title (to remove language variant)

    16 octobre 2024, par MappaM

    I have a few video files with English audio track and French audio track, because the family wants French and I prefer VO. With ffmpeg I can easily filter all tracks to keep eng and fre, the problem is there are multiple french dialects, one of them being Candian (VFQ).

    &#xA;

    Therefore, with the following input streams :

    &#xA;

      Stream #0:1(fre): Audio: eac3, 48000 Hz, 5.1(side), fltp, 768 kb/s (default)&#xA;    Metadata:&#xA;      title           : E-AC3 VFF&#xA;  Stream #0:2(fre): Subtitle: subrip (default) (forced)&#xA;    Metadata:&#xA;      title           : FORCED VFF&#xA;  Stream #0:3(fre): Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s&#xA;    Metadata:&#xA;      title           : AC3 VFQ&#xA;  Stream #0:4(fre): Subtitle: subrip&#xA;    Metadata:&#xA;      title           : FORCED VFQ&#xA;  Stream #0:5(eng): Audio: eac3, 48000 Hz, 5.1(side), fltp, 768 kb/s&#xA;    Metadata:&#xA;      title           : E-AC3 VO&#xA;

    &#xA;

    The command -map 0:v: -map 0:m:language:eng -map 0:m:language:fre does not filter out anything, and I keep both audio which is wasteful. The only metadata that could be used to filter seems to be the title.

    &#xA;

  • FFmpeg "Tag Stack Overflow"

    21 juillet 2020, par Eric Wolf

    I'm getting this error a lot. I have no idea what it means and searching stackoverflow.com for "stack overflow" error doesn't really work so well.

    &#xA;

    ~/$ [srt @ 0x55aebdcb55c0] tag stack overflow&#xA;Last message repeated 14180 times&#xA;Last message repeated 9103 times&#xA;Last message repeated 15564 times&#xA;Last message repeated 14181 times&#xA;Last message repeated 15719 times&#xA;Last message repeated 15565 times&#xA;Last message repeated 3567 times&#xA;

    &#xA;