
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 (14556)
-
flutter_ffmpeg package name
22 septembre 2021, par JoergPwhen installing flutter_ffmpeg I should set the package name in


android/build.gradle


ext {
 flutterFFmpegPackage = "<flutter ffmpeg="ffmpeg" package="package" listed="listed" in="in" section="section">"
</flutter>


}


and in ios/Podfile


if plugin_name == 'flutter_ffmpeg'
 pod 'flutter_ffmpeg/<package>', 
</package>


Do I just enter "flutter_ffmpeg" here or is the "package name" different ?
How does the final code should look like ?


Thanks !


-
Revision 12eb2d0267 : Correct bug in loopfilter initialization The memset sets 16 bytes rather than t
9 août 2013, par Adrian GrangeChanged Paths :
Modify /vp9/common/vp9_loopfilter.c
Correct bug in loopfilter initializationThe memset sets 16 bytes rather than the correct size of the
final array dimension (MAX_MODE_LF_DELTAS).(In response to bug posted by Manjit Hota to codec-devel
and webm-discuss lists)Change-Id : I8980f5aa71ddc9d7ef57c5b4700bc28ddf8651c7
-
Tokbox archived video is letterbox (black border around video)
28 août 2017, par Bijan MarkesI have archiving setup to save my tokbox publisher streams straight to an AWS S3 Bucket ; But the final saved archive.mp4 is appearing letter-boxed / has black borders around the stream video rather than stretching the video to fit the whole frame. Is there any way to change this ? It is completely on the tokbox end and I also have the fit-mode for the publisher set to "contain" although changing it to cover doesn’t change anything. Thanks.