Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (65)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (5220)

  • Upload video with compress on s3 server using php and codeigniter

    17 novembre 2016, par sunil

    I am using ffmpeg. It takes time to upload, as I first save the video to a folder on my server, then move it to an S3 bucket and then delete the video.

    Is there any solution to upload and compress a video without saving to some location ?

  • How to reduced server CPU usage using FFmpeg ? [on hold]

    2 juillet 2016, par selvamani p

    I am using below comment to convert any video format to mp4

    <?php

       exec(ffmpeg -i {input}.mov -vcodec h264 -acodec aac -strict -2 {output}.mp4);

    ?>

    But Converting 30mb video file Server CPU usage taking more the 75 %, How to reduce CPU usage ?

  • HTTP live streaming from android device to amazon web server S3

    25 juin 2014, par jawad bin zafar

    I want to stream a video being capture by an android device to an amazon S3 server. Is it possible only in java or I have to use JNI and FFMPEG. Any sample code or online tutorial/Link. Help plz.