
Recherche avancée
Autres articles (15)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne 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 2011Unfortunately 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 2011Documentation 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 BanyalFor 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
orffmpeg-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 Wangavformat/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> -
C# Flyleaf Loading FFmpeg libraries ':FFmpeg' failed
2 octobre 2023, par Dmytro KardashI'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:
// Required to register ffmpeg libraries. Make sure you provide x86 or x64 based
// on your project.
// :<path> for relative path from current folder or any below
// <path> for absolute or relative path
</path></path>


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.