lagmoellertim/unsilence

FileNotFoundError

Gnusmas49 opened this issue · 3 comments

When I try to use unsilence, the following happens:

Rendering Intervals... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
Combining Intervals... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━   0% -:--:--
FileNotFoundError: [WinError 2] 系统找不到指定的文件。: 'C:\\Users\\h-zhao_01\\.tmp\\2815269f-cf00-4535-bce9-7c0523be2a54\\out_final.mp4' -> 'D:\\videos\\output.mp4'

During handling of the above exception, another exception occurred:

FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\h-zhao_01\\.tmp\\2815269f-cf00-4535-bce9-7c0523be2a54\\out_final.mp4'

I have tried with ffmpeg 4.3 and 4.2.3 versions, and both of them produced the same error. It seems that this is a different issue from #4. Is there anything I can do to fix it? Thank you!

@Gnusmas49 PR #8 might have fixed this, could you reinstall unsilence (using version 1.0.5 or greater) and give us some feedback?

I'm closing this for now since I have reason to believe that this issue is fixed with PR #8 .
If this issue still persists, feel free to reopen this issue!

hi I have the same problem even when I do this in line command (Win 10) and run this:
unsilence a.wav b.wav

what can I do?

Error message:

unsilence a.wav b.wav
Calculating Intervals... ──────────────────────────────────────── 100% 0:00:00

┌──────────┬─────────────────┬─────────────────┬──────────────────┐
│ Type │ Before │ After │ Difference │
├──────────┼─────────────────┼─────────────────┼──────────────────┤
│ Combined │ 0:11:14 (100%) │ 0:10:33 (93.9%) │ -0:00:41 (-6.1%) │
│ Audible │ 0:10:25 (92.7%) │ 0:10:25 (92.7%) │ 0:00:00 (0.0%) │
│ Silent │ 0:00:49 (7.3%) │ 0:00:08 (1.2%) │ -0:00:41 (-6.1%) │
└──────────┴─────────────────┴─────────────────┴──────────────────┘

[?] Continue with these options? (Y/n) y
Rendering Intervals... ──────────────────────────────────────── 100% 0:00:00
Combining Intervals... ──────────────────────────────────────── 0% -:--:--
FileNotFoundError: [WinError 2] El sistema no puede encontrar el archivo especificado: 'C:\Users\Rodrigo\Desktop\.tmp\ad5daa30-398b-45ca-a38e-e386ae0689b9\out_final.wav' -> 'C:\Users\Rodrigo\Desktop\b.wav'

During handling of the above exception, another exception occurred:

FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Rodrigo\Desktop\.tmp\ad5daa30-398b-45ca-a38e-e386ae0689b9\out_final.wav'