Recherche avancée

Médias (91)

Autres articles (87)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (10380)

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

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