Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (50)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (6300)

  • avcodec/mpeg4_unpack_bframes : reduce code duplication

    19 mars 2018, par James Almer
    avcodec/mpeg4_unpack_bframes : reduce code duplication
    

    Also fixes one potential leak of side data in out if
    the av_packet_from_data() call fails.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/mpeg4_unpack_bframes_bsf.c
  • fft-test : Reduce variable scope where sensibly possible

    26 juin 2014, par Diego Biurrun
    fft-test : Reduce variable scope where sensibly possible
    

    Also merge variable declaration and initialization.

    • [DH] libavcodec/fft-test.c
  • Reduce file size of ffmpeg converted video

    23 octobre 2018, par Lawrence Agulto

    I have a .mp4 video with a file size of 540kb and a duration of 30 seconds before it was converted, but when I use ffmpeg to convert it to the file size became 21mb. What options do I need to add inorder to reduce the file size to less than 1mb ?

    ffmpeg command I am using right now :

    video_filename = __DIR__.  '/uploads/VID.mp4';

    exec('ffmpeg -i '.$video_filename.' -c:v libx264 '.$video_filename.'');