
Recherche avancée
Autres articles (55)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (2873)
-
how to record screen of windows using ffmpeg inside WSL [closed]
12 avril 2024, par SanthoshI have WSL2 and ubuntu installed inside it.


I have ffmpeg command line installed inside it.


Now I am not sure how to record the screen. Can someone help me what command options to be used to record screen (including windows UI)


I tried the below command.


Opened powershell in windows, then entered into wsl and then ran the below command


ffmpeg -f x11grab -y -framerate 30 -s 1920x1080 -i :0.0 -c:v libx264 -preset superfast -crf 18 out.mp4



but it results in blank screen video


-
configure : Don’t add -fPIC to asflags when targeting windows
12 octobre 2017, par Martin Storsjöconfigure : Don’t add -fPIC to asflags when targeting windows
On X86 windows, asflags weren’t actually ever used for anything,
since assembling used x86asflags instead, and that flags list
had -DPIC already.This fixes building shared libraries with clang for arm/aarch64
windows. (This wasn’t an issue when in msvc mode before, since
we don’t try to enable pic at all there, since the msvc armasm
assembler fails on our pic constructs there.)Signed-off-by : Martin Storsjö <martin@martin.st>
-
Windows 10 EV code signing no longer works on electron app
23 février 2021, par SoOhNoI have an electron app. Pretty basic app. It doesn't use ffmpeg for anything it does play an mp3 chime from time to time. I build my app with electron-forge using squirrel format. I then sign it using the SafeNet Authentication app. It's always worked flawlessly.


It's been a couple months since I last released a version. Only thing that has changed is some html ui updates within my electron app and of course lots of Windows 10 updates.


My app builds fine using electron-forge, it installs and runs without issue. I then sign it like usual from the command line and SafeNet confirms it was signed. Right clicking on the file shows it has been signed by my organization. However, once I execute the signed app I get this error : "The code execution cannot proceed because ffmpeg.dll was not found. Reinstalling the program may fix this problem."


Here is what I have tried so far :


- 

- Building/Signing on a different windows 10 machine.
- Uninstall/Reinstall SafeNet.
- Running signed .exe on a different Windows 10 instance
- Building/Signing with a cmd session ran as administrator










I am at a loss, why is it screaming about ffmpeg.dll which my app doesn't depend on ? Why only after the .exe has been signed do I get this error ?


OS : Windows 10

Electron v7.3.2

Electron-Forge/cli v6.0.0-beta.47

SafeNet x64 v10.3