Recherche avancée

Médias (91)

Autres articles (44)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (8866)

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

    


    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.

    


    The solution i found with piping :
FFMPEG Pick First Audio Stream of Specific Language

    


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