
Recherche avancée
Autres articles (83)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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 (15320)
-
How to get video frames from h264 video using FFMPEG in ios
22 avril 2015, par narendrakumar bhow to use SampleBuffer, for decoding the video in iOS Refer this link .I want to use frames in SampleBuffer. How can i pass the data into SampleBuffer.
Any Suggestions or reference links can be invited.
Thanks in Advance
-
An x264-encoded video only with P frames and a different video for I frame
24 mai 2018, par MSD PaulSuppose I have 5 frames, I encode first one as the I or reference frame and all other as P frames in one video using x264 codec.
In this case, is it possible to have 2 videos, one only with an I frame and another frame only with 4 P frames ?
To decode all 4 P frames, I require the first I frame video but can we construct the videos in this way ?
-
video overlay on another video with rounded corner, transparency, opacity, scaling, and border all together with FFMPEG in PHP
8 février 2020, par Avan ShrivastavaI am trying to change a video with Rotation, rounded corner, transparent, scaling, and border all with together and overlay on a video ; I am trying to do this with FFMPEG in PHP but getting issue in transparent background ; I am getting green background please help ;
ffmpeg -i empt_vid_5891581054410.mp4 -i merged-571580302534.mp4 -filter_complex "[1:v] rotate=- 30*PI/180:ow=rotw(iw):oh=roth(ih):c=none [rotate] ;[0:v][rotate] overlay=40:10:enable=’between(t,2,7)’, colorchannelmixer=aa=0.5" -auto-alt-ref 0 -pix_fmt yuv420p -c:a copy overlayavatar.mp4