
Recherche avancée
Autres articles (46)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (6647)
-
h264 : Only apply error concealment if theres a frame
20 janvier 2013, par Michael Niedermayerh264 : Only apply error concealment if theres a frame
-
doc/filters : apply various rendering changes to the showspectrum docs
5 février 2013, par Stefano Sabatinidoc/filters : apply various rendering changes to the showspectrum docs
-
Can I apply some filter for a specific amount of time unlike a whole video ?
5 juillet 2022, par SergeiFor example, I want to apply
delogo
filter to remove logo, but logo appears only for a specific amount of time during the video.

Can I write something like this ?


ffmpeg -ss ... -to ... -i input.mp4 -vf "delogo=..." output.mp4