Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (49)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (6010)

  • 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

    


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

    


  • Revision e125286d9c : update cpplint latest from (r103) : http://google-styleguide.googlecode.com/svn/

    3 mai 2013, par James Zern

    Changed Paths :
     Modify /tools/cpplint.py



    update cpplint

    latest from (r103) :
    http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py

    Change-Id : I474bf11e0f08115d5e579c92f43577978960d4ed