Recherche avancée

Médias (91)

Autres articles (94)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (12548)

  • avcodec : add SIPR parser

    14 janvier 2017, par Paul B Mahol
    avcodec : add SIPR parser
    

    Fixes #2056.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/sipr_parser.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/aadec.c
    • [DH] libavformat/rmdec.c
  • avcodec : Add EXIF metadata parser to libavcodec.

    12 août 2013, par Thilo Borgmann
    avcodec : Add EXIF metadata parser to libavcodec.
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] MAINTAINERS
    • [DH] libavcodec/exif.c
    • [DH] libavcodec/exif.h
  • Corrupted output video from ffmpeg combining few videos

    22 février 2019, par David

    Ran ffmpeg on Windows 10 to concatanate 4 videos in this sequence :
    introduction.mp4 1.mp4 2.mp4 3.mp4
    to create combined.mp4

    1.mp4 2.mp4 and 3.mp4 were created identically by ffmpeg from a longer video

    When playing combined.mp4 the introduction.mp4 part was OK, but after that the video stopped.
    If I jumped forward got green and other color blank screen

    This was the ffmpeg command to concatenate :

    set parm=-probesize 1000 -analyzeduration 100000000 -fpsprobesize 1000
    c:/tools/ffmpeg64/bin/ffmpeg %parm% -loglevel warning -y -strict -2 -f concat -i videoList.txt -c copy combined.mp4

    This was the videoList.txt file :

    file introduction.mp4
    file 1.mp4
    file 2.mp4
    file 3.mp4

    The input files attributes are not the same

    introduction.mp4 1456x1028 25fps 111knps total 175kbps

    1.mp4 1280x720 29.97fpd 1107kbps total 1233kbps

    OUTPUT : combined.mp4 1456x1028 4.11 fps 1456kbps total 151kbps