Recherche avancée

Médias (91)

Autres articles (110)

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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (8968)

  • Randomly extract video frames from multiple files [closed]

    5 juillet, par PatraoPedro

    I have a folder with hundreds of video files (*.avi), each one with more or less an hour long. What I would like to achieve is a piece of code that could go through each one of those videos and randomly select two or three frames from each file and then stitch it back together or alternatively save the frames in a folder as jpegs.

    


    Initially I thought I could do this using R but quickly I've realised that I would need something else possibly working together with R.

    


    Is it possible to call FFMPEG from R to do the task above ?

    


  • split video and keep pts unchanged

    31 mai 2020, par nobody0day

    I am trying to split a big video into small ones and keep the pts unchanged in small videos. Any ideas on how to program with ffmpeg library in c programming language.

    



    My first thought is that split video around the I-frame and keep the I-frame's pts as first_pts of next video but it didn't works.

    


  • HD video play in ffmpeg android player

    8 juillet 2017, par Melvin Wong

    I have developed android mediaplayer by using ffmpeg.
    It is working well with local and remote files both.

    But it has some issues when i try to play HD video files.
    The screen shows many rectangles and stopped after a few seconds.

    I think it is video rendering problem on low performance devices.
    In this case, I need to skip some frames and play.

    Please help me whether my thought is right or if you have already experienced this , please teach me.