
Recherche avancée
Autres articles (100)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (15032)
-
avcodec/fic : Check available input space for cursor
5 mai 2018, par Michael Niedermayeravcodec/fic : Check available input space for cursor
Fixes : out of array read
Fixes : 6546/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FIC_fuzzer-6317064647081984Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
How to make ffmpeg cmd run if there is space in director path or file name
18 janvier 2019, par Samwinishere HereI am using ffmpeg to cut video via android, all working fine but only issue come when if the source directory contain space the command is not working by saying file not found
-i /storage/emulated/0/ISave Videos/Br0gv9anKKg.mp4 -acodec copy -vcodec copy -ss 00:00:10 -t 00:00:20 /storage/emulated/0/1547813275685ChunkClip.mp4
file not found is Like"File not found -i /storage/emulated/0/ISave"
But for other path no issue and all works fine only if space is there in file path the issue comes
-
ffmpeg error > av_interleaved_write_frame() : No space left on device
15 mars 2021, par EscouteI am recording screen using ffmpeg with following command



ffmpeg -f alsa -f x11grab -i :0.0+0,0 -framerate 30 -crf 30 -video_size 400x400 output.mp4




When I have low memory on disk, ffmpeg throws
av_interleaved_write_frame(): No space left on device
error. And while opening recorded file getting errorThis file contains no playable streams.
.


Is it possible to make the video file playable ?