Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (55)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

Sur d’autres sites (5656)

  • Download m3u8 file from hotstar link in php or nodejs [on hold]

    11 juillet 2018, par gaurav pandey

    How can we download videos from hotstar streaming link in PHP or JS Or Nodejs ?
    Please help if have some knowledge.

    Thanks

  • ffmpeg mutliple file convert with error log file

    27 mars 2015, par ketan

    I am using ffmpeg for converting file from MKV to MP4.
    There is multiple video files like hundreds of files.

    I am using following command to convert file. I am using windows command line(cmd).

    ffmpeg -y -i "mkvfilename.mkv" -vcodec copy -acodec copy "mp4filename.mp4"

    It convert fine, But it become headache to convert hundred of files one by one.
    So, i like to create script for converting multiple file one by one.

    But there is some issue that there is some file are corrupted/damaged which are not converting. So, i need file name with path of that no converted Or error file.

    Is it possible in ffmpeg to get error file name which are not converted.
    Thanks,

  • Need help to convert webm file to any other commonly used audio file

    14 mars 2023, par dhruvin vaghasiya

    I have used flutter web for the web app and I am using browser's audio recorder for the recording the audio but I am getting webm file as the return but I need it as mp3.

    


    I have tried some packages but not able to find any packages which could save webm file to mp3 or wav file