Recherche avancée

Médias (91)

Autres articles (70)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (10988)

  • How to play rtsp stream in android using ffmpeg

    29 août 2018, par msj

    I want to play rtsp stream using ffmpeg library. I was buid ffmpeg for android and also I try to save rtsp stream to file it’s work fine.
    my command ffmpeg -i rtsp://@URL -acodec copy -vcodec copy abc.mp4

    now I want to view my ip camera live stream video using ffmpeg. Have any ideas.

    Thanks for ur time.

  • How to play rtsp stream in android using ffmpeg

    7 octobre 2016, par msj

    I want to play rtsp stream using ffmpeg library. I was buid ffmpeg for android and also I try to save rtsp stream to file it’s work fine.
    my command ffmpeg -i rtsp://@URL -acodec copy -vcodec copy abc.mp4

    now I want to view my ip camera live stream video using ffmpeg. Have any ideas.

    Thanks for ur time.

  • 2559x1450 image sequence won't convert to yuv420p video file, vlc cant play yuv444p10le

    24 mars 2019, par Sacha

    I upscaled a movie with waifu2x (from 1920x1088 to 2559x1450)
    i now have an image sequence that i need to convert to an mp4
    when i try -pix_fmt yuv420p, it says that it cannot devide the width by 2
    so i tried yuv444p10le, but yuv444p doesnt play on anything else than ffplay.

    so, how do i convert my img sequence into a video vlc can play ?

    ive also tried this : -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2"
    but that doesnt work either

    and i had to convert to 2559x1450 cause otherwise it would stretch, (it took 90 hours to convert all the frames so i cant just do it over again)

    i want the output to be a 2559x1450 video file that is playable on vlc.