
Recherche avancée
Autres articles (59)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
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 -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (7769)
-
avfilter_copy_buf_props replacement in ffmpeg 4.2
24 septembre 2019, par M.MahdipourI have upgraded from an old ffmpeg version to ffmpeg 4.2. In my source code, there is a line like this :
ret = av_buffersink_get_buffer_ref(pBufferSinkCtx, &pPicref, AV_BUFFERSINK_FLAG_PEEK);
In the new version,
av_buffersink_get_buffer_ref
is not available. What is the correct replacement ofav_buffersink_get_buffer_ref
? Can I replace it withav_buffersink_get_frame_flags
? -
How to split video to frames and one frame to 3 images from selected frame parts
19 août 2019, par Łukasz KlejsztaI`m parsing mp4 files on server (node.js). I want to have at least 3 images from specific parts of video, frame by frame.
I already splitted video to frames using command :
ffmpeg -i /mnt/.../test_1.mp4 -s 1920x1080 -aspect 16:9 -vframes 5 -filter_complex "scale=iw*sar:ih, pad=max(iw\\,ih*(16/9)):ow/(16/9):(ow-iw)/2:(oh-ih)/2:black" /mnt/.../test_frame_1920x1080_%d.jpg
I have test_1.mp4 file 1920x1080 60fps, want to store part of each frame as image. Part of image is reactangle starting at 100x100 and ending on 200x200. Result would be like test_1_[frame_number]_image_100x100_200x200.jpg
-
Your 6-step guide to increasing acquisition
2 juillet 2019, par Matomo Core Team — Analytics Tips