Recherche avancée

Médias (0)

Mot : - Tags -/flash

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (32)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

Sur d’autres sites (3882)

  • matroskadec : introduce resync function.

    28 mai 2013, par Sean McGovern
    matroskadec : introduce resync function.
    

    This allows handling matroska files with errors.
    Fixes test4.mkv and test7.mkv from the official Matroska test suite,
    and by extension Bugzilla #62.

    Based on a patch by Reimar Doffinger <Reimar.Doeffinger@gmx.de>

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavformat/matroskadec.c
  • C# Flyleaf Loading FFmpeg libraries ':FFmpeg' failed

    2 octobre 2023, par Dmytro Kardash

    I'm trying to link ffmpeg libraries in EngineConfig

    &#xA;

    EngineConfig engineConfig = new EngineConfig();&#xA;engineConfig.FFmpegPath = @"C:\somepath";&#xA;

    &#xA;

    Relative, absolute it doesn't matter.&#xA;Anyway it's always "Loading FFmpeg libraries ':FFmpeg' failed"

    &#xA;

    Summary for EngineConfig says

    &#xA;

    // Summary:&#xA;//     Required to register ffmpeg libraries. Make sure you provide x86 or x64 based&#xA;//     on your project.&#xA;//     :<path> for relative path from current folder or any below&#xA;//     <path> for absolute or relative path&#xA;</path></path>

    &#xA;

    I suggest that I am using improper libraries or something. I've got ones from official ffmpeg github as it is. Also I've tried FFmpeg.Autogen.dll, FFMpegCore.dll.

    &#xA;

  • avformat/mpegtsenc : add registration descriptor for AC-3 and EAC3

    23 août 2020, par Limin Wang
    avformat/mpegtsenc : add registration descriptor for AC-3 and EAC3
    

    Some DVB and ATSC captures are using the official MPEG2 registration
    descriptor in addition to using the correct stream type and the
    AC-3_audio_stream_descriptor/AC3_descriptor. So let's add it even if it is not
    strictly needed for DVB/ATSC.

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavformat/mpegtsenc.c