Recherche avancée

Médias (0)

Mot : - Tags -/interaction

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (38)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (5864)

  • ffmpeg - Cannot seem to calculate the -vstats time parameter to seconds

    15 octobre 2014, par javisrk

    So I’m using C# in conjunction with FFMpeg, and I’m trying to obtain progress of a video extraction. I have the command line :

    ffmpeg.exe -y -i C:\test\2222@20140115085852-2.mpg -ss 00:01:30 -to 00:03:40 C:\test\2222@20140115085852-21.mpg -vstats_file "C:\test\log.txt"

    Sample lines from log.txt :

    frame=  7740 q= 31.0 f_size=    381 s_size=    14723kB time= 194600.000 br=   182.9kbits/s avg_br=     0.6kbits/s type= P
    frame=  7740 q= 31.0 f_size=    123 s_size=    14724kB time= 194625.000 br=    59.0kbits/s avg_br=     0.6kbits/s type= P
    frame=  7740 q= 31.0 f_size=    381 s_size=    14724kB time= 194650.000 br=   182.9kbits/s avg_br=     0.6kbits/s type= P

    From the command line, I know that I’m extracting 2 minutes, 10 seconds (or 130 seconds) of video from the original file. How can I use the time parameter to help me calculate the amount of seconds ffmpeg has encoded so far ?

    EDIT : Based on some research, time is measured in PTS. How can I convert that into seconds ?

  • How to lower the volume in a specific time interval with ffmpeg.exe [on hold]

    1er décembre 2013, par user1604523

    I am trying to lower the volume in a specific time interval with ffmpeg.exe . Let's say I have a 5 minutes long video and I want to lower the volume between 00:01:30 and 00:02:00. I read that we can use different parameters at the same time but I couldn't figure it out.

    Any help would be greatly appreciated.

  • How to extract photo from a CCTV video based on time using python dynamically [on hold]

    16 avril 2015, par PSSR

    I have a CCTV Video AVI file from that I want to take photo or screen based input time.

    This I would like to do dynamically whenever I gives time as input to python script, script should read the video and should give the snap or photo or segment @given time.

    Is it possible to do,If it is possible please help me to do the same