
Recherche avancée
Autres articles (107)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (12168)
-
Crontab task scheduled every hour stops running from 11am to 12am
11 août 2019, par technikI have a rather weird issue. My aim is to use ffmpeg to grab a screenshot from a home CCTV cameras rtsp stream every hour. I want to do this in order to make a timelapse. However everyday from 11am to 12am (the next day) there are no snapshots saved.
On an always on Debian machine, this is the shell script I have that crontab calls :
dt=$(date +"%d%m%2y%I%M%S")
ffmpeg -rtsp_transport tcp -i "rtsp://IP:554/..." -frames 1 /user/snapshots/ch1/$dt.jpgRunning it by itself works fine and saves a jpg snapshot successfully to the right folders.
In
crontab -e
I have the following line :
0 * * * * /bin/sh //user/snap.sh
Thanks.
-
avcodec/aacdec_template : Fix running cleanup in decode_ics_info()
21 août 2017, par Michael Niedermayeravcodec/aacdec_template : Fix running cleanup in decode_ics_info()
Fixes : out of array read
Fixes : 2873/clusterfuzz-testcase-minimized-5924145713905664Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Previous version reviewed-by : Alex Converse <alex.converse@gmail.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
Revision a57cff2132 : Move set_speed_feature out of frame encoding Set speed features before running
4 mars 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_rdopt.c
Move set_speed_feature out of frame encodingSet speed features before running frame encoding. This avoids
redundant RD threshold calculation in key frame coding.Change-Id : If8e3cf2c02976baa59b310c1c23af9eea0c46e36