Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (43)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (11714)

  • after split mp4 file audio is little out of video, please tell me why ?

    27 décembre 2013, par user3138206

    I tried to split mp4 h.264 format video(running time 70min) split 3 min each.
    everything is ok but audio is little out of video

    /usr/bin/ffmpeg -y -i /home/vmark/T2010.mp4 -acodec copy -vcodec copy -ss 1260 -t 180 ./131018_1260_1440.mp4

    is there any wrong option I did ?
    please let me know if you know how to fix this problem and the way to split without audio video sync problem.

    thanks.

    JEONG.

  • Changed split() to be preg_split()

    31 octobre 2012, par Grant Miller

    m server/php/upload.class.php Changed split() to be preg_split() split() is deprecated in php 5.3 and throws an E_Deprecated warning when running strict that breaks the chunked uploads. Switching to preg_split() fixes the issue.

  • avfilter/split : use ff_outlink_get_status()

    3 novembre 2018, par Paul B Mahol
    avfilter/split : use ff_outlink_get_status()
    
    • [DH] libavfilter/split.c