Recherche avancée

Médias (91)

Autres articles (72)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

Sur d’autres sites (10438)

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