
Recherche avancée
Autres articles (111)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...)
Sur d’autres sites (10402)
-
avfoundation : Fix version checks
15 décembre 2023, par Martin Storsjöavfoundation : Fix version checks
<OS>_VERSION_MAX_ALLOWED indicates what version is available in
the SDK, while <OS>_VERSION_MIN_REQUIRED is the version we can
assume is available, i.e. similar to what is set with e.g.miphoneos-version-min on the command line.
This fixes build errors like these :
src/libavdevice/avfoundation.m:788:37 : error : 'AVCaptureDeviceTypeContinuityCamera' is only available on macOS 14.0 or newer [-Werror,-Wunguarded-availability-new]
[deviceTypes addObject : AVCaptureDeviceTypeContinuityCamera] ;
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:551:38 : note : 'AVCaptureDeviceTypeContinuityCamera' has been marked as being introduced in macOS 14.0 here, but the deployment target is macOS 13.0.0
AVF_EXPORT AVCaptureDeviceType const AVCaptureDeviceTypeContinuityCamera API_AVAILABLE(macos(14.0), ios(17.0), macCatalyst(17.0), tvos(17.0)) API_UNAVAILABLE(visionos) API_UNAVAILABLE(watchos) ;
^Alternatively, we could use these more modern APIs, if enclosed
in suitable @available() checks. -
What are the options I should use with ffmpeg to convert mov and mp4 into webm to have the best playback support on Android WebView ?
18 novembre 2019, par georgetAndroid version : 8.1
WebView is WebChromeClientIf I understand from this page (https://developer.android.com/guide/topics/media/media-formats) the most supported format should be vp8 & webm. Is this correct ?
I’m using a webview to show several videos as part of a slideshow. But noticed that some of the videos don’t play. So far all webm files play without issues. The videos are played without user action using JS after setting
mWebview.getSettings().setMediaPlaybackRequiresUserGesture(false);
What are the options I should pass to
ffmpeg
to convert mov and mp4 files into webm with best chance of playback on WebView ?Currently I’m using this :
ffmpeg -i .mp4 -vcodec libvpx -qmin 0 -qmax 50 -crf 10 -an -b:v 1M .webm
We don’t need video in any of the resulting files, hence the
-an
flag. -
Revision 7f17b2e476 : gen_msvs_vcxproj.sh : Set TargetName instead of OutputFile. Set TargetName for l
20 février 2014, par Tom FineganChanged Paths :
Modify /build/make/gen_msvs_vcxproj.sh
gen_msvs_vcxproj.sh : Set TargetName instead of OutputFile.Set TargetName for library builds instead of changing the value of
OutputFile.This fixes the following warnings :
warning MSB8012 : TargetPath does not match Library's OutputFile property
value.Change-Id : I4320b6d9ea922d3a15b9823c7c6694ee33edbf45