
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (32)
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
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 (...)
Sur d’autres sites (5368)
-
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.
-
opencv /ffmpeg/make.dat can not compile 64bits dll
25 juin 2014, par ErickingWhen I compiled suitable ffmpeg libs includes and bin with
mingw64
and givelibs *64.a
name and set them into right place and modifymake.bat
asreadme.txt
said.
But when I run make.bat,it produce a"opencv_ffmpeg_64.dll"
,and quickly delete it.
at last I can not get the dll.
It confused me greatly,why ?
make.bat as follows :set path=C :\MinGW64\mingw64\bin ;%path% & gcc -m64 -Wall -shared -o
opencv_ffmpeg_64.dll -O2 -x c++ -I../include -I../include/ffmpeg_
-I../../modules/highgui/src ffopencv.c -L../lib -lavformat64 -lavcodec64 -lavdevice64 -lswscale64 -lavutil64 -lavfilter64 -lswresample64 -lws2_32 -
Rails using ffmpeg to make a screenshot of a video
1er septembre 2016, par FelixI want to use ffmpeg to make a screenshot of a uploaded video.
What I do is : uploading a video with carrierwave to amazonS3
when or while it is uploading I want to make a screenshot as thumbnail for this video.How can I make this ? How can I call ffmpeg with rails ?
Thanks for your help