Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (61)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (8861)

  • Video File Metadata information loss during file transfer

    5 avril 2019, par user2204553

    I am facing a problem during large file transfer from local drive to network mapped drive and problem is large video file meta data information like video duration,frame rate loss during file transfer.Please help to figure out.

  • avformat/hlsenc : write temp file for append single file by encryption mode

    22 juillet 2020, par Steven Liu
    avformat/hlsenc : write temp file for append single file by encryption mode
    

    fix ticket : 8783
    Because in single file by encryption mode, it cannot get the last one
    block of the file, it need ff_format_io_close for get full file size,
    then hlsenc can get the total size of the encryption content,
    so write the content into temp file first, and get the temp file content
    append the temp file content into append to single file, then hlsenc can
    get the correct file/content size and offset.

    Signed-off-by : Steven Liu <liuqi05@kuaishou.com>

    • [DH] libavformat/hlsenc.c
  • What function in ffmpeg source to join 2 file mp3 to one file mp3 ? [on hold]

    19 juillet 2018, par Nam

    I have a trouble that how I can make a function on C file that help me join two audio file to one. But i can not find how I using what function in ffmpeg source. I want build .so file to use on android.
    Help me please !