
Recherche avancée
Autres articles (97)
-
Les images
15 mai 2013 -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (5709)
-
lavf/img2dec : Increase score for very large jpeg images.
24 décembre 2020, par Carl Eugen Hoyos -
avfilter/vf_cover_rect : Handle the case where the cover rectangle is as large as...
12 mai 2015, par Michael Niedermayer -
Extracted audio from video files is too large
2 décembre 2019, par PrayalankarI am trying to extract audio from the video files. I have tried libraries like moviepy, ffmpeg in python.
The extracted audio files are too large in size. For an audio file of size 75 MB the audio file is of around 1.1 GB from moviepy. Even with bit rate of 16 kbps and sample rate to 16000 Hz extracted file is coming as 200 MB in size. Any other libraries or the way by which extracted audio files are atleast same size or less than complete video file.'ffmpeg -i trial_copy.mp4 -ac 1 -ab 16000 -ar 16000 output.wav'
I am using above command in ffmpeg.