Recherche avancée

Médias (91)

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (8579)

  • FFMPEG Increment File Metadata dont work on video file (Raspberry OS) [closed]

    16 août 2023, par Fábio Rodrigues

    I want my camera to record 24 to 24h, but i want to have an output video file every 1 hour.

    


    My problem is the filename, its not incrementing for some reason and so this implies that it will constantly rewrite the same file.

    


    : : EDIT
The file always output as "ff-%3d.avi" instead of incrementing "ff-001.avi".
Changing to "ff-%03d.avi" or "ff-%%03d.avi" also dont increment

    


    And for some reason it dont ask if i want to rewrite.
I also notice that changing the output file to jpeg it works well.

    


    


    ffmpeg -stream_loop -1 -framerate 24 -video_size 1920x1080 -t 01:00:00 -i /dev/video0 ./Videos/ff-%3d.avi

    


    


    I believe the command is correct because its working without the incrementing.

    


    I'm running this on a raspberry pi 4 with raspberry OS bulleye 11.

    


    Apreciate your help

    


  • How to use ffmpeg to extract WAVE_FORMAT_GSM610 file to WAVE_FORMAT_PCM file

    26 juillet 2017, par xuejianbest

    I have a compressed audio file that is WAVE_FORMAT_GSM610 format.

    Now I want to open it with python wave module. But wave module only support WAVE_FORMAT_PCM file.

    I setup ffmpeg tools. What command can I use to complete this conversion ?

    Or Is there good way to complete the task ?

    Thinks.

  • avformat/file : Fix file delete for Windows

    31 décembre 2018, par Karthick Jeyapal
    avformat/file : Fix file delete for Windows
    

    Fixes bug id : 7638

    • [DH] libavformat/file.c