Closed MaleicAcid closed 4 months ago
I got an unexpected .wav file when transcribing an mp4 video. I tried adding the clear_temp_folder=True parameter but the .wav file is still there. How can I not keep this redundant file?
clear_temp_folder=True
(video-tools-py3.11) PS C:\gitspace\transcribe\project-dir> ls .\.data\ Mode LastWriteTime Length Name ---- ------------- ------ ---- -a--- 2023/10/12 18:10 469862825 Lesson 6 Examples.mp4 -a--- 2024/6/23 4:04 68310 Lesson 6 Examples.srt -a--- 2024/6/23 4:00 405860430 Lesson 6 Examples.wav
Thank you for raising this issue. I will soon address it in the next minor version.
Fixed in version 1.5.0
clear_temp=True also clear generated wav files.
clear_temp=True
I got an unexpected .wav file when transcribing an mp4 video. I tried adding the
clear_temp_folder=True
parameter but the .wav file is still there. How can I not keep this redundant file?