Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (54)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To 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 (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (5176)

  • ffmpeg vfilters at specific timecodes

    25 juin 2012, par jckdnk111

    I want to add a watermark to some videos but I only want the watermark to appear at certain timecodes in the video (e.g. beginning / middle / end) and only for a few seconds.

    I've gotten ffmpeg to do the watermarking following the directions here : http://ffmpeg.arrozcru.org/forum/viewtopic.php?f=8&t=1400

    But I can't figure out how I can turn the watermark on/off at different timecodes.
    Here is the command I am using to add the watermark :

    ffmpeg -i test.mpg -vf "movie=0:png:wm.png [wm];[in][wm] overlay=10:10:1 [out]" wm_test.mpg

    Any advice would be appreciated !

  • FFMpeg : Take Certain Amount of Screenshots Between X and X ?

    4 mai 2014, par user1445975

    Is there any way to get ffmpeg to take X number of screenshots between X time and X time ? The way I’m doing my command line code now is like this :

    ffmpeg -ss 79 -i 1.avi -r 1/2.15 -f image2 1_%%05d.jpg

    This method only starts taking screenshots starting at 79 seconds, but I can’t figure out a way to set an ending time (before the video ends).

    Also, I will be displaying these video screenshots on a website and want there to be the same amount of screenshots per video file for consistency purposes. Is there a way to set how many screenshots I want from a video ? As in, ffmpeg figures out how much time is between the two points I specify, then figures out how often to take a screenshot based on how many I want total from a video ?

  • FFMpeg : Take Certain Amount of Screenshots Between X and X ?

    10 janvier 2019, par user1445975

    Is there any way to get ffmpeg to take X number of screenshots between X time and X time ? The way I’m doing my command line code now is like this :

    ffmpeg -ss 79 -i 1.avi -r 1/2.15 -f image2 1_%%05d.jpg

    This method only starts taking screenshots starting at 79 seconds, but I can’t figure out a way to set an ending time (before the video ends).

    Also, I will be displaying these video screenshots on a website and want there to be the same amount of screenshots per video file for consistency purposes. Is there a way to set how many screenshots I want from a video ? As in, ffmpeg figures out how much time is between the two points I specify, then figures out how often to take a screenshot based on how many I want total from a video ?