Recherche avancée

Médias (91)

Autres articles (42)

  • Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)

    31 mai 2013, par

    Lorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
    Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
    Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
    Description des scripts
    Trois scripts Munin ont été développés :
    1. mediaspip_medias
    Un script de (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

Sur d’autres sites (9633)

  • Trying to choose first audio stream of specific language in ffmpeg using python

    3 avril 2024, par R41D

    I have .mkv files that some of them have more than 1 audio stream in the same language so i need to first map the audio streams with specific language and then use only first of them to output .mp4 file. So it would need two -map audio arguments which doesn't work in ffmpeg.

    &#xA;

    I found out that i could execute ffmpeg mapping audio with that specific language and then pipe the output to another ffmpeg command that would take the first audio stream from the first ffmpeg command and do the rest of things (scaling, burning-in subtitles, encoding it to different format), but i'm not sure how to pipe that output in python's Popen and if it is even possible in windows.

    &#xA;

    The solution i found with piping :&#xA;FFMPEG Pick First Audio Stream of Specific Language

    &#xA;

  • How to choose gpu among multiple nvidia gpu in ffmpeg 3.2.0 ?

    7 septembre 2018, par jsBaek

    i’m currently using two nvidia p4 graphic cards.

    In previous version of ffmpeg(before 3.2.0), i could choose specific gpu card by using options "-gpu 0 or 1 etc".

    In current version, however, there’s no option for selecting gpu card.

    Actually there’s "gpu" option specified in nvenc_h264.c or nvenc_hevc.c.

    But in nvenc.c file, there’s no code that uses "gpu" option.

    Is there any way that i can choose specific card ?

    How load balancing between two cards is done ?

    Is it done in driver level ?

    Thank you.

  • How to choose gpu among multiple nvidia gpu in ffmpeg 3.2.0 ?

    4 mai 2017, par jsBaek

    i’m currently using two nvidia p4 graphic cards.

    In previous version of ffmpeg(before 3.2.0), i could choose specific gpu card by using options "-gpu 0 or 1 etc".

    In current version, however, there’s no option for selecting gpu card.

    Actually there’s "gpu" option specified in nvenc_h264.c or nvenc_hevc.c.

    But in nvenc.c file, there’s no code that uses "gpu" option.

    Is there any way that i can choose specific card ?

    How load balancing between two cards is done ?

    Is it done in driver level ?

    Thank you.