Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (59)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • ANNEXE : Les extensions, plugins SPIP des canaux

    11 février 2010, par

    Un plugin est un ajout fonctionnel au noyau principal de SPIP. MediaSPIP consiste en un choix délibéré de plugins existant ou pas auparavant dans la communauté SPIP, qui ont pour certains nécessité soit leur création de A à Z, soit des ajouts de fonctionnalités.
    Les extensions que MediaSPIP nécessite pour fonctionner
    Depuis la version 2.1.0, SPIP permet d’ajouter des plugins dans le répertoire extensions/.
    Les "extensions" ne sont ni plus ni moins que des plugins dont la particularité est qu’ils se (...)

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

  • ffmpeg segment muxer : rejoin segments to get back input video

    17 juin 2020, par Saurabh P Bhandari

    For a given video file (mp4 format), a m3u8 file which points to segments with some duration can be generated as follows :

    



    ffmpeg -v quiet -i input.mp4 -c copy -f segment -segment_list intermediate.m3u8 -segment_time <duration> intermediate_%03d.ts&#xA;</duration>

    &#xA;&#xA;

    If I were to rejoin the segments back,

    &#xA;&#xA;

    ffmpeg -i intermediate.m3u8 -c copy output.mp4&#xA;

    &#xA;&#xA;

    will the output video be the same as input video ?

    &#xA;&#xA;

    A quick test tells me it is not the same (compared the sha256 sums).

    &#xA;&#xA;

    Can anyone explain this specific behavior ? Am I required to add particular flags to get back the original input video file or is it something else ?

    &#xA;

  • library.mak : Put -Umain back for tests

    1er juin 2016, par Michael Niedermayer
    library.mak : Put -Umain back for tests
    

    Fixes build on mingw32 with SDL

    reverts one line from 96d616052b3d39678e477fa10610ca688f46fff9

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] library.mak
  • avfilter/vf_format : add .get_video_buffer back

    7 septembre 2013, par Paul B Mahol
    avfilter/vf_format : add .get_video_buffer back
    

    Unbreak xyz12 with vflip.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/vf_format.c