
Recherche avancée
Médias (29)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (70)
-
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 (...) -
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)
Sur d’autres sites (9478)
-
Ubuntu ffmpeg watermark position
24 juin 2022, par Arnas Pečelisso I have command :



ffmpeg -i prepared/video.mp4 -i units/video_watermark.png -filter_complex overlay=main_w-overlay_w-10:main_h-overlay_h-10 -codec:a copy moved/video_test.mp4




which should describe watermark position on bottom right but the watermark appears on the bottom center. what i'm doing wrong ?



also I tried this command :



ffmpeg -i prepared/video.mp4 -vf "movie=units/video_watermark.png [watermark]; [in][watermark] overlay=main_w-overlay_w-10:main_h-overlay_h-10 [out]" moved/output.mp4




but with it watermark was not added, video was corrupted becouse of response :





[aac @ 0x3556540] The encoder 'aac' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it.





where is the clue ?


-
FFMPEG Zoom pan to a particular coordinate x and y in a video
23 novembre 2024, par crysisI'm trying to zoom-in in a video at a particular coordinatates
x
,y
when video reaches attimestamp
in duration. I'm using this command for the zoompan filter

x = 784
y = 550
timestamp = 2
width = 1920
height = 1044

zoompan_filter = (
 f"zoompan=z='if(between(in_time,{timestamp},{timestamp + 0.5}),"
 f"1+2*(in_time-{timestamp}),"
 f"if(between(in_time,{timestamp + 0.5},{timestamp + 1}),"
 f"2-2*(in_time-{timestamp + 0.5}),1))':"
 f"x='{x}-(iw/zoom/2)':y='{y}-(ih/zoom/2)':"
 f"d=1:s={width}x{height}"
)



x and y are the coordinates where I want to zoom in. This filter works fine for most of coordinates but the zoom is weird near center of the screen. It zooms in a straight line then suddenly pans to right a little when zoom about to end.




How do I make the zoom straight ? Any help would be greatly appreciated.


-
Pre-announcement : Piwik Marketplace soon open for paid premium features
12 octobre 2016, par Piwik Core Team — CommunityUpdates : Premium Plugins now available on the Piwik Analytics Marketplace. Further announcements about premium plugins : 1) Powerful Video Analytics and Audio Analytics and 2) A/B Testing Platform for Piwik Analytics.
The goal of the Piwik project is to build the best open digital analytics platform that lets you measure what matters to you while giving you full control of your data. The beauty of the Piwik Analytics platform is that it can be customized and extended by building or installing new features on top of the Piwik core.
On our open Piwik Marketplace you can already discover and download over 70 free plugins which enrich the functionality of your Piwik in many ways, and themes which change the look and feel of the Piwik user interface. To help users make more of their analytics data and ultimately be more successful, in a few weeks we will offer you the possibility to purchase subscriptions for premium features in the Marketplace.
Get more out of your Piwik
Opening the Marketplace for paid plugins will bring more premium and enterprise features so you get more out of your Piwik, when you need it. It will also help us, the Piwik team, to further innovate and improve the open-source Piwik platform to realize our mission :
“To create the leading Free and open source analytics platform, and to support global organisations and communities to keep full control over their data.”
1-click installation and update
You will find the new premium features when you browse the Marketplace in your Piwik app and on our Piwik Marketplace website. Purchased plugins will be installable and updatable with one click, just like you are used to from free plugins.
Sell your plugins on the Piwik Marketplace
If you are a developer who wants to sell plugins on our Marketplace, please get in touch. As a vendor you will be able to see reports about your sales, upload new versions of your plugins, reply to pre-sales and support questions, and more. By tapping into the Marketplace’s infrastructure and distribution, including secure payments and distributing plugins to customers, developers can focus on building great products.
Get started developing plugins
If you are wondering how to get started developing plugins, check out our getting started developer guide and our guide about how to get your plugin ready for the Marketplace.