
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (72)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (9365)
-
Converting jpg's to mp4 using FFmPy
30 juin 2018, par MattI have a file full of jpg images that I would like to convert into an mp4 video. I have managed to do this on the command line using
cat path/to/pictures/%d.jpg | ffmpeg -f image2pipe -i - output.mp4
However when I try and go about doing it via FFmPy :
ff = ffmpy.FFmpeg(
inputs={'path/to/pictures/%d.jpg': None},
outputs={'output.mp4': None})
ff.cmd
ff.run()I will run into the error :
FFRuntimeError: `ffmpeg -i path/to/pictures/1.jpg -f output.mp4` exited with status 1
STDOUT:
STDERR:I’m really not sure what the issue is here, any change I make results in the same error. Any help would be appreciated, thanks.
-
Revision 1374a06bd8 : Optimize partition search order This commit change the partition search order t
27 juin 2013, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Optimize partition search orderThis commit change the partition search order to allow checking of
rectangular partition to be done after square partitions. It also
added a speed feature to skip rectangular partition check when
NONE is better than SPLIT in RD sense.This feature roughly speed up encoder by 1.5X with loss on compression
0.91% on cif set
0.56% on stdhd set
Change-Id : I0d2d06993041aa9ea9073fcc39c54f73a127dfa4
-
The formula runs text, from bottom to top, it does not end when there are still letters
27 février 2019, par MonsoI have 1 txt file. In the file there is a word, but my formula "y=h-40*t" has a problem, it does not end when the text runs out, the text is not over but it has ended, I want to speed 40 and size The word 120, can you help me find the correct recipe ? Thanks
ffmpeg -loop 1 -y -i a.jpg -i b.mp3 vf "drawtext="fontsize=120:fontfile=arial.ttf:textfile=1.txt:y=h-40*t""
scale=852x480 setsar=1:1 -vcodec libx264 -b:v 1000k -preset superfast 3.mp4