
Recherche avancée
Médias (91)
-
Head down (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Echoplex (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Discipline (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Letting you (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
999 999 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (62)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (5251)
-
sandboxed electron app cant use ffmpeg (mac apple store)
3 janvier 2021, par MartinI am trying to build an electron application for the mac apple store that uses ffmpeg.


I can use fluent-ffmpeg locally fine and It continues to work when I build my app for windows/mac/linux, but when I build a sandoxed Mac Apple Store (MAS) .app file and sign the .app file, fluent-ffmpeg does not work anymore, and throws an
ffmpeg was killed with signal SIGILL
error in console :



Fluent-ffmpeg gets setup with this javscript code :


//begin get ffmpeg info
 const ffmpeg = require('fluent-ffmpeg');
 //Get the paths to the packaged versions of the binaries we want to use
 var ffmpegPath = require('ffmpeg-static-electron').path;
 ffmpegPath = ffmpegPath.replace('app.asar', 'app.asar.unpacked')
 var ffprobePath = require('ffprobe-static-electron').path;
 ffprobePath = ffprobePath.replace('app.asar', 'app.asar.unpacked')
 //tell the ffmpeg package where it can find the needed binaries.
 
 ffmpeg.setFfmpegPath(ffmpegPath)//("./src/ffmpeg/ffmpeg");
 ffmpeg.setFfprobePath(ffprobePath)//("./src/ffmpeg/ffprobe");
 
 //end set ffmpeg info



I have looked into this issue some and found similar questions, like this stackoverflow answer (link here) which says to compile a static ffmpeg executable and use that.


So I learned how to compile ffmpeg from the command line using these commands on my mac terminal :


git clone https://git.ffmpeg.org/ffmpeg.git 

./configure --pkg-config-flags="--static" --libdir=/usr/local/lib --extra-version=ntd_20150128 --disable-shared --enable-static --enable-gpl --enable-pthreads --enable-nonfree --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libx264 --enable-filters --enable-runtime-cpudetect

make




After a while, I get an ffmpeg folder, which I move to my electron project's src folder
/src/


I place this ffmpeg folder inside my electron /src folder and change my ffmpeg setup code to use my statically built folder like so :


//begin get ffmpeg info
 const ffmpeg = require('fluent-ffmpeg');
 //Get the paths to the packaged versions of the binaries we want to use
 var ffmpegPath = require('ffmpeg-static-electron').path;
 ffmpegPath = ffmpegPath.replace('app.asar', 'app.asar.unpacked')
 var ffprobePath = require('ffprobe-static-electron').path;
 ffprobePath = ffprobePath.replace('app.asar', 'app.asar.unpacked')
 //tell the ffmpeg package where it can find the needed binaries.
 
 ffmpeg.setFfmpegPath(ffmpegPath)//("./src/ffmpeg/ffmpeg");
 ffmpeg.setFfprobePath(ffprobePath)//("./src/ffmpeg/ffprobe");
 
 //end set ffmpeg info



And then build / sign my app with these commands :


$ electron-builder build --mac

$ sudo codesign --deep --force --verbose --sign '##(my dev id)####' dist/mas/Digify-mac.app



But the final built .app file has the same error when trying to launch ffmpeg :


ffmpeg was killed with signal SIGILL



I've been trying to solve this issue myself but with no luck, there have been some recent posts about this on the apple developer forums :
https://developer.apple.com/forums/thread/87849


but most of the other guides online are outdated.


Can anyone please help me get ffmpeg working in an sandboxed electron app for the Mac Apple Store ? Any help would be much appreciated


-
Power-Up your Matomo installation with Custom Reports
13 novembre 2017, par InnoCraft — PluginsWould you like to create a report in Matomo (Piwik) with just the data you want and nothing else ? Would you like to be free to decide the shape of it ? Are you struggling with the Matomo database and wish you could have an easy interface to create the report you want ? Are you tired of exporting your data in a spreadsheet ? Since last October, there’s a solution and it’s called Custom Reports.
With custom reports you will :
- get a user-friendly interface to create the report you wish
- see all the possible combinations to create the report you desire
- reveal new data combinations which were not directly available in Matomo (Piwik)
User friendly interface
The time when you created your reports from MySQL database is over. Now with custom reports you can create the report you want and get the data you need in just a few seconds.
Custom reports are part of the main user interface. You can access them in just one click :As you can see from above the interface is straightforward, just indicate the name of your report and start to select the dimensions and metrics you would like to see.
See all the possible combinations to create the report you desire
As a user the big question has always been, how much data does Matomo (Piwik) collect and where can I find a list of all those data points ? Here you have the solution. Matomo is gathering in custom reports all the possible combinations so you can select only the data you want :
Creating such a report is going to take you no more than a minute. As with any reports within Matomo (Piwik), you can easily get information regarding the specific data you are using by hovering your mouse on the question mark next to each dimension and metric :
Make new combinations which were not directly available in Matomo
By default, not all combinations are possible within the Matomo (Piwik) user interface. Now thanks to Custom Reports, you can easily design the report you want. Here is for example a report crossing page titles and page url :
You can then identify if there are any duplicate titles within your content and see the associated URL in a single report.
You could also identify easily what are your most viewed entry page from Google :
Custom reports can also be used with segments and filters in order to get even more specific data.
Here we have an example of a custom report designed to take into consideration only the visits coming from Wikipedia :What is the next step ?
As you understood it, Matomo (Piwik) custom reports is the must-have plugin in order to take your Matomo to the next level. Why wait ? Matomo custom reports are available through the marketplace.
If you are not sure yet, you can always give it a try within our Matomo Cloud (formerly Piwik Cloud) infrastructure.
-
Power-Up your Piwik installation with Custom Reports
13 novembre 2017, par InnoCraft — PluginsWould you like to create a report in Piwik with just the data you want and nothing else ? Would you like to be free to decide the shape of it ? Are you struggling with the Piwik database and wish you could have an easy interface to create the report you want ? Are you tired of exporting your data in a spreadsheet ? Since last October, there’s a solution and it’s called Custom Reports.
With custom reports you will :
- get a user-friendly interface to create the report you wish
- see all the possible combinations to create the report you desire
- reveal new data combinations which were not directly available in Piwik
User friendly interface
The time when you created your reports from MySQL database is over. Now with custom reports you can create the report you want and get the data you need in just a few seconds.
Custom reports are part of the main user interface. You can access them in just one click :As you can see from above the interface is straightforward, just indicate the name of your report and start to select the dimensions and metrics you would like to see.
See all the possible combinations to create the report you desire
As a user the big question has always been, how much data does Piwik collect and where can I find a list of all those data points ? Here you have the solution. Piwik is gathering in custom reports all the possible combinations so you can select only the data you want :
Creating such a report is going to take you no more than a minute. As with any reports within Piwik, you can easily get information regarding the specific data you are using by hovering your mouse on the question mark next to each dimension and metric :
Make new combinations which were not directly available in Piwik
By default, not all combinations are possible within the Piwik user interface. Now thanks to Custom Reports, you can easily design the report you want. Here is for example a report crossing page titles and page url :
You can then identify if there are any duplicate titles within your content and see the associated URL in a single report.
You could also identify easily what are your most viewed entry page from Google :
Custom reports can also be used with segments and filters in order to get even more specific data.
Here we have an example of a custom report designed to take into consideration only the visits coming from Wikipedia :What is the next step ?
As you understood it, Piwik custom reports is the must-have plugin in order to take your Piwik to the next level. Why wait ? Piwik custom reports are available through the marketplace.
If you are not sure yet, you can always give it a try within our Piwik Cloud infrastructure.