
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (69)
-
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 -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)
Sur d’autres sites (10016)
-
avcodec/vb : Check input packet size to be large enough to contain flags
12 août 2019, par Michael Niedermayeravcodec/vb : Check input packet size to be large enough to contain flags
Fixes : Timeout (->9sec)
Fixes : 16292/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VB_fuzzer-5747063496638464Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
ffmpeg on ubuntu - how to stop recording the video ?
27 mai 2018, par DcbnvnI use program ffmpeg to record video from screen :
ffmpeg -f x11grab -r 15 -s 1280x1024 -i :1 -vcodec h264 -crf 30 -fs 600000 -y myvideo.mp4 -nostdin -nostats < /dev/null > /dev/null 2>&1 &
I set option -fs (from help : -fs limit_size set the limit file size in bytes)
The recording is executing in background
My question is - Is there any command in ffmpeg, that allows to stop recording ? I call ffmpeg from bash script and after that I invoke other script, so I need to stop recording exactly after second script executed.
-
avcodec/pixlet : Fix shift exponent 4294967268 is too large for 32-bit type 'int'
5 mai 2017, par Michael Niedermayeravcodec/pixlet : Fix shift exponent 4294967268 is too large for 32-bit type 'int'
Fixes : 1336/clusterfuzz-testcase-minimized-4761381930795008
Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>