Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (106)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (12407)

  • What role does bit rate play in the accuracy of Google Speech To Text transcription ?

    11 novembre 2020, par Jash Shah

    I am helping a client convert a video file using ffmpeg and they originally used -b:a 64k while transcoding their video to audio at a sampling rate (-ar 44100 argument in ffmpeg) of 44100. Their objective is that they want to generate the most accurate transcriptions using the Google Cloud Speech To Text API.

    


    While combing through their documentation I did not find anything on how bit rate impacts the accuracy of the transcription. So my question is thus - would using a higher bit rate such as 128k help me in getting better transcriptions or does it not matter ?

    


  • ffmpeg -pattern_type glob not working in Google Colab

    22 février 2023, par John Jannone

    I'm trying to combine images into video using ffmpeg in a Google Colab Notebook ; I'm getting errors but don't see what I'm doing wrong.

    


    !ffmpeg -pattern_type glob  -i 2023021522* -c:v libx264 video2.mp4

    


    returns : Option pattern_type not found.

    


    !ffmpeg -pattern_type glob  -i '2023021522*' -c:v libx264 video2.mp4 or
!ffmpeg -pattern_type glob  -i "2023021522*" -c:v libx264 video2.mp4

    


    return : 2023021522* : No such file or directory

    


    I also tried adding from glob import glob and just import glob

    


  • Revision 6ea83fdfcb : Make SVC compatible with external resize. Fixes https://code.google.com/p/webm/

    25 février 2015, par Alex Converse

    Changed Paths :
     Modify /vp9/encoder/vp9_svc_layercontext.c



    Make SVC compatible with external resize.

    Fixes https://code.google.com/p/webm/issues/detail?id=943

    Change-Id : I6177bf6ab6b31a22d2652732f579b8aed3f28887