
Recherche avancée
Autres articles (30)
-
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 (...) -
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 (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (5909)
-
Show progress of a video conversion with c# (see details please)
25 février 2015, par ChrisCreateBossI’m using WinForms. I want to show the progress of a video conversion, I’m currently using the NReco.VideoConverter, I’ve tried FFLib.Encoder too, it has an EventHandler named Progress, but I can’t make it work with the progressBar.
I’ve tried
progressBar1.Value += converter.Progress;
, also tried using a "percentHandler", and it failed.Hope someone can help me. Also, if someone knows about a better video conversion library, please let me know.
Thnaks in advance
-
File Conversion on server side using ffmpeg [on hold]
6 février 2014, par user3217695The conversion of file from any format to mp4, following are some of the preferred formats
file formatsflv,webm,wmv,avi,m4v
are the files which i am using, and i tried many of the codec with differentffmpeg
linux
version but failed. please do the needful helpThanks in advance
-
scene detection with node-fluent-ffmpeg
9 mai 2017, par Samuel CalegariI try to detect when a scene is changing in video.
I use in command line
ffmpeg -i input.flv -filter:v "select='gt(scene,0.4)',showinfo" -f null - 2> ffout
But I want to do it with
node-fluent-ffmpeg
.thanks in advance