Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (109)

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

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

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

Sur d’autres sites (32048)

  • Some transcoded videos get freezed in the middle

    19 juin 2018, par corolok

    OS : ubuntu 16.04
    ffmpeg : 3.4.2-1

    Here are ffmpeg parameters :

    ffmpeg -y -i raw.mp4 -threads 2 -r 25 -profile:v baseline -preset veryfast -s 1280x720 -aspect 1.7777777777777777 test.mp4

    Most of the videos are good but sometimes we get videos which stop playing somewhere in the middle (audio is ok, but video doesn’t play anymore)

    Can it be related to performance ? There are 8 cpu cores and 2-4 ffmpeg processes can be run at once, metrics show that CPU load is always below 60% so it shouldn’t be the case I think.

  • Multiple encoding of videos using AviSynth and X264 from a bat file

    24 septembre 2019, par FoxyFish

    at the moment i am encoding my videos (vhs restoration) using avisynth and x264 via dragging an .avs file onto a bat file.

    



    This is working great, but my problem (well not really a problem, more of an efficiency issue) is that i have to manually keep dragging my avs files onto the bat to start the process. Would it be possible to have the bat file convert a whole directory of videos (maybe 20 or so) one after the other in an automated way ?

    



    The .avs file is always the same for each video except the AviSource() line.

    



    I know i can loop the .bat for the number of videos present, but how do i load in the .avs file having a variable AviSource() ?

    



    How could i achieve this, or is it not possible ?

    



    Thanks.

    


  • Multiple encoding of videos using AviSynth and X264 from a bat file

    16 février 2017, par FoxyFish

    at the moment i am encoding my videos (vhs restoration) using avisynth and x264 via dragging an .avs file onto a bat file.

    This is working great, but my problem (well not really a problem, more of an efficiency issue) is that i have to manually keep dragging my avs files onto the bat to start the process. Would it be possible to have the bat file convert a whole directory of videos (maybe 20 or so) one after the other in an automated way ?

    The .avs file is always the same for each video except the AviSource() line.

    I know i can loop the .bat for the number of videos present, but how do i load in the .avs file having a variable AviSource() ?

    How could i achieve this, or is it not possible ?

    Thanks.