Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (16)

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

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (3628)

  • avcodec/dv_profile : PAL DV files with dsf flag 0 - detect via pal flag and buf_size

    18 mars 2021, par Mark Plomer
    avcodec/dv_profile : PAL DV files with dsf flag 0 - detect via pal flag and buf_size
    

    Some old DV AVI files have the DSF-Flag of frames set to 0, although it
    is PAL (maybe rendered with an old Ulead Media Studio Pro) ... this causes
    ffmpeg/VLC-player to produce/play corrupted video (other players/editors
    like VirtualDub work fine).

    Fixes ticket #8333 and replaces/extends hack for ticket #2177

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavcodec/dv_profile.c
  • How can you get a webm file without headers to play video and audio ?

    31 août 2023, par John

    Right now I have webm files that are missing the header information so they don't play. How can I fix them so that they play ? My only hack is to get a small webm file with header information and prepend the file, then encode to mp4 and mp3.

    &#xA;

    ffmpeg -i input.webm output.mp4&#xA;[matroska,webm @ 0x13481be00] Format matroska,webm detected only with low score of 1, misdetection possible!&#xA;[matroska,webm @ 0x13481be00] EBML header parsing failed&#xA;kyle.webm: Invalid data found when processing input&#xA;

    &#xA;

    Example file : https://drive.google.com/file/d/1j21wxHyQimMorWU99MJx—4YhgSimkp7/view?usp=share_link

    &#xA;

  • Revert "avformat/dashenc : Disable writing CODECS tag for HEVC streams"

    7 juin 2021, par Valerii Zapodovnikov
    Revert "avformat/dashenc : Disable writing CODECS tag for HEVC streams"
    

    This reverts commit d6d407d2d758b404af0ce6a8ff46bf164db020a1.
    Hack not needed after a2b1dd0ce301450a47c972745a6b33c4c273aa5d.
    Will fix #7480 and #8904.
    This will include e.g. CODECS="hvc1.2.4.L123.B0" into m3u8.

    Signed-off-by : Valerii Zapodovnikov <val.zapod.vz@gmail.com>

    • [DH] libavformat/dashenc.c