-
Python code:
```python
from moviepy.editor import *
video_clip = VideoFileClip("/home/xffrom/Downloads/1080p.mp4")
audio_clip = AudioFileClip("/home/xffrom/Downloads/audio_0.mp4")
final_cl…
-
Let me first talk something positive about this project.....I have almost tried everything available on the internet....nothing splits as good as spleeter...no doubt about it.
Now the other aspects…
-
# Notes
The errors is happening in `ExportedProgram.run_decompositions()` call: message is `Cannot view a tensor with shape torch.Size([1, 512, 32, 128]) and strides (2097152, 128, 65536, 1) as a t…
-
### System OS
Windows
### Python Version
3.10 (CPython)
### Install Source
pip / PyPi
### Install version / commit hash
v4.2.5
### Expected Behavior vs Actual Behavior
I use…
-
python: 3.7.4
pandarallel: 1.4.2
ubuntu: 18.04
premise
--------------------
I have a csv of 60k+ audio file paths that I am reading 2000 rows at a time (with the chunksize parameter for pandas.…
-
Some plugins leverage playhead information to perform audio processing tasks.
Right now the only Python tool with this capability that I am aware of is DawDreamer: https://github.com/DBraun/DawDre…
-
I have followed the readme and made a text file pointing to a list of mp3 files which contain spoken dialogs in various languages which I want to label with gender.
I am getting the error:
```
…
-
### Issue type
Feature Request
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.15
### Custom code
Yes
### OS platfo…
-
Versions used:
snap-shot 20220709_125010 / '--version' print-out: svtplay-dl 4.13-13-g7023e43
Python 3.8.10
Windows 8.1
FFmpeg 5.0.1
At testing the link https://www.tv4play.se/program/lotta-p…
-
## Summary
As a video editor, I want to slice videos based on the audio part. I need to remove silence parts from my live playbacks. If this tool can produce a file that maps sliced audios to time sp…