Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (60)

  • List of compatible distributions

    26 avril 2011, par

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

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (10585)

  • Fix flv files that stop early

    19 octobre 2012, par Xonar

    I downloaded some flv videos some time ago and when watching them they stop at a point. If I skip past that point they continue playing fine up until another point which I can then skip past again (and the cycle goes on until the end of the video)

    I already tried

    avconv -i input.flv -acodec copy -vcodec copy -g 1 output.flv

    To my understanding from reading alot of mostly useless posts regarding this issue the there isn't any keyframes in my metadata and then stop when there is a bad frame.

    I tried setting -g higher but output.flv stops at the same point as where the original file stops for the first time. Is there any tool that can fix this.

    I can't remember where the original links are located and re-downloading isn't a option and as you can see my re-encoding attempts has failed.

    I am using Linux Ubuntu, so I can't use the Windows tools that are available.

  • Cycle recording using vlc or ffmpeg

    9 août 2016, par kAldown

    I have Chinese action camera with only 10 minutes of cycle recording.

    But ac have wi-fi so I can catch video stream, and configure recording from pc while camera cycling only 10 mins.

    Need to record video on a same file for every 30 mins loop using vlc or ffmpeg.

    Or should I write a cron script to run every amount of time ?

  • Any way to merge audio and video files in python ?

    23 août 2023, par TobyTheDev

    I have been working on a project and one of the feature is to merge an audio and a video file together. I have no idea on how to approach it.

    


    I tried a python package called 'ffmpeg-python' which was recommended but couldn't figure it out how to use it. Also there is another 'ffmpeg' package but it looks suspicious and the repository is in Chinese or something.

    


    Would like a solution.