
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (55)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.
Sur d’autres sites (9169)
-
Compare two audio files and detect out of sync time
15 décembre 2016, par kostya572I have two very similar audio files, but second audio file is out of sync for several seconds. I allready used :
ffmpeg -i audio1.wav -itsoffset 0.67
If i use this solution everytime i need manualy check delay time.
How can i make this operation automatically ? Is there any waveform comparing software that can detect at what second i need set "itsoffset" ? Thank you. -
Most time effective web format for converting h.265
29 avril 2020, par IamRichterSo, I configured my ipcams to send event videos to a FTP server that saves it locally, and run a script that convert every video into something that can be opened in a generic browser, then send it to a S3 (I am using pyftpdlib + my modifications).



But i don't think that I am doing it in the most effective way. On my computer (a fairly good laptop) it usually takes half the video playtime to convert into a mp4 using a generic ffmpeg command that i simple copy and paste from stackoverflow. I tried to look up the documentation, but i simple don't have the multimedia background to understand it.



What would be the most time effective format and how to convert a raw h.265 video to it ?


-
Add text with FFMpeg drawtext at specific time
17 avril 2017, par nbrogiI’m adding text to an animated GIF.
I would like the text to appear at a specific time, though, and I’m unable to do that.
This is what I have :
ffmpeg -i image.gif -vf 'drawtext=textfile=/path/to/text.txt:x=0:y=0:fontfile=/path/to/font.ttf:fontsize=64:fontcolor=white:borderw=3:bordercolor=black:box=0'
I tried different approaches, but nothing seems to work. I can manipulate timing for the video using things like
-itsoffset 00:00:30
, but not the text.