Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (89)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (14656)

  • Is it possible to change fps and resolution of a stream to ffserver ?

    1er mai 2019, par sanketsans97

    I am trying to stream to ffserver. But my aim is to tweak with the fps and resolution of the stream on the fly without restarting the whole ffserver session.

    I tried changing the resolution, but it completely restarts the whole session and there is a minor glitch or a pause you can notice when the whole session starts !

    I am hoping to make the changes without making the session restart !

  • avcodec/bintext : Add error message when resolution is too small for font.

    9 avril 2019, par Nikolas Bowe
    avcodec/bintext : Add error message when resolution is too small for font.
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/bintext.c
  • decreasing video resolution using ffmpeg increases file size

    11 octobre 2024, par user270700

    I try to decrease video resolution using ffmpeg by,

    &#xA;&#xA;

    ffmpeg -y -hide_banner -loglevel panic -i "input.mp4" -vf "scale=-1:256" -q:v 1 -c:a copy -threads 1 "output.mp4"&#xA;

    &#xA;&#xA;

    But the video file size is increased. &#xA;The original height is larger than 256.&#xA;Why the file size is increased though the resolution is decreased ?

    &#xA;