Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (55)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (12302)

  • C# Flyleaf Loading FFmpeg libraries ':FFmpeg' failed

    2 octobre 2023, par Dmytro Kardash

    I'm trying to link ffmpeg libraries in EngineConfig

    


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


    


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

    


    Summary for EngineConfig says

    


    // 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
  • Which version of ffmpeg is newer ffmpeg-N-100679-g24dc6d386c or ffmpeg-N-4.3.1 ?

    2 février 2021, par Tanishq Banyal

    For my app i need FFmpeg, so i went to official website, for windows builds it said go here :-&#xA;https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2021-01-20-13-01

    &#xA;

    But now i have a problem.&#xA;Which version of ffmpeg is newer ?

    &#xA;

    ffmpeg-N-100679 or ffmpeg-n4.3.1-29 ?

    &#xA;

    Is that "N" version unstable and "n4" version stable ?

    &#xA;

    Any help would be appreciated