
Recherche avancée
Autres articles (38)
-
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" (...) -
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 (6992)
-
FFMPEG : Black background after scaled and cropped
30 septembre 2015, par kenickyI am using scale and crop for creating a new video. The problem is the
nullsrc
’s size is greater than the input, leaving a blinking green background. How can I change the blinking green background to black ?here is my code :
ffmpeg -y -i 1.mov -filter_complex "nullsrc=size=640x480 [base]; [0:v] setpts=PTS-STARTPTS, scale=320x480 [left]; [base][left] overlay=shortest=0:x=160" -c:v libx264 -t 5 output.mp4
-
Make green nullsrc to black
2 octobre 2016, par UltginI have a video which hasn’t 1920x1080 so I need to make it.
I try to use next command :
ffmpeg -i "video.avi" -filter_complex "nullsrc=size=1920x1080 [0:v]; [0:v] overlay=shortest=1:x=200:y=100" -r 30 -c:v libx264 -preset fast -crf 18 -profile:v high -bf 2 -flags +cgop -coder 1 -pix_fmt yuv420p -strict -2 -c:a aac -b:a 384k "video.mp4"
But I got a green frame over the video like this - http://i.imgur.com/QNVUGb5.jpg
I dont find a solution to make a green in any other color.
How possible to make green frame to black frame ?
Thanks.
-
Make green nullsrc to black
5 février 2020, par UltginI have a video which hasn’t 1920x1080 so I need to make it.
I try to use next command :
ffmpeg -i "video.avi" -filter_complex "nullsrc=size=1920x1080 [0:v]; [0:v] overlay=shortest=1:x=200:y=100" -r 30 -c:v libx264 -preset fast -crf 18 -profile:v high -bf 2 -flags +cgop -coder 1 -pix_fmt yuv420p -strict -2 -c:a aac -b:a 384k "video.mp4"
But I got a green frame over the video like this - http://i.imgur.com/QNVUGb5.jpg
I dont find a solution to make a green in any other color.
How possible to make green frame to black frame ?
Thanks.