MoviePyで作るデータビジュアライゼーション - 時系列データのアニメーション表現
https://qiita.com/Tadataka_Takahashi/items/91d040c08713238e81bf?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
MoviePyで作るデータビジュアライゼーション - 時系列データのアニメーション表現
https://qiita.com/Tadataka_Takahashi/items/91d040c08713238e81bf?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
От звука к смыслу: распознавание речи в видеоконтенте
Распознавание речи из видео — это одна из ключевых задач в области обработки естественного языка, которая находит свое широкое применение в различных сферах, начиная от развлекательной индустрии и заканчивая научными приложениями. В данной статье мы рассмотрим проект по распознаванию речи из видео, преимущества и недостатки данной разработки, а также посмотрим на то, как ее внедрение помогло ускорить работу аналитиков и разработчиков на проекте. Подробнее
Ne téléchargez plus des #vidéos #YouTube avec des applications pouvant contenir des #virus . Faites-le avec les modules #Python : #pytube et #moviepy , au format MP4
https://x.com/ivancastl/status/1811123747052736818?t=trTUQ9rVbMgoeV_J9r4dEg&s=09
Ya no descargues vídeos de YouTube con aplicaciones que pueden contener virus. Hazlo usando Python con los módulos pytube y moviepy. Con este script puedes descargar el vídeo en formato MP4 y luego separarlo en MP3 de manera más rápida y segura, sin riesgo de virus.
リリースされたGPT-4oを使って動画のサマリー生成をしてみる!
https://qiita.com/sakasegawa/items/b82a9745fda81143e409?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
@[email protected] the moment i have used #ffmpeg only for video editing
also, i made the experience that #moviepy that is based on ffmpeg, does some internal modifications, which were undesired at one place
so if i would like to use ffmpeg with python, i either had to run terminal commands from #python (works fine) or find a helper library
the helper library would be the more comfortable choice, but then i needed to ensure that this library is doing what it is expected to do
#moviepy is tool that can be used with #python and #ffmpeg to edit videos with #code
it turned out that #moviepy under the hood does not infer the actual sample rate of #audio files, but is just uses a default value of 44.1khz
it is possible to provide #moviepy with the actual sample rate of the audio files, but it is strange, that moviepy does not infer it automaticall
Anyone got a position on this? https://stackoverflow.com/questions/77937340/saving-monochrome-video-in-nvenc-lossless
I can save it lossless. But it still saves all three channels and that is pointless as the camera is monochrome.