Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (15)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (3881)

  • 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 :-
https://github.com/BtbN/FFmpeg-Builds/releases/tag/autobuild-2021-01-20-13-01

    


    But now i have a problem.
Which version of ffmpeg is newer ?

    


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

    


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

    


    Any help would be appreciated

  • 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
  • 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;