
Recherche avancée
Autres articles (40)
-
Qu’est ce qu’un éditorial
21 juin 2013, parEcrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
Vous pouvez personnaliser le formulaire de création d’un éditorial.
Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...) -
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (5933)
-
Senior Software Engineer to join Piwik Product Engineering team
10 janvier 2015, par Matthieu Aubry — JobsAt Piwik and Piwik PRO we develop the leading open source web analytics platform, used by more than one million websites worldwide. Our vision is to help the world liberate their analytics data by building the best open alternative to Google Analytics.
The Piwik platform collects, stores and processes a lot of information : hundreds of millions of data points each month. We create intuitive, simple and beautiful reports that delight our users.
Are you seeking a new challenge ? We are currently looking for a full time Software Developer to join our small and dedicated Product Engineering team.
At Piwik PRO we practise agile methodology, test driven development and fast release cycles. The main technologies we work with are PHP5, JavaScript (AngularJS, jQuery) and MySQL and our tools include PhpStorm, Github, Travis CI and Slack.
As a Software Developer for Piwik PRO, you will be writing open source code that will directly benefit 250,000+ Piwik users in 200+ countries and 50 languages.
Key Responsibilities
- Writing server-side code (PHP 5) and front-end code (JavaScript).
- Creating robust high-volume production applications and developing prototypes quickly.
- Tackling new problems as we continue to push technology forward.
- Assisting other developers by writing peer code reviews.
- Improving and updating our platform developer guides.
- Lead by example, able to self manage and use initiative to get things done.
Minimum qualifications
- Experience in product development, security, the open source philosophy and usable interface design.
- Understanding of, and practical experience with PHP5 and JavaScript application development.
- 3+ years experience building successful production software systems.
- Solid knowledge of testing principles and OOP.
- Strong analytical and coding skills.
- Strong written communication.
Location
- Offices based in Wellington, New Zealand or Wrocław, Poland.
- However remote work is also possible.
Apply online
To apply for this position, please Apply online here. We look forward to receiving your applications !
-
Senior Software Engineer to join Piwik Product Engineering team
10 janvier 2015, par Matthieu Aubry — JobsAt Piwik and Piwik PRO we develop the leading open source web analytics platform, used by more than one million websites worldwide. Our vision is to help the world liberate their analytics data by building the best open alternative to Google Analytics.
The Piwik platform collects, stores and processes a lot of information : hundreds of millions of data points each month. We create intuitive, simple and beautiful reports that delight our users.
Are you seeking a new challenge ? We are currently looking for a full time Software Developer to join our small and dedicated Product Engineering team.
At Piwik PRO we practise agile methodology, test driven development and fast release cycles. The main technologies we work with are PHP5, JavaScript (AngularJS, jQuery) and MySQL and our tools include PhpStorm, Github, Travis CI and Slack.
As a Software Developer for Piwik PRO, you will be writing open source code that will directly benefit 250,000+ Piwik users in 200+ countries and 50 languages.
Key Responsibilities
- Writing server-side code (PHP 5) and front-end code (JavaScript).
- Creating robust high-volume production applications and developing prototypes quickly.
- Tackling new problems as we continue to push technology forward.
- Assisting other developers by writing peer code reviews.
- Improving and updating our platform developer guides.
- Lead by example, able to self manage and use initiative to get things done.
Minimum qualifications
- Experience in product development, security, the open source philosophy and usable interface design.
- Understanding of, and practical experience with PHP5 and JavaScript application development.
- 3+ years experience building successful production software systems.
- Solid knowledge of testing principles and OOP.
- Strong analytical and coding skills.
- Strong written communication.
Location
- Offices based in Wellington, New Zealand or Wrocław, Poland.
- However remote work is also possible.
Apply online
To apply for this position, please Apply online here. We look forward to receiving your applications !
-
Video Stabilization with spin product OpenCV
28 mars 2021, par a.masriI'm trying to stabilize video using OpenCV, but my video is a walkaround 360 spin like this spin, but the stabilize not perfect has a shaking because the optical flow not working perfectly with the spined video


can you find python code here


and I'm trying to use
FFmpeg
but still, have the same issue,

this command


INPUT=$1
STB_OUTPUT=stb1.mp4

ffmpeg -y -i "$INPUT" -vf vidstabdetect=stepsize=32:shakiness=5:accuracy=15:result="$TRF" -f null -

ffmpeg -y -i "$INPUT" -vf vidstabtransform=input="$TRF":smoothing=30,unsharp=5:5:0.8:3:3:0.4 "$STB_OUTPUT"