
Recherche avancée
Médias (3)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
Autres articles (106)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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, parThis page lists some websites based on MediaSPIP.
-
Pas question de marché, de cloud etc...
10 avril 2011Le 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 ShahI 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 inffmpeg
) 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 JannoneI'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 justimport glob


-
Revision 6ea83fdfcb : Make SVC compatible with external resize. Fixes https://code.google.com/p/webm/
25 février 2015, par Alex ConverseChanged 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